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
11 changes: 0 additions & 11 deletions .changeset/signup-complete-without-session.md

This file was deleted.

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

## 0.7.15

### Patch Changes

- Updated dependencies []:
- @asgardeo/javascript@0.23.5

## 0.7.14

### Patch Changes
Expand Down
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.7.14",
"version": "0.7.15",
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @asgardeo/express

## 0.0.86

### Patch Changes

- Updated dependencies []:
- @asgardeo/node@0.0.87

## 0.0.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/express",
"version": "0.0.85",
"version": "0.0.86",
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
18 changes: 18 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @asgardeo/i18n

## 0.4.9

### Patch Changes

- [#567](https://github.com/asgardeo/javascript/pull/567)
[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Show a success message and a sign-in button when a
registration completes without signing the user in.

- `BaseSignUp` accepts a `signInUrl` prop. When the flow completes and the prop is set, the card keeps showing the
"account created" message and renders a Sign In button that takes the user to that URL.
- The Next.js `<SignUp />` passes the configured `signInUrl` automatically, and the provider no longer navigates to
`afterSignUpUrl` when no session was created (for example after a social sign-up, or a multi-step registration).
Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
the account had been created. A per-component `afterSignUpUrl` prop is still honoured.
- When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
Signing you in…" (new i18n key `signup.success.signing.in`) instead of leaving the user wondering what happens next.

## 0.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/i18n",
"version": "0.4.8",
"version": "0.4.9",
"description": "Internationalization (i18n) package for Asgardeo JavaScript SDKs.",
"keywords": [
"asgardeo",
Expand Down
8 changes: 8 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asgardeo/javascript

## 0.23.5

### Patch Changes

- Updated dependencies
[[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745)]:
- @asgardeo/i18n@0.4.9

## 0.23.4

### Patch Changes
Expand Down
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.23.4",
"version": "0.23.5",
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
"keywords": [
"asgardeo",
Expand Down
23 changes: 23 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @asgardeo/nextjs

## 0.3.34

### Patch Changes

- [#567](https://github.com/asgardeo/javascript/pull/567)
[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Show a success message and a sign-in button when a
registration completes without signing the user in.

- `BaseSignUp` accepts a `signInUrl` prop. When the flow completes and the prop is set, the card keeps showing the
"account created" message and renders a Sign In button that takes the user to that URL.
- The Next.js `<SignUp />` passes the configured `signInUrl` automatically, and the provider no longer navigates to
`afterSignUpUrl` when no session was created (for example after a social sign-up, or a multi-step registration).
Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
the account had been created. A per-component `afterSignUpUrl` prop is still honoured.
- When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
Signing you in…" (new i18n key `signup.success.signing.in`) instead of leaving the user wondering what happens next.

- Updated dependencies
[[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745)]:
- @asgardeo/react@0.25.12
- @asgardeo/node@0.0.87

## 0.3.33

### Patch Changes
Expand Down
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.3.33",
"version": "0.3.34",
"description": "Next.js implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @asgardeo/node

## 0.0.87

### Patch Changes

- Updated dependencies []:
- @asgardeo/javascript@0.23.5

## 0.0.86

### Patch Changes
Expand Down
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.86",
"version": "0.0.87",
"description": "Node.js runtime specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @asgardeo/nuxt

## 0.2.8

### Patch Changes

- Updated dependencies []:
- @asgardeo/vue@0.4.8
- @asgardeo/browser@0.7.15
- @asgardeo/node@0.0.87

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/nuxt",
"version": "0.2.7",
"version": "0.2.8",
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @asgardeo/react

## 0.25.12

### Patch Changes

- [#567](https://github.com/asgardeo/javascript/pull/567)
[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Show a success message and a sign-in button when a
registration completes without signing the user in.

- `BaseSignUp` accepts a `signInUrl` prop. When the flow completes and the prop is set, the card keeps showing the
"account created" message and renders a Sign In button that takes the user to that URL.
- The Next.js `<SignUp />` passes the configured `signInUrl` automatically, and the provider no longer navigates to
`afterSignUpUrl` when no session was created (for example after a social sign-up, or a multi-step registration).
Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
the account had been created. A per-component `afterSignUpUrl` prop is still honoured.
- When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
Signing you in…" (new i18n key `signup.success.signing.in`) instead of leaving the user wondering what happens next.

- Updated dependencies
[[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745)]:
- @asgardeo/i18n@0.4.9
- @asgardeo/browser@0.7.15

## 0.25.11

### Patch Changes
Expand Down
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.25.11",
"version": "0.25.12",
"description": "React implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @asgardeo/vue

## 0.4.8

### Patch Changes

- Updated dependencies
[[`d559499`](https://github.com/asgardeo/javascript/commit/d559499b123d1de2c66e50b6d1242f07db457745)]:
- @asgardeo/i18n@0.4.9
- @asgardeo/browser@0.7.15

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/vue",
"version": "0.4.7",
"version": "0.4.8",
"description": "Vue 3 SDK for Asgardeo - Authentication and Identity Management",
"keywords": [
"asgardeo",
Expand Down