summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lerna.json2
-rw-r--r--packages/browser/package.json2
-rw-r--r--packages/server/package.json2
-rw-r--r--packages/typescript-types/package.json2
-rw-r--r--pnpm-lock.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/lerna.json b/lerna.json
index ac2a3d3..44e1a60 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "8.0.0-alpha.0",
+ "version": "8.0.0",
"npmClient": "pnpm",
"command": {
"publish": {
diff --git a/packages/browser/package.json b/packages/browser/package.json
index a7a61bb..b7a4b94 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
- "version": "8.0.0-alpha.0",
+ "version": "8.0.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
diff --git a/packages/server/package.json b/packages/server/package.json
index bcdf037..f035f7b 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "8.0.0-alpha.0",
+ "version": "8.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/server",
"scripts": {
"build": "deno task build",
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index 29cba37..a374259 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
- "version": "8.0.0-alpha.0",
+ "version": "8.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/typescript-types",
"scripts": {
"build": "npm run extract-dom-types && deno task build",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2a493f0..bdded77 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -97,7 +97,7 @@ importers:
specifier: ^2.3.6
version: 2.3.6
'@simplewebauthn/typescript-types':
- specifier: ^7.4.0
+ specifier: ^8.0.0-alpha.0
version: link:../../typescript-types/npm
'@types/debug':
specifier: ^4.1.8