diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bc70f..2ad9706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.5.1](https://github.com/prismicio/prismic-react/compare/v2.5.0...v2.5.1) (2022-12-19) + + +### Bug Fixes + +* make `@prismicio/types` a regular dependency ([b6caa1f](https://github.com/prismicio/prismic-react/commit/b6caa1f1f78380fdcbcd6dcaf5c538817006dc7c)) + + +### Chore + +* **deps:** maintain dependencies ([f8bc7e4](https://github.com/prismicio/prismic-react/commit/f8bc7e4fa7da92ded7fea4d2d89e979f336f0bbe)) +* update infrastructure ([#168](https://github.com/prismicio/prismic-react/issues/168)) ([7768901](https://github.com/prismicio/prismic-react/commit/77689014ec78f6a03b54b9b7193e778a1f13dc10)) + ## [2.5.0](https://github.com/prismicio/prismic-react/compare/v2.4.4...v2.5.0) (2022-08-23) diff --git a/package-lock.json b/package-lock.json index 140933b..285213d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.5.0", + "version": "2.5.1", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.3.8", diff --git a/package.json b/package.json index c0f4361..0b97e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.5.0", + "version": "2.5.1", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",