Skip to content

Commit 8adacdc

Browse files
authored
Merge pull request #19 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents f61c760 + aa0aad5 commit 8adacdc

File tree

6 files changed

+4528
-3736
lines changed

6 files changed

+4528
-3736
lines changed

.changeset/honest-needles-nail.md

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

packages/core/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# @asgardeo/js
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
8+
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
9+
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react
10+
11+
- Drop in components
12+
13+
- SignIn
14+
- SignOut
15+
- SignedIn
16+
- SignedOut
17+
18+
- Custom hooks
19+
20+
- useAuthentication
21+
- useOn
22+
23+
- api function calls in js
24+
- branding and i18n support

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.0.0",
3+
"version": "0.1.0",
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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# @asgardeo/react
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
8+
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
9+
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react
10+
11+
- Drop in components
12+
13+
- SignIn
14+
- SignOut
15+
- SignedIn
16+
- SignedOut
17+
18+
- Custom hooks
19+
20+
- useAuthentication
21+
- useOn
22+
23+
- api function calls in js
24+
- branding and i18n support
25+
26+
### Patch Changes
27+
28+
- Updated dependencies
29+
[[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd)]:
30+
- @asgardeo/js@0.1.0

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.0.0",
3+
"version": "0.1.0",
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)