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
9 changes: 0 additions & 9 deletions .changeset/big-parrots-sleep.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- [#63](https://github.com/asgardeo/web-ui-sdks/pull/63)
[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef) Thanks
[@brionmario](https://github.com/brionmario)! - Initial release with basic redirection capabilities and components.

- Updated dependencies
[[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef)]:
- @asgardeo/javascript@0.0.1
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/browser",
"version": "0.0.0",
"version": "0.0.1",
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
9 changes: 9 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @asgardeo/javascript

## 0.0.1

### Patch Changes

- [#63](https://github.com/asgardeo/web-ui-sdks/pull/63)
[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef) Thanks
[@brionmario](https://github.com/brionmario)! - Initial release with basic redirection capabilities and components.
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/javascript",
"version": "0.0.0",
"version": "0.0.1",
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
"keywords": [
"asgardeo",
Expand Down
14 changes: 14 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @asgardeo/nextjs

## 0.0.1

### Patch Changes

- [#63](https://github.com/asgardeo/web-ui-sdks/pull/63)
[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef) Thanks
[@brionmario](https://github.com/brionmario)! - Initial release with basic redirection capabilities and components.

- Updated dependencies
[[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef)]:
- @asgardeo/node@0.0.1
- @asgardeo/react@0.3.0
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/nextjs",
"version": "0.0.0",
"version": "0.0.1",
"description": "Next.js implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
13 changes: 13 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @asgardeo/node

## 0.0.1

### Patch Changes

- [#63](https://github.com/asgardeo/web-ui-sdks/pull/63)
[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef) Thanks
[@brionmario](https://github.com/brionmario)! - Initial release with basic redirection capabilities and components.

- Updated dependencies
[[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef)]:
- @asgardeo/javascript@0.0.1
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/node",
"version": "0.0.0",
"version": "0.0.1",
"description": "Node.js runtime specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @asgardeo/react

## 0.3.0

### Minor Changes

- [#63](https://github.com/asgardeo/web-ui-sdks/pull/63)
[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef) Thanks
[@brionmario](https://github.com/brionmario)! - Initial release with basic redirection capabilities and components.

### Patch Changes

- Updated dependencies
[[`a806ea8`](https://github.com/asgardeo/web-ui-sdks/commit/a806ea83e1be5dbb13119b4ded21b26186fb72ef)]:
- @asgardeo/browser@0.0.1
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.4",
"version": "0.3.0",
"description": "React implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down