Skip to content

Commit

Permalink
v5.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 17, 2022
1 parent 8ad9af3 commit 6ac0242
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.9](https://github.com/prismicio/prismic-gatsby/compare/v5.2.8...v5.2.9) (2022-06-17)


### Bug Fixes

* apply same fix to typepath generation ([8ad9af3](https://github.com/prismicio/prismic-gatsby/commit/8ad9af3a06aad32423453305417b37cf00815c9e))
* support Slice Zones with missing `choices` property ([eb0386f](https://github.com/prismicio/prismic-gatsby/commit/eb0386fbb4b8e3e682b09957f4cef8942e96e0e8))





## [5.2.8](https://github.com/prismicio/prismic-gatsby/compare/v5.2.7...v5.2.8) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.2.8",
"version": "5.2.9",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-prismic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.9](https://github.com/prismicio/prismic-gatsby/compare/v5.2.8...v5.2.9) (2022-06-17)


### Bug Fixes

* apply same fix to typepath generation ([8ad9af3](https://github.com/prismicio/prismic-gatsby/commit/8ad9af3a06aad32423453305417b37cf00815c9e))
* support Slice Zones with missing `choices` property ([eb0386f](https://github.com/prismicio/prismic-gatsby/commit/eb0386fbb4b8e3e682b09957f4cef8942e96e0e8))





## [5.2.7](https://github.com/prismicio/prismic-gatsby/compare/v5.2.6...v5.2.7) (2022-05-16)

**Note:** Version bump only for package gatsby-source-prismic
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-prismic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-prismic",
"version": "5.2.7",
"version": "5.2.9",
"description": "Gatsby source plugin for building websites using Prismic as a data source",
"keywords": [
"gatsby",
Expand Down

0 comments on commit 6ac0242

Please sign in to comment.