WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8a38d65

Browse files
committed
chore(release): 3.2.1-alpha.0
1 parent c435240 commit 8a38d65

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+
### [3.2.1-alpha.0](https://github.com/prismicio/prismic-react/compare/v3.2.0...v3.2.1-alpha.0) (2025-04-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **PrismicTable:** use React 18 and 19 compatible types ([accb41f](https://github.com/prismicio/prismic-react/commit/accb41f1b5e2bc2bcb8cd6635693d994aafbf662))
11+
* use `FC` ([892e66d](https://github.com/prismicio/prismic-react/commit/892e66dc09dbf779e0ddfc3d7a3e36127c828540))
12+
13+
14+
### Chore
15+
16+
* remove `--release-as` from `release:alpha` scripts ([c435240](https://github.com/prismicio/prismic-react/commit/c4352401c96ba1dc408e6058580d5029fa9902b6))
17+
518
## [3.2.0](https://github.com/prismicio/prismic-react/compare/v3.1.0...v3.2.0) (2025-03-19)
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@prismicio/react",
3-
"version": "3.2.0",
3+
"version": "3.2.1-alpha.0",
44
"description": "React components and hooks to fetch and present Prismic content",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)