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 b61b61a..d05941c 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "2.2.1",
+ "version": "3.0.0",
"npmClient": "npm",
"command": {
"publish": {
diff --git a/packages/browser/package.json b/packages/browser/package.json
index 1a46d65..0bde931 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
- "version": "2.2.1",
+ "version": "3.0.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/es5/index.js",
"main:es2018": "dist/es2018/index.js",
diff --git a/packages/server/package.json b/packages/server/package.json
index 56d46c0..a2e85c4 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "2.2.1",
+ "version": "3.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 f6e9196..e9af958 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/testing",
- "version": "2.0.0",
+ "version": "3.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 87da7c6..dcbc1d7 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
- "version": "2.1.0",
+ "version": "3.0.0",
"description": "TypeScript types used by the @simplewebauthn series of libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",