Skip to content

Commit

Permalink
Merge pull request #19 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
brionmario authored May 22, 2024
2 parents f61c760 + aa0aad5 commit 8adacdc
Show file tree
Hide file tree
Showing 6 changed files with 4,528 additions and 3,736 deletions.
21 changes: 0 additions & 21 deletions .changeset/honest-needles-nail.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @asgardeo/js

## 0.1.0

### Minor Changes

- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react

- Drop in components

- SignIn
- SignOut
- SignedIn
- SignedOut

- Custom hooks

- useAuthentication
- useOn

- api function calls in js
- branding and i18n support
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.0.0",
"version": "0.1.0",
"description": "Framework agnostic JS for Asgardeo or Identity Server",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
30 changes: 30 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# @asgardeo/react

## 0.1.0

### Minor Changes

- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react

- Drop in components

- SignIn
- SignOut
- SignedIn
- SignedOut

- Custom hooks

- useAuthentication
- useOn

- api function calls in js
- branding and i18n support

### Patch Changes

- Updated dependencies
[[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd)]:
- @asgardeo/js@0.1.0
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.0.0",
"version": "0.1.0",
"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
Loading

0 comments on commit 8adacdc

Please sign in to comment.