Skip to content

Commit 8cc8c98

Browse files
[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions
1 parent 109368a commit 8cc8c98

File tree

18 files changed

+114
-53
lines changed

18 files changed

+114
-53
lines changed

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asgardeo/browser
22

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`8158824`](https://github.com/asgardeo/javascript/commit/8158824e669e0125e50a4711d0c9f4938f8dfe00)]:
9+
- @asgardeo/javascript@0.1.22
10+
311
## 0.1.22
412

513
### 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @asgardeo/javascript
22

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

518
### 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asgardeo/nextjs
22

3+
## 0.1.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @asgardeo/node@0.0.24
9+
- @asgardeo/react@0.5.30
10+
311
## 0.1.30
412

513
### Patch Changes

packages/nextjs/package.json

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

0 commit comments

Comments
 (0)