Skip to content

Commit 51f6f8b

Browse files
committed
Publish
- @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected] - @corbado/[email protected]
1 parent b729985 commit 51f6f8b

File tree

13 files changed

+80
-40
lines changed

13 files changed

+80
-40
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/corbado/javascript/compare/@corbado/[email protected]...@corbado/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @corbado/connect-react

packages/connect-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/connect-react",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
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,14 +31,14 @@
3131
"url": "https://github.com/corbado/javascript/issues"
3232
},
3333
"dependencies": {
34-
"@corbado/web-core": "^3.0.0-alpha.0",
34+
"@corbado/web-core": "^3.0.0",
3535
"date-fns": "^3.6.0",
3636
"i18next": "23.5.1",
3737
"i18next-browser-languagedetector": "7.1.0",
3838
"react-i18next": "13.2.2"
3939
},
4040
"devDependencies": {
41-
"@corbado/types": "^3.0.0-alpha.0",
41+
"@corbado/types": "^3.0.0",
4242
"@types/react": "^18.2.0",
4343
"ts-results": "^3.3.0",
4444
"typescript": "^5.2.2"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.6.2](https://github.com/corbado/javascript/compare/@corbado/[email protected]...@corbado/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @corbado/connect-web-js

packages/connect-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/connect-web-js",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
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,12 +34,12 @@
3434
"url": "https://github.com/corbado/javascript/issues"
3535
},
3636
"dependencies": {
37-
"@corbado/connect-react": "^0.9.1",
37+
"@corbado/connect-react": "^0.9.2",
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0"
4040
},
4141
"devDependencies": {
42-
"@corbado/types": "^3.0.0-alpha.0",
42+
"@corbado/types": "^3.0.0",
4343
"@types/react": "^18.2.0",
4444
"typescript": "^5.2.2"
4545
},

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/react",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.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,16 +31,16 @@
3131
"url": "https://github.com/corbado/javascript/issues"
3232
},
3333
"dependencies": {
34-
"@corbado/shared-ui": "^3.0.0-alpha.0",
35-
"@corbado/web-core": "^3.0.0-alpha.0",
34+
"@corbado/shared-ui": "^3.0.0",
35+
"@corbado/web-core": "^3.0.0",
3636
"i18next": "23.5.1",
3737
"i18next-browser-languagedetector": "7.1.0",
3838
"libphonenumber-js": "^1.10.59",
3939
"react-i18next": "13.2.2",
4040
"react-phone-number-input": "^3.3.9"
4141
},
4242
"devDependencies": {
43-
"@corbado/types": "^3.0.0-alpha.0",
43+
"@corbado/types": "^3.0.0",
4444
"@types/react": "^18.2.0",
4545
"ts-results": "^3.3.0",
4646
"typescript": "^5.2.2"

packages/shared-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0](https://github.com/corbado/javascript/compare/@corbado/[email protected]...@corbado/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @corbado/shared-ui

packages/shared-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/shared-ui",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.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",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/corbado/javascript/issues"
3333
},
3434
"devDependencies": {
35-
"@corbado/types": "^3.0.0-alpha.0",
35+
"@corbado/types": "^3.0.0",
3636
"@types/ua-parser-js": "^0.7.39",
3737
"css-loader": "^6.8.1",
3838
"i18next": "23.5.1",
@@ -44,7 +44,7 @@
4444
"**/*.json"
4545
],
4646
"dependencies": {
47-
"@corbado/web-core": "^3.0.0-alpha.0",
47+
"@corbado/web-core": "^3.0.0",
4848
"rxjs": "^7.8.1",
4949
"ua-parser-js": "^1.0.37"
5050
},

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0](https://github.com/corbado/javascript/compare/@corbado/[email protected]...@corbado/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @corbado/types

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbado/types",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0",
44
"description": "Comprehensive TypeScript type definitions to seamlessly integrate with Corbado. Designed to empower developers with strong typing for enhanced code quality and autocompletion in supported IDEs. Perfect for ensuring type safety and consistency across JavaScript and TypeScript projects.",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)