diff --git a/CHANGELOG.md b/CHANGELOG.md index ba98573e..2fb9c248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/prismicio/prismic-gatsby/compare/v5.2.0...v5.2.1) (2021-11-10) + + +### Bug Fixes + +* replace `@prismicio/client`'s `getAll` with `dangerouslyGetAll` ([50c0ef2](https://github.com/prismicio/prismic-gatsby/commit/50c0ef2e1628394c29755380f26926428436dd2a)) + + + + + # [5.2.0](https://github.com/prismicio/prismic-gatsby/compare/v5.1.1...v5.2.0) (2021-11-10) diff --git a/lerna.json b/lerna.json index 18a1ad4d..292346b1 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "5.2.0", + "version": "5.2.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/gatsby-plugin-prismic-previews/CHANGELOG.md b/packages/gatsby-plugin-prismic-previews/CHANGELOG.md index 1978af85..396440c4 100644 --- a/packages/gatsby-plugin-prismic-previews/CHANGELOG.md +++ b/packages/gatsby-plugin-prismic-previews/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/prismicio/prismic-gatsby/compare/v5.2.0...v5.2.1) (2021-11-10) + + +### Bug Fixes + +* replace `@prismicio/client`'s `getAll` with `dangerouslyGetAll` ([50c0ef2](https://github.com/prismicio/prismic-gatsby/commit/50c0ef2e1628394c29755380f26926428436dd2a)) + + + + + # [5.2.0](https://github.com/prismicio/prismic-gatsby/compare/v5.1.1...v5.2.0) (2021-11-10) diff --git a/packages/gatsby-plugin-prismic-previews/package.json b/packages/gatsby-plugin-prismic-previews/package.json index b476c934..e387e3ae 100644 --- a/packages/gatsby-plugin-prismic-previews/package.json +++ b/packages/gatsby-plugin-prismic-previews/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-prismic-previews", - "version": "5.2.0", + "version": "5.2.1", "description": "Gatsby plugin for integrating client-side Prismic previews support", "keywords": [ "gatsby", diff --git a/packages/gatsby-source-prismic/CHANGELOG.md b/packages/gatsby-source-prismic/CHANGELOG.md index b9a1aa89..fa15990f 100644 --- a/packages/gatsby-source-prismic/CHANGELOG.md +++ b/packages/gatsby-source-prismic/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/prismicio/prismic-gatsby/compare/v5.2.0...v5.2.1) (2021-11-10) + + +### Bug Fixes + +* replace `@prismicio/client`'s `getAll` with `dangerouslyGetAll` ([50c0ef2](https://github.com/prismicio/prismic-gatsby/commit/50c0ef2e1628394c29755380f26926428436dd2a)) + + + + + # [5.2.0](https://github.com/prismicio/prismic-gatsby/compare/v5.1.1...v5.2.0) (2021-11-10) diff --git a/packages/gatsby-source-prismic/package.json b/packages/gatsby-source-prismic/package.json index 05002138..94970002 100644 --- a/packages/gatsby-source-prismic/package.json +++ b/packages/gatsby-source-prismic/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-prismic", - "version": "5.2.0", + "version": "5.2.1", "description": "Gatsby source plugin for building websites using Prismic as a data source", "keywords": [ "gatsby",