Skip to content

Commit

Permalink
chore(release): publish v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Apr 18, 2021
1 parent 4ba6945 commit 8324f1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.1",
"version": "3.0.0",
"npmClient": "npm",
"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": "2.2.1",
"version": "3.0.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/es5/index.js",
"main:es2018": "dist/es2018/index.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": "2.2.1",
"version": "3.0.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8324f1f

Please sign in to comment.