From b11c1aabe0ab5c350c8d5ca20acd04842e898804 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Mon, 28 Feb 2022 09:51:07 -1000 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d3131..b6b89bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.1.0](https://github.com/prismicio/prismic-react/compare/v2.0.6...v2.1.0) (2022-02-28) + + +### Features + +* provide a fallback string to `` ([#126](https://github.com/prismicio/prismic-react/issues/126)) ([e2fb4fc](https://github.com/prismicio/prismic-react/commit/e2fb4fcbdf817ac67e00fbe39acb5b038dc585d5)) + + +### Chore + +* **deps:** update dependencies ([f426bb6](https://github.com/prismicio/prismic-react/commit/f426bb6064f99e75d1dee190f3ab1a4b59ce80da)) +* update license ([ce32036](https://github.com/prismicio/prismic-react/commit/ce320369646152cd3e9428d31d6b9d62d16e2e10)) + + +### Documentation + +* add with-typescript example ([#127](https://github.com/prismicio/prismic-react/issues/127)) ([b95fe41](https://github.com/prismicio/prismic-react/commit/b95fe4113439b5d701964f591c0603c064377208)) + ### [2.0.6](https://github.com/prismicio/prismic-react/compare/v2.0.5...v2.0.6) (2022-02-05) diff --git a/package-lock.json b/package-lock.json index bbc95c2..a75470c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.0.6", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.0.6", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.1.1", diff --git a/package.json b/package.json index 0fc0049..8d1b762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.0.6", + "version": "2.1.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",