Skip to content

Commit f6d848a

Browse files
[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions
1 parent 6ceebed commit f6d848a

File tree

17 files changed

+100
-18
lines changed

17 files changed

+100
-18
lines changed

.changeset/tall-lemons-cheat.md

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

packages/browser/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94)
8+
[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks
9+
[@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package
10+
and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the
11+
`ProtectedRoute` component works correctly with the new sign-in functionality.
12+
13+
- Updated dependencies
14+
[[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]:
15+
- @asgardeo/javascript@0.1.4
16+
317
## 0.1.3
418

519
### 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.3",
3+
"version": "0.1.4",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @asgardeo/node@0.0.6
9+
310
## 0.0.4
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.4",
3+
"version": "0.0.5",
44
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/javascript/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94)
8+
[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks
9+
[@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package
10+
and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the
11+
`ProtectedRoute` component works correctly with the new sign-in functionality.
12+
313
## 0.1.3
414

515
### 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.3",
3+
"version": "0.1.4",
44
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/nextjs/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94)
8+
[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks
9+
[@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package
10+
and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the
11+
`ProtectedRoute` component works correctly with the new sign-in functionality.
12+
13+
- Updated dependencies
14+
[[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]:
15+
- @asgardeo/react@0.5.8
16+
- @asgardeo/node@0.0.6
17+
318
## 0.1.6
419

520
### 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.6",
3+
"version": "0.1.7",
44
"description": "Next.js implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/node/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]:
9+
- @asgardeo/javascript@0.1.4
10+
311
## 0.0.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)