diff --git a/.changeset/calm-deers-hug.md b/.changeset/calm-deers-hug.md deleted file mode 100644 index 2a7aeca3..00000000 --- a/.changeset/calm-deers-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@asgardeo/react": patch -"@asgardeo/js": patch ---- - -Improvements to Identifier first authenticator in the React SDK diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 12afe08d..e601f521 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @asgardeo/js +## 0.1.2 + +### Patch Changes + +- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34) + [`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks + [@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React + SDK + ## 0.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c906666e..95fb815a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/js", - "version": "0.1.1", + "version": "0.1.2", "description": "Framework agnostic JS for Asgardeo or Identity Server", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 81b7d767..4f3f4e78 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @asgardeo/react +## 0.2.1 + +### Patch Changes + +- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34) + [`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks + [@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React + SDK + +- Updated dependencies + [[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1)]: + - @asgardeo/js@0.1.2 + ## 0.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 731ce729..74602721 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/react", - "version": "0.2.0", + "version": "0.2.1", "description": "React Wrapper to build customizable login UIs for Asgardeo or Identity Server", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",