From 10e25c5897d4f98a2075e04fc5d8ac60ce18ee27 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Mon, 22 May 2023 13:58:27 -1000 Subject: [PATCH] chore(release): 2.6.2 --- 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 1301d9a..fea7a28 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.2](https://github.com/prismicio/prismic-react/compare/v2.6.1...v2.6.2) (2023-05-22) + + +### Bug Fixes + +* properly resolve types when using TypeScript's latest module resolution strategy ([#182](https://github.com/prismicio/prismic-react/issues/182)) ([27332f5](https://github.com/prismicio/prismic-react/commit/27332f571ec660f6b9aed8ff54739f5581bc64a7)) + ### [2.6.1](https://github.com/prismicio/prismic-react/compare/v2.6.0...v2.6.1) (2023-05-09) diff --git a/package-lock.json b/package-lock.json index d7d2c88..cd718ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.6.1", + "version": "2.6.2", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index 5999b55..e2361f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.6.1", + "version": "2.6.2", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",