Skip to content

Commit

Permalink
Merge pull request #35 from asgardeo/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] [GitHub Action] Update package versions
  • Loading branch information
DonOmalVindula committed Jun 26, 2024
2 parents 23330bc + 3f753a3 commit fdab64f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-deers-hug.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fdab64f

Please sign in to comment.