Skip to content

Commit 5946b91

Browse files
authored
Merge pull request #46 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 45508ac + 458d49c commit 5946b91

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

.changeset/clean-rocks-compete.md

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

.changeset/eight-ladybugs-pull.md

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

.changeset/spicy-lies-study.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#47](https://github.com/asgardeo/web-ui-sdks/pull/47)
8+
[`3d3af92`](https://github.com/asgardeo/web-ui-sdks/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108) Thanks
9+
[@dasuni-30](https://github.com/dasuni-30)! - Add support to esm in core package
10+
311
## 0.1.2
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/js",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Framework agnostic JS for Asgardeo or Identity Server",
55
"main": "dist/esm/index.js",
66
"module": "dist/esm/index.js",

packages/react/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [#44](https://github.com/asgardeo/web-ui-sdks/pull/44)
8+
[`355234c`](https://github.com/asgardeo/web-ui-sdks/commit/355234c5da7f873675f0dde8ac34fe18946c85c5) Thanks
9+
[@dasuni-30](https://github.com/dasuni-30)! - Update package.json to support ESM modules
10+
11+
- [#48](https://github.com/asgardeo/web-ui-sdks/pull/48)
12+
[`f0bbb30`](https://github.com/asgardeo/web-ui-sdks/commit/f0bbb300f5ca7e27bab3ce90cb1bae9dc550aa98) Thanks
13+
[@dasuni-30](https://github.com/dasuni-30)! - Fix EsLint issues in the PR build failure
14+
15+
- Updated dependencies
16+
[[`3d3af92`](https://github.com/asgardeo/web-ui-sdks/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108)]:
17+
- @asgardeo/js@0.1.3
18+
319
## 0.2.3
420

521
### 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.2.3",
3+
"version": "0.2.4",
44
"description": "React Wrapper to build customizable login UIs for Asgardeo or Identity Server",
55
"main": "dist/esm/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)