Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 6, 2021
1 parent 5821cf0 commit 2f03ad8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.1.1](https://github.com/prismicio/prismic-gatsby/compare/v5.1.0...v5.1.1) (2021-11-06)


### Bug Fixes

* **source:** support Slices without non-repeat/repeat models ([5821cf0](https://github.com/prismicio/prismic-gatsby/commit/5821cf0970002a63df096090aed1f3a4fdfc92fb))





# [5.1.0](https://github.com/prismicio/prismic-gatsby/compare/v5.0.4...v5.1.0) (2021-11-05)


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.1.0",
"version": "5.1.1",
"command": {
"publish": {
"conventionalCommits": true
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.1.1](https://github.com/prismicio/prismic-gatsby/compare/v5.1.0...v5.1.1) (2021-11-06)


### Bug Fixes

* **source:** support Slices without non-repeat/repeat models ([5821cf0](https://github.com/prismicio/prismic-gatsby/commit/5821cf0970002a63df096090aed1f3a4fdfc92fb))





# [5.1.0](https://github.com/prismicio/prismic-gatsby/compare/v5.0.4...v5.1.0) (2021-11-05)


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

0 comments on commit 2f03ad8

Please sign in to comment.