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.7
  • Loading branch information
jonas-jonas committed Sep 24, 2024
1 parent a7113d7 commit 601f6e4
Show file tree
Hide file tree
Showing 3 changed files with 62 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.

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


### 🚀 Features

- @testing-library/react based tests

- **theme:** show resend code button on top of code input


### 🩹 Fixes

- linting

- release config

- provider logos

- eslint issues

- depedencies

- dts files in dev mode

- card header subtitle

- button line-height

- use SDK url in footer links

- submit hidden identifier on second login step

- registration text in swedish translation

- **core:** use SDK instead of HTML form submissions

- **core:** use empty strings instead of undefined default values

- **core:** code form submission precendence

- ⚠️ **theme:** scope css classes with .ory-default-theme

- **theme:** social sign in button styling

- **intl:** use correct abbreveation for swedish locale

- **core:** passkey script discovery

- **intl:** export locales object from package root


#### ⚠️ Breaking Changes

- ⚠️ **theme:** scope css classes with .ory-default-theme

### ❤️ Thank You

- Jonas Hungershausen
- Miłosz

## 1.0.0-next.6 (2024-09-18)

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

0 comments on commit 601f6e4

Please sign in to comment.