From b630f12222c754cfc9f01b5dd523c112e70e5a49 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 9 Jun 2022 10:49:48 -1000 Subject: [PATCH] chore(release): 2.4.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64af5d8..5e61f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4.2](https://github.com/prismicio/prismic-react/compare/v2.4.1...v2.4.2) (2022-06-09) + + +### Bug Fixes + +* export `SliceLikeRestV2` and `SliceLikeGraphQL` ([#156](https://github.com/prismicio/prismic-react/issues/156)) ([fcd7a13](https://github.com/prismicio/prismic-react/commit/fcd7a13617697a79507ff85f3d0cc0d18fa17cf2)) +* prefer warning over throwing when `` is given an invalid prop in development ([#157](https://github.com/prismicio/prismic-react/issues/157)) ([4610658](https://github.com/prismicio/prismic-react/commit/46106588de14b2b7f4d04b171a3121bbd3f89a8e)) +* support untyped or partially typed Slices in `` ([#154](https://github.com/prismicio/prismic-react/issues/154)) ([5ca557a](https://github.com/prismicio/prismic-react/commit/5ca557abeffb269ed7a9e56301bdb15bddaecf2c)) + ### [2.4.1](https://github.com/prismicio/prismic-react/compare/v2.4.0...v2.4.1) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index b6a9e79..8342a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.4.1", + "version": "2.4.2", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.3.1", diff --git a/package.json b/package.json index 59d7206..ab97048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.4.1", + "version": "2.4.2", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",