Skip to content

Commit

Permalink
v5.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Sep 15, 2022
1 parent abfb55e commit 3630891
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 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.10](https://github.com/prismicio/prismic-gatsby/compare/v5.2.9...v5.2.10) (2022-09-15)


### Bug Fixes

* omit `target` attribute on links without a target ([#520](https://github.com/prismicio/prismic-gatsby/issues/520)) ([abfb55e](https://github.com/prismicio/prismic-gatsby/commit/abfb55e37bdd431cebe78caaebe0f939dd8d7fd7))
* **source:** support Slice Zones with missing `choices` property ([#511](https://github.com/prismicio/prismic-gatsby/issues/511)) ([bab9ca8](https://github.com/prismicio/prismic-gatsby/commit/bab9ca8678631645b682498781d494a6ef86eb46))





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


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.9",
"version": "5.2.10",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-plugin-prismic-previews/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/prismicio/prismic-gatsby/compare/v5.2.9...v5.2.10) (2022-09-15)


### Bug Fixes

* omit `target` attribute on links without a target ([#520](https://github.com/prismicio/prismic-gatsby/issues/520)) ([abfb55e](https://github.com/prismicio/prismic-gatsby/commit/abfb55e37bdd431cebe78caaebe0f939dd8d7fd7))





## [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 packages/gatsby-plugin-prismic-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-prismic-previews",
"version": "5.2.8",
"version": "5.2.10",
"description": "Gatsby plugin for integrating client-side Prismic previews support",
"keywords": [
"gatsby",
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-source-prismic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/prismicio/prismic-gatsby/compare/v5.2.9...v5.2.10) (2022-09-15)


### Bug Fixes

* omit `target` attribute on links without a target ([#520](https://github.com/prismicio/prismic-gatsby/issues/520)) ([abfb55e](https://github.com/prismicio/prismic-gatsby/commit/abfb55e37bdd431cebe78caaebe0f939dd8d7fd7))





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


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.9",
"version": "5.2.10",
"description": "Gatsby source plugin for building websites using Prismic as a data source",
"keywords": [
"gatsby",
Expand Down

0 comments on commit 3630891

Please sign in to comment.