summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2024-01-20 21:47:10 -0800
committerMatthew Miller <matthew@millerti.me>2024-01-20 21:47:10 -0800
commit36a1005823e6ff93e421b89ff205a86df6a07bed (patch)
tree9639e95b5d2aa09000ba65805e96fb64366d9458
parentc084c09bd02e93bf7937ca4fd14a089ecbdfd5b6 (diff)
chore(release): publish v9.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/types/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/lerna.json b/lerna.json
index dc45a26..f99ea89 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "8.3.7",
+ "version": "9.0.0",
"npmClient": "pnpm",
"command": {
"publish": {
diff --git a/packages/browser/package.json b/packages/browser/package.json
index 6a2f99a..0a3d209 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
- "version": "8.3.7",
+ "version": "9.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 4da62b6..0193f12 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "8.3.7",
+ "version": "9.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/server",
"scripts": {
"build": "deno task build",
diff --git a/packages/types/package.json b/packages/types/package.json
index 983fd42..11c56d3 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/types",
- "version": "8.3.4",
+ "version": "9.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/types",
"scripts": {
"build": "deno task build",