From d7f196fe39f31fda6ff70d5eb5718ee37a4caded Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 27 Mar 2024 08:50:37 -1000 Subject: [PATCH] chore(release): 2.7.4 --- 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 ab478a7..43cb52e 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.7.4](https://github.com/prismicio/prismic-react/compare/v2.7.3...v2.7.4) (2024-03-27) + + +### Bug Fixes + +* `` compat with Slice Mapper ([#202](https://github.com/prismicio/prismic-react/issues/202)) ([0fd4313](https://github.com/prismicio/prismic-react/commit/0fd43134b4845a36e240e6438fea8ea84025e7dd)) + ### [2.7.3](https://github.com/prismicio/prismic-react/compare/v2.7.2...v2.7.3) (2023-09-18) diff --git a/package-lock.json b/package-lock.json index 4d01a01..6c1a924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.7.3", + "version": "2.7.4", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index 407f151..0726045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.7.3", + "version": "2.7.4", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",