From ba2fdef319cf2962e0e2bcf84808428dcea5d03d Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 16 Dec 2021 11:58:17 -1000 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 730ef80..fc78087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0.2](https://github.com/prismicio/prismic-react/compare/v2.0.1...v2.0.2) (2021-12-16) + + +### Bug Fixes + +* use correct toolbar URL (`new=true`) ([8de749c](https://github.com/prismicio/prismic-react/commit/8de749cde1b06e52f58a0bdef3d39a11b60d21f0)) + + +### Chore + +* remove incorrect CHANGELOG entry ([60967b8](https://github.com/prismicio/prismic-react/commit/60967b8fbd1be02b92a1e90dcb060bb3d4f47157)) + ### [2.0.1](https://github.com/prismicio/prismic-react/compare/v1.3.4...v2.0.1) (2021-12-16) diff --git a/package-lock.json b/package-lock.json index 217c1dc..78f2be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.0.0-beta.6", diff --git a/package.json b/package.json index ebed720..3ceb97d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.0.1", + "version": "2.0.2", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",