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.16
  • Loading branch information
jonas-jonas committed Nov 26, 2024
1 parent 9982e35 commit 60bc748
Show file tree
Hide file tree
Showing 3 changed files with 29 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.

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


### 🚀 Features

- allow overriding of field messages

- add test ids to components


### 🩹 Fixes

- use --font-sans CSS variable for font

- registration & login flow form states

- missing resend button on login & registration

- password validation error form state

- current identifier button overflowing on long values


### ❤️ Thank You

- Jonas Hungershausen

## 1.0.0-next.15 (2024-11-18)


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

0 comments on commit 60bc748

Please sign in to comment.