Skip to content

Commit 8905d7d

Browse files
committed
chore(release): 2.0.0-alpha.1
1 parent f14bdf7 commit 8905d7d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/prismicio/prismic-next/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2025-01-20)
6+
7+
8+
### Bug Fixes
9+
10+
* don't hard-refresh the page on preview updates ([f14bdf7](https://github.com/prismicio/prismic-next/commit/f14bdf7811e8c5679bae913b615302b9ba630359))
11+
512
## [2.0.0-alpha.0](https://github.com/prismicio/prismic-next/compare/v1.7.1...v2.0.0-alpha.0) (2025-01-20)
613

714

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.0",
7+
"version": "2.0.0-alpha.1",
88
"description": "Helpers to integrate Prismic into Next.js apps",
99
"keywords": [
1010
"typescript",

0 commit comments

Comments
 (0)