From 95cb2107d15ae15994367cc99040720ae186c9bd Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 16 Aug 2022 23:16:03 -0700 Subject: [PATCH] chore(release): publish v6.0.0 --- lerna.json | 2 +- packages/browser/package.json | 4 ++-- packages/server/package.json | 4 ++-- packages/testing/package.json | 2 +- packages/typescript-types/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index d0856f35..4403bca8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.4.5", + "version": "6.0.0", "npmClient": "npm", "useNx": true, "command": { diff --git a/packages/browser/package.json b/packages/browser/package.json index f1a56da1..fb3d14b6 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/browser", - "version": "5.4.1", + "version": "6.0.0", "description": "SimpleWebAuthn for Browsers", "main": "dist/bundle/index.js", "unpkg": "dist/bundle/index.umd.min.js", @@ -32,7 +32,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-typescript": "^8.2.1", - "@simplewebauthn/typescript-types": "^5.4.0", + "@simplewebauthn/typescript-types": "^6.0.0", "rollup": "^2.52.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-version-injector": "^1.3.3" diff --git a/packages/server/package.json b/packages/server/package.json index 1b2a7b02..94564715 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/server", - "version": "5.4.5", + "version": "6.0.0", "description": "SimpleWebAuthn for Servers", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -50,7 +50,7 @@ "@peculiar/asn1-android": "^2.1.7", "@peculiar/asn1-schema": "^2.1.7", "@peculiar/asn1-x509": "^2.1.7", - "@simplewebauthn/typescript-types": "^5.4.0", + "@simplewebauthn/typescript-types": "^6.0.0", "base64url": "^3.0.1", "cbor": "^5.1.0", "debug": "^4.3.2", diff --git a/packages/testing/package.json b/packages/testing/package.json index fd8433aa..6776f9d2 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/testing", - "version": "5.0.0", + "version": "6.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 13b42f0f..60bad1b5 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "5.4.0", + "version": "6.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts",