diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cb52e..3903f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.8.0](https://github.com/prismicio/prismic-react/compare/v2.7.4...v2.8.0) (2024-05-30) + + +### Features + +* support React 19 ([c06d5c1](https://github.com/prismicio/prismic-react/commit/c06d5c13a9313efc5dda0c98f714803789b48bf8)) + ### [2.7.4](https://github.com/prismicio/prismic-react/compare/v2.7.3...v2.7.4) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index 0df5ff0..e3e6699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.7.4", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.7.4", + "version": "2.8.0", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index aa8d045..45f1371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.7.4", + "version": "2.8.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",