Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
  • Loading branch information
ecoscript[bot] authored May 28, 2024
1 parent 4d3cce4 commit e893c2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.0](https://github.com/portabletext/react-portabletext/compare/v3.0.18...v3.1.0) (2024-05-28)


### Features

* support react 19 ([#170](https://github.com/portabletext/react-portabletext/issues/170)) ([4d3cce4](https://github.com/portabletext/react-portabletext/commit/4d3cce4bd70269df788e83d9c410d6377c453e00))

## [3.0.18](https://github.com/portabletext/react-portabletext/compare/v3.0.17...v3.0.18) (2024-04-11)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/react",
"version": "3.1.0-canary.0",
"version": "3.1.0",
"description": "Render Portable Text with React",
"keywords": [
"portable-text"
Expand Down Expand Up @@ -75,7 +75,9 @@
"ecmaVersion": 9,
"sourceType": "module"
},
"plugins": ["react-compiler"],
"plugins": [
"react-compiler"
],
"extends": [
"sanity",
"sanity/react",
Expand Down

0 comments on commit e893c2b

Please sign in to comment.