summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-04-17 23:17:47 -0700
committerMatthew Miller <matthew@millerti.me>2021-04-17 23:17:47 -0700
commit8324f1fff96fb08422e609aa91a646dc2b08d184 (patch)
treebd9c8023d0db7c3f89f5076ce67727266b14376e
parent4ba6945db66b5947b3fc8ae0f8faf77a130cf65d (diff)
chore(release): publish v3.0.0
-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",