Skip to content

Commit 2f70f2f

Browse files
committed
Publish
- @corbado/connect-react@0.16.1 - @corbado/connect-web-js@0.13.1 - @corbado/react@3.7.0-alpha.0 - @corbado/web-core@3.7.0-alpha.0 - @corbado/web-js@3.7.0-alpha.0
1 parent 8ff331e commit 2f70f2f

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/connect-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/connect-react",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "This package provides a set of React components to integrate passkeys into an existing authentication system.",
55
"author": "Martin Kellner <martin.kellner@corbado.com>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -31,7 +31,7 @@
3131
"url": "https://github.com/corbado/javascript/issues"
3232
},
3333
"dependencies": {
34-
"@corbado/web-core": "^3.6.0",
34+
"@corbado/web-core": "^3.7.0-alpha.0",
3535
"date-fns": "^3.6.0"
3636
},
3737
"devDependencies": {

packages/connect-web-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/connect-web-js",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "This package provides a set of components to integrate passkeys into an existing authentication system",
55
"author": "Martin Kellner <martin.kellner@corbado.com>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -34,7 +34,7 @@
3434
"url": "https://github.com/corbado/javascript/issues"
3535
},
3636
"dependencies": {
37-
"@corbado/connect-react": "^0.16.0",
37+
"@corbado/connect-react": "^0.16.1",
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0"
4040
},

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/react",
3-
"version": "3.6.0",
3+
"version": "3.7.0-alpha.0",
44
"description": "This package provides all the functionalities and UI components needed by developers when integration Corbado's Authentication management system in their react application",
55
"author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@corbado/observe": "^0.0.1-next.4",
3535
"@corbado/shared-util": "^1.0.12",
36-
"@corbado/web-core": "^3.6.0",
36+
"@corbado/web-core": "^3.7.0-alpha.0",
3737
"i18next": "23.5.1",
3838
"i18next-browser-languagedetector": "7.1.0",
3939
"libphonenumber-js": "^1.10.59",

packages/web-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/web-core",
3-
"version": "3.6.0",
3+
"version": "3.7.0-alpha.0",
44
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library",
55
"author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
66
"homepage": "https://github.com/corbado/javascript#readme",

packages/web-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/web-js",
3-
"version": "3.6.0",
3+
"version": "3.7.0-alpha.0",
44
"description": "This package allows VanillsJS users to add corbado functionality and UI components in their applications",
55
"author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/corbado/javascript/issues"
3535
},
3636
"dependencies": {
37-
"@corbado/react": "^3.6.0",
38-
"@corbado/web-core": "^3.6.0",
37+
"@corbado/react": "^3.7.0-alpha.0",
38+
"@corbado/web-core": "^3.7.0-alpha.0",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0"
4141
},

0 commit comments

Comments
 (0)