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.13
  • Loading branch information
jonas-jonas committed Nov 5, 2024
1 parent b28bffa commit 0173d87
Show file tree
Hide file tree
Showing 3 changed files with 26 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.

24 changes: 24 additions & 0 deletions packages/elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 1.0.0-next.13 (2024-11-05)


### 🩹 Fixes

- ⚠️ move useSession hook to /client entry point

- oidc linking & unlinking form properties

- hide two step registration message

- implement component merging instead of usign lodash

- replace translation merge with custom function


#### ⚠️ Breaking Changes

- ⚠️ move useSession hook to /client entry point

### ❤️ Thank You

- Jonas Hungershausen

## 1.0.0-next.12 (2024-10-29)


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.12",
"version": "1.0.0-next.13",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0173d87

Please sign in to comment.