diff --git a/CHANGELOG.md b/CHANGELOG.md index 3903f13..64d28ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.9.0-alpha.0](https://github.com/prismicio/prismic-react/compare/v2.7.4...v2.9.0-alpha.0) (2024-09-10) + + +### Features + +* support link text ([aeeedcd](https://github.com/prismicio/prismic-react/commit/aeeedcd70058a73f1a00da0d12f2a555ab5d5cf0)) +* support React 19 ([c06d5c1](https://github.com/prismicio/prismic-react/commit/c06d5c13a9313efc5dda0c98f714803789b48bf8)) + + +### Chore + +* **release:** 2.8.0 ([2f15c25](https://github.com/prismicio/prismic-react/commit/2f15c2592d41672e2b76921b3ebeebfb1c4617f0)) + ## [2.8.0](https://github.com/prismicio/prismic-react/compare/v2.7.4...v2.8.0) (2024-05-30) diff --git a/package-lock.json b/package-lock.json index 651644a..cb61206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.8.0", + "version": "2.9.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.8.0", + "version": "2.9.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index 56d1257..c4da955 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.8.0", + "version": "2.9.0-alpha.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",