Skip to content

Commit fdab64f

Browse files
Merge pull request #35 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 23330bc + 3f753a3 commit fdab64f

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

.changeset/calm-deers-hug.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34)
8+
[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React
10+
SDK
11+
312
## 0.1.1
413

514
### 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.1",
3+
"version": "0.1.2",
44
"description": "Framework agnostic JS for Asgardeo or Identity Server",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/react/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34)
8+
[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React
10+
SDK
11+
12+
- Updated dependencies
13+
[[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1)]:
14+
- @asgardeo/js@0.1.2
15+
316
## 0.2.0
417

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

0 commit comments

Comments
 (0)