diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d9907..81c7f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6.0-alpha.2](https://github.com/prismicio/prismic-react/compare/v2.6.0-alpha.1...v2.6.0-alpha.2) (2023-05-01) + + +### Bug Fixes + +* bundle `@prismicio/client` v7 to prevent `npm install` issues ([fdff6ce](https://github.com/prismicio/prismic-react/commit/fdff6ce800407ad19e440863a23ffb19afd0137d)) +* update error message for incompatible Server Component APIs ([d558c91](https://github.com/prismicio/prismic-react/commit/d558c918dce0afe3d434d59a01cf6303fbd60dd7)) + ## [2.6.0-alpha.1](https://github.com/prismicio/prismic-react/compare/v2.6.0-alpha.0...v2.6.0-alpha.1) (2023-04-25) diff --git a/package-lock.json b/package-lock.json index 675bf90..16b843d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.1", + "version": "2.6.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.6.0-alpha.1", + "version": "2.6.0-alpha.2", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.4" diff --git a/package.json b/package.json index 5794168..9485eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.1", + "version": "2.6.0-alpha.2", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",