Skip to content

Commit 50eaea5

Browse files
chore(main): release 3.2.0 (#184)
Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
1 parent 61f7620 commit 50eaea5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.2.0](https://github.com/portabletext/react-portabletext/compare/v3.1.0...v3.2.0) (2024-12-06)
9+
10+
11+
### Features
12+
13+
* support react 19 ([#185](https://github.com/portabletext/react-portabletext/issues/185)) ([61f7620](https://github.com/portabletext/react-portabletext/commit/61f76200f17cd1aaf28f251c036a809feee2cc9e))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency @portabletext/toolkit to ^2.0.16 ([#180](https://github.com/portabletext/react-portabletext/issues/180)) ([14237ac](https://github.com/portabletext/react-portabletext/commit/14237ac99334b36232cad8c43c8574b7dc4d0085))
19+
820
## [3.1.0](https://github.com/portabletext/react-portabletext/compare/v3.0.18...v3.1.0) (2024-05-28)
921

1022

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/react",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Render Portable Text with React",
55
"keywords": [
66
"portable-text"

0 commit comments

Comments
 (0)