Skip to content

Commit 0335eea

Browse files
authored
Merge pull request #82 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents a19c0d1 + deccda4 commit 0335eea

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

.changeset/olive-doodles-allow.md

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

packages/nextjs/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#80](https://github.com/asgardeo/web-ui-sdks/pull/80)
8+
[`3851019`](https://github.com/asgardeo/web-ui-sdks/commit/3851019dfb8b2cd1e77ae40943f393de4d799c41) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Fix NPEs
10+
11+
- Updated dependencies
12+
[[`3851019`](https://github.com/asgardeo/web-ui-sdks/commit/3851019dfb8b2cd1e77ae40943f393de4d799c41)]:
13+
- @asgardeo/react@0.5.2
14+
315
## 0.1.0
416

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

packages/react/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#80](https://github.com/asgardeo/web-ui-sdks/pull/80)
8+
[`3851019`](https://github.com/asgardeo/web-ui-sdks/commit/3851019dfb8b2cd1e77ae40943f393de4d799c41) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Fix NPEs
10+
311
## 0.5.1
412

513
### 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.5.1",
3+
"version": "0.5.2",
44
"description": "React implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)