Skip to content

Commit 19921c5

Browse files
committed
Publish
- @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected]
1 parent 6d74f56 commit 19921c5

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

package-lock.json

Lines changed: 13 additions & 13 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.14.0",
3+
"version": "0.15.0",
44
"description": "This package provides a set of React components to integrate passkeys into an existing authentication system.",
55
"author": "Martin Kellner <[email protected]>",
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.4.0",
34+
"@corbado/web-core": "^3.5.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.11.0",
3+
"version": "0.12.0",
44
"description": "This package provides a set of components to integrate passkeys into an existing authentication system",
55
"author": "Martin Kellner <[email protected]>",
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.14.0",
37+
"@corbado/connect-react": "^0.15.0",
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0"
4040
},

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/react",
3-
"version": "3.4.0",
3+
"version": "3.5.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 <[email protected]>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -31,9 +31,9 @@
3131
"url": "https://github.com/corbado/javascript/issues"
3232
},
3333
"dependencies": {
34-
"@corbado/shared-ui": "^3.4.0",
34+
"@corbado/shared-ui": "^3.5.0",
3535
"@corbado/shared-util": "^1.0.12",
36-
"@corbado/web-core": "^3.4.0",
36+
"@corbado/web-core": "^3.5.0",
3737
"i18next": "23.5.1",
3838
"i18next-browser-languagedetector": "7.1.0",
3939
"libphonenumber-js": "^1.10.59",

packages/shared-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/shared-ui",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "This package contains shared files for all the complete packages of Corbado for VanillaJS, React, Angular, Vue, etc.",
55
"author": "Abdullah Shahbaz <[email protected]>",
66
"homepage": "https://github.com/corbado/javascript#readme",
@@ -44,7 +44,7 @@
4444
"**/*.json"
4545
],
4646
"dependencies": {
47-
"@corbado/web-core": "^3.4.0",
47+
"@corbado/web-core": "^3.5.0",
4848
"rxjs": "^7.8.1",
4949
"ua-parser-js": "^1.0.37"
5050
},

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.4.0",
3+
"version": "3.5.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 <[email protected]>",
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.4.0",
3+
"version": "3.5.0",
44
"description": "This package allows VanillsJS users to add corbado functionality and UI components in their applications",
55
"author": "Abdullah Shahbaz <[email protected]>",
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.4.0",
38-
"@corbado/web-core": "^3.4.0",
37+
"@corbado/react": "^3.5.0",
38+
"@corbado/web-core": "^3.5.0",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0"
4141
},

0 commit comments

Comments
 (0)