Skip to content

Commit d896a74

Browse files
authored
chore(release): publish (#393)
1 parent 1dcff8a commit d896a74

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.0.0-next.4 (2025-03-25)
2+
3+
### 🚀 Features
4+
5+
- add SAML group handling ([#390](https://github.com/ory/elements/pull/390))
6+
- add more intelligent error screen ([#383](https://github.com/ory/elements/pull/383))
7+
- support captchas natively in new and old elements ([#372](https://github.com/ory/elements/pull/372))
8+
- expose get flow factory ([#333](https://github.com/ory/elements/pull/333))
9+
10+
### 🩹 Fixes
11+
12+
- center text on OIDC buttons and debounce state update ([#366](https://github.com/ory/elements/pull/366))
13+
- translate {property} in missing property validation message ([#357](https://github.com/ory/elements/pull/357))
14+
- invisible LinkedIn icon ([#355](https://github.com/ory/elements/pull/355))
15+
- define a fallback font stack ([#349](https://github.com/ory/elements/pull/349))
16+
- brand logic in social sign in icon ([#348](https://github.com/ory/elements/pull/348))
17+
18+
### ❤️ Thank You
19+
20+
- hackerman @aeneasr
21+
- Henning Perl @hperl
22+
- Jonas Hungershausen
23+
124
## 1.0.0-next.3 (2025-01-21)
225

326
### 🚀 Features

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ory/nextjs",
3-
"version": "1.0.0-next.3",
3+
"version": "1.0.0-next.4",
44
"license": "Apache License 2.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)