Skip to content

Commit 16a735d

Browse files
authored
Merge pull request #215 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 7f86393 + 15a63a0 commit 16a735d

File tree

19 files changed

+127
-59
lines changed

19 files changed

+127
-59
lines changed

.changeset/lazy-forks-sneeze.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/little-beans-repair.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.changeset/tasty-regions-jump.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @asgardeo/browser
22

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`218f930`](https://github.com/asgardeo/javascript/commit/218f930c5f32b779c12af6c1a9fd0c5ea6879525),
9+
[`8158824`](https://github.com/asgardeo/javascript/commit/8158824e669e0125e50a4711d0c9f4938f8dfe00)]:
10+
- @asgardeo/javascript@0.1.22
11+
312
## 0.1.22
413

514
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/browser",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @asgardeo/express
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @asgardeo/node@0.0.24
9+
310
## 0.0.22
411

512
### Patch Changes

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/express",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/javascript/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @asgardeo/javascript
22

3+
## 0.1.22
4+
5+
### Patch Changes
6+
7+
- [#217](https://github.com/asgardeo/javascript/pull/217)
8+
[`218f930`](https://github.com/asgardeo/javascript/commit/218f930c5f32b779c12af6c1a9fd0c5ea6879525) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Fix `SignInButton` issue with `AsgardeoV2`
10+
11+
- [#204](https://github.com/asgardeo/javascript/pull/204)
12+
[`8158824`](https://github.com/asgardeo/javascript/commit/8158824e669e0125e50a4711d0c9f4938f8dfe00) Thanks
13+
[@PasanMadhuranga](https://github.com/PasanMadhuranga)! - Fix multiple logic and error-handling issues in core SDK
14+
modules to align with expected behavior.
15+
16+
- Use numeric ordering for log levels instead of string comparison.
17+
- Handle network and parsing errors gracefully in getUserInfo.
18+
- Improve error handling for invalid URLs and network failures in embedded sign-in and sign-up flows.
19+
320
## 0.1.21
421

522
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/javascript",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/nextjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @asgardeo/nextjs
22

3+
## 0.1.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`218f930`](https://github.com/asgardeo/javascript/commit/218f930c5f32b779c12af6c1a9fd0c5ea6879525)]:
9+
- @asgardeo/react@0.5.30
10+
- @asgardeo/node@0.0.24
11+
312
## 0.1.30
413

514
### Patch Changes

0 commit comments

Comments
 (0)