Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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