From 2e5ffac1900e8200f6d71b812b4e3dea528e52cd Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Fri, 5 May 2023 08:36:03 -1000 Subject: [PATCH] chore(release): 2.6.0-alpha.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c7f33..375a277 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.6.0-alpha.3](https://github.com/prismicio/prismic-react/compare/v2.6.0-alpha.2...v2.6.0-alpha.3) (2023-05-05) + + +### Bug Fixes + +* mark `@prismicio/client` as an optional peer dependency ([ebfb24d](https://github.com/prismicio/prismic-react/commit/ebfb24d2c5648271e92271cb489211e1d4b440f2)) + ## [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) diff --git a/package-lock.json b/package-lock.json index 16b843d..566c2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.2", + "version": "2.6.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.6.0-alpha.2", + "version": "2.6.0-alpha.3", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.4" diff --git a/package.json b/package.json index 9485eb3..998d2f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.2", + "version": "2.6.0-alpha.3", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",