Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @ory/nextjs 1.0.0-next.0
  • Loading branch information
jonas-jonas committed Jan 3, 2025
1 parent f3fad4d commit 5311e42
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nextjs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project.json
tsup.config.ts
jest.config.ts
tsconfig*.json
!dist/
src/
20 changes: 20 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 1.0.0-next.0 (2025-01-03)

### 🚀 Features

- add page and app router examples ([#307](https://github.com/ory/elements/pull/307))
- ⚠️ add getServerSession and SessionProvider ([#309](https://github.com/ory/elements/pull/309))
- add @ory/nextjs package ([#303](https://github.com/ory/elements/pull/303))

### 🩹 Fixes

- use correct host value in middleware ([#316](https://github.com/ory/elements/pull/316))

### ⚠️ Breaking Changes

- ⚠️ add getServerSession and SessionProvider ([#309](https://github.com/ory/elements/pull/309))

### ❤️ Thank You

- hackerman @aeneasr
- Jonas Hungershausen
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/nextjs",
"version": "0.0.1",
"version": "1.0.0-next.0",
"license": "Apache License 2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 5311e42

Please sign in to comment.