Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @ory/elements-react 1.0.0-next.12
  • Loading branch information
jonas-jonas committed Oct 29, 2024
1 parent 87d28da commit d95a4ed
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions packages/elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.0.0-next.12 (2024-10-29)


### 🚀 Features

- add elements v1 packages

- add useSession hook

- add page header component with user menu

- support links in checkbox/boolean nodes

- add settings flow components


### 🩹 Fixes

- use correct node to detect two step registration

- use translations in more missing places

- short-circuit code login on two step card

- duplicate resend button on recovery & verification


### ❤️ Thank You

- Jonas Hungershausen
- Miłosz

## 1.0.0-next.11 (2024-10-22)

Breaking Changes: This update includes breaking changes to the naming of some variables and functions. Please refer to [Advisory: ory elements‐react upgrade guide to v1.0.0‐next.11](https://github.com/ory/elements/wiki/Advisory:-ory-elements%E2%80%90react-upgrade-guide-to-v1.0.0%E2%80%90next.11) for more information.
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-react",
"version": "1.0.0-next.11",
"version": "1.0.0-next.12",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d95a4ed

Please sign in to comment.