Skip to content

Commit

Permalink
chore(release): publish v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Apr 12, 2024
1 parent d7c21ad commit 81d9e49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.3",
"version": "10.0.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "9.0.1",
"version": "10.0.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "9.0.3",
"version": "10.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/server",
"scripts": {
"build": "deno task build",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/types",
"version": "9.0.1",
"version": "10.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/types",
"scripts": {
"build": "deno task build",
Expand Down

0 comments on commit 81d9e49

Please sign in to comment.