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/testing/package.json2
-rw-r--r--packages/typescript-types/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/lerna.json b/lerna.json
index 8b97299..7561297 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "4.4.0",
+ "version": "5.0.0",
"npmClient": "npm",
"command": {
"publish": {
diff --git a/packages/browser/package.json b/packages/browser/package.json
index c9f757f..466659f 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
- "version": "4.1.0",
+ "version": "5.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 c1686cc..965a46c 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "4.4.0",
+ "version": "5.0.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/packages/testing/package.json b/packages/testing/package.json
index 3ad125b..fd8433a 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/testing",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "Sample WebAuthn values for testing projects leveraging SimpleWebAuthn.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index 5a48c86..a36d35a 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "TypeScript types used by the @simplewebauthn series of libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",