Skip to content

Commit 50dd03e

Browse files
committed
chore(release): 2.0.0-alpha.2
1 parent 4c438e1 commit 50dd03e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-alpha.2](https://github.com/prismicio/prismic-next/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2025-01-28)
6+
7+
8+
### Bug Fixes
9+
10+
* treat `PrismicNextImage` as a server component ([9acfdc2](https://github.com/prismicio/prismic-next/commit/9acfdc216587bcb7b01faf866db4571367d25b6d))
11+
* use `FC` over `JSX` to support React 18 ([4c438e1](https://github.com/prismicio/prismic-next/commit/4c438e130f3a5e6748e0da599a40e1d250e933d7))
12+
13+
14+
### Chore
15+
16+
* clean up peer dependency versions ([2ad5f4f](https://github.com/prismicio/prismic-next/commit/2ad5f4f8bff64bfcedc712bfd7c46a4cdf5f5087))
17+
518
## [2.0.0-alpha.1](https://github.com/prismicio/prismic-next/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2025-01-20)
619

720

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"e2e-projects/*"
55
],
66
"name": "@prismicio/next",
7-
"version": "2.0.0-alpha.1",
7+
"version": "2.0.0-alpha.2",
88
"description": "Helpers to integrate Prismic into Next.js apps",
99
"keywords": [
1010
"typescript",

0 commit comments

Comments
 (0)