Skip to content

Commit

Permalink
chore(release): publish v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Mar 16, 2023
1 parent 18a95e7 commit 73630d7
Show file tree
Hide file tree
Showing 4 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": "7.1.0",
"version": "7.2.0",
"npmClient": "npm",
"useNx": true,
"command": {
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": "7.1.0",
"version": "7.2.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/iso-webcrypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/iso-webcrypto",
"version": "7.0.1",
"version": "7.2.0",
"description": "A small library for accessing a runtime's WebCrypto API",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "7.0.1",
"version": "7.2.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@peculiar/asn1-rsa": "^2.3.4",
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/asn1-x509": "^2.3.4",
"@simplewebauthn/iso-webcrypto": "*",
"@simplewebauthn/iso-webcrypto": "^7.2.0",
"@simplewebauthn/typescript-types": "*",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.9",
Expand Down

0 comments on commit 73630d7

Please sign in to comment.