Skip to content

Commit d1a1fd7

Browse files
Merge pull request #254 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 6c75ef9 + 32a489d commit d1a1fd7

File tree

10 files changed

+43
-14
lines changed

10 files changed

+43
-14
lines changed

.changeset/fancy-states-speak.md

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

.changeset/upset-boxes-allow.md

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

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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`c0dc8e8`](https://github.com/asgardeo/javascript/commit/c0dc8e881af8d90e4cfc2e90adb026a3fbc2582e),
9+
[`09256e9`](https://github.com/asgardeo/javascript/commit/09256e97ce2d80ca76028c58cb8eca7971815e8b)]:
10+
- @asgardeo/react@0.6.7
11+
312
## 0.1.41
413

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

packages/react-router/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`c0dc8e8`](https://github.com/asgardeo/javascript/commit/c0dc8e881af8d90e4cfc2e90adb026a3fbc2582e),
9+
[`09256e9`](https://github.com/asgardeo/javascript/commit/09256e97ce2d80ca76028c58cb8eca7971815e8b)]:
10+
- @asgardeo/react@0.6.7
11+
312
## 1.0.6
413

514
### Patch Changes

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/react-router",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "React Router integration for Asgardeo React SDK with protected routes.",
55
"keywords": [
66
"asgardeo",

packages/react/CHANGELOG.md

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

3+
## 0.6.7
4+
5+
### Patch Changes
6+
7+
- [#252](https://github.com/asgardeo/javascript/pull/252)
8+
[`c0dc8e8`](https://github.com/asgardeo/javascript/commit/c0dc8e881af8d90e4cfc2e90adb026a3fbc2582e) Thanks
9+
[@thiva-k](https://github.com/thiva-k)! - Add redirect handling for external IdP flows
10+
11+
- [#253](https://github.com/asgardeo/javascript/pull/253)
12+
[`09256e9`](https://github.com/asgardeo/javascript/commit/09256e97ce2d80ca76028c58cb8eca7971815e8b) Thanks
13+
[@thiva-k](https://github.com/thiva-k)! - Fix action id
14+
315
## 0.6.6
416

517
### Patch Changes

packages/react/package.json

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

packages/tanstack-router/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`c0dc8e8`](https://github.com/asgardeo/javascript/commit/c0dc8e881af8d90e4cfc2e90adb026a3fbc2582e),
9+
[`09256e9`](https://github.com/asgardeo/javascript/commit/09256e97ce2d80ca76028c58cb8eca7971815e8b)]:
10+
- @asgardeo/react@0.6.7
11+
312
## 1.0.6
413

514
### Patch Changes

packages/tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/tanstack-router",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "TanStack Router integration for Asgardeo React SDK with protected routes.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)