diff --git a/.changeset/tall-lemons-cheat.md b/.changeset/tall-lemons-cheat.md deleted file mode 100644 index 23920835..00000000 --- a/.changeset/tall-lemons-cheat.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@asgardeo/browser': patch -'@asgardeo/javascript': patch -'@asgardeo/nextjs': patch -'@asgardeo/react': patch -'@asgardeo/react-router': patch -'@asgardeo/vue': patch ---- - -This update addresses issues in the `@asgardeo/react-router` package and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the `ProtectedRoute` component works correctly with the new sign-in functionality. diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index a8ec45ee..892ba468 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,19 @@ # @asgardeo/browser +## 0.1.4 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + +- Updated dependencies + [[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]: + - @asgardeo/javascript@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 037338da..159d8001 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/browser", - "version": "0.1.3", + "version": "0.1.4", "description": "Browser-specific implementation of Asgardeo JavaScript SDK.", "keywords": [ "asgardeo", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index ad4d5df3..5d5c1db5 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,12 @@ # @asgardeo/express +## 0.0.5 + +### Patch Changes + +- Updated dependencies []: + - @asgardeo/node@0.0.6 + ## 0.0.4 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index 49b3d669..22aa1544 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/express", - "version": "0.0.4", + "version": "0.0.5", "description": "Express.js implementation of Asgardeo JavaScript SDK.", "keywords": [ "asgardeo", diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index 6c8d7ad4..934db598 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @asgardeo/javascript +## 0.1.4 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + ## 0.1.3 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 88f62505..2cc6fcb9 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/javascript", - "version": "0.1.3", + "version": "0.1.4", "description": "Framework agnostic JavaScript SDK for Asgardeo.", "keywords": [ "asgardeo", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 70dc8659..f4442eb9 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,20 @@ # @asgardeo/nextjs +## 0.1.7 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + +- Updated dependencies + [[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]: + - @asgardeo/react@0.5.8 + - @asgardeo/node@0.0.6 + ## 0.1.6 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 3994abe4..74299117 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/nextjs", - "version": "0.1.6", + "version": "0.1.7", "description": "Next.js implementation of Asgardeo JavaScript SDK.", "keywords": [ "asgardeo", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 04620031..362ac3b3 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,13 @@ # @asgardeo/node +## 0.0.6 + +### Patch Changes + +- Updated dependencies + [[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]: + - @asgardeo/javascript@0.1.4 + ## 0.0.5 ### Patch Changes diff --git a/packages/node/package.json b/packages/node/package.json index be0bd90d..4d3ee6dd 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/node", - "version": "0.0.5", + "version": "0.0.6", "description": "Node.js runtime specific implementation of Asgardeo JavaScript SDK.", "keywords": [ "asgardeo", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index a57e1707..d80ba726 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,19 @@ # @asgardeo/react-router +## 0.0.1 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + +- Updated dependencies + [[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]: + - @asgardeo/react@0.5.8 + ## 1.0.0 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 568dd23e..f6c5ce90 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/react-router", - "version": "0.0.0", + "version": "0.0.1", "description": "React Router integration for Asgardeo React SDK with protected routes.", "keywords": [ "asgardeo", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 462fc14c..3b77d338 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @asgardeo/react +## 0.5.8 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + +- Updated dependencies + [[`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27)]: + - @asgardeo/browser@0.1.4 + ## 0.5.7 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 64238028..a78aee52 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/react", - "version": "0.5.7", + "version": "0.5.8", "description": "React implementation of Asgardeo JavaScript SDK.", "keywords": [ "asgardeo", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 259cfa46..6dc3e51f 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,15 @@ # @asgardeo/vue +## 0.0.4 + +### Patch Changes + +- [#94](https://github.com/asgardeo/web-ui-sdks/pull/94) + [`cb918a3`](https://github.com/asgardeo/web-ui-sdks/commit/cb918a30a4c195f0ca06f672d6146bbe4d555f27) Thanks + [@brionmario](https://github.com/brionmario)! - This update addresses issues in the `@asgardeo/react-router` package + and exposes the `signInSilently` method from the `@asgardeo/react` package. The changes ensure that the + `ProtectedRoute` component works correctly with the new sign-in functionality. + ## 0.0.3 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 1734c1af..afb8b04e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@asgardeo/vue", - "version": "0.0.3", + "version": "0.0.4", "description": "Vue SDK for Asgardeo - Authentication and Identity Management", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",