Skip to content

Commit d164500

Browse files
Version Packages (#1841)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated. # Releases ## @arkenv/nextjs@0.1.6 ### Patch Changes - #### Widen the React peer dependency range _[`#1833`](#1833) [`230ed72`](230ed72) [@yamcodes](https://github.com/yamcodes)_ Allow `@arkenv/nextjs` to work with React 18.2.0 and later in the React 18 line, as well as every React 19 release, instead of requiring React 19.2.5. Install it alongside a supported React version, such as `pnpm add @arkenv/nextjs react@^18.2.0`. Co-authored-by: arkenv-bot[bot] <237618717+arkenv-bot[bot]@users.noreply.github.com>
1 parent 549427e commit d164500

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.changeset/widen-nextjs-react-peer.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/nextjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @arkenv/nextjs
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- #### Widen the React peer dependency range _[`#1833`](https://github.com/yamcodes/arkenv/pull/1833) [`230ed72`](https://github.com/yamcodes/arkenv/commit/230ed728399ab29c6926b6b098f995bb9cae7257) [@yamcodes](https://github.com/yamcodes)_
8+
9+
10+
Allow `@arkenv/nextjs` to work with React 18.2.0 and later in the React 18 line, as well as every React 19 release, instead of requiring React 19.2.5. Install it alongside a supported React version, such as `pnpm add @arkenv/nextjs react@^18.2.0`.
11+
312
## 0.1.5
413

514
### Patch Changes

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": "@arkenv/nextjs",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"author": "Yam Borodetsky <yam@yam.codes>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)