Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Sep 5, 2023
1 parent 0a426c5 commit c8e7bba
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 13 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.

## [6.0.1](https://github.com/prismicio/prismic-gatsby/compare/v6.0.0...v6.0.1) (2023-09-05)


### Bug Fixes

* **previews:** correctly resolve the `url` property in link fields ([#542](https://github.com/prismicio/prismic-gatsby/issues/542)) ([0a426c5](https://github.com/prismicio/prismic-gatsby/commit/0a426c5f64b74af36f8b1c656355d44502c2ecfd))





# [6.0.0](https://github.com/prismicio/prismic-gatsby/compare/v5.3.1...v6.0.0) (2023-06-29)

**Note:** Version bump only for package @prismicio/gatsby
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "6.0.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

## [6.0.1](https://github.com/prismicio-community/prismic-gatsby-early-access/compare/v6.0.0...v6.0.1) (2023-09-05)


### Bug Fixes

* **previews:** correctly resolve the `url` property in link fields ([#542](https://github.com/prismicio-community/prismic-gatsby-early-access/issues/542)) ([0a426c5](https://github.com/prismicio-community/prismic-gatsby-early-access/commit/0a426c5f64b74af36f8b1c656355d44502c2ecfd))





# [6.0.0](https://github.com/prismicio-community/prismic-gatsby-early-access/compare/v5.3.1...v6.0.0) (2023-06-29)

**Note:** Version bump only for package gatsby-plugin-prismic-previews
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": "6.0.0",
"version": "6.0.1",
"description": "Gatsby plugin for integrating client-side Prismic previews support",
"keywords": [
"gatsby",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-source-prismic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/prismicio-community/prismic-gatsby-early-access/compare/v6.0.0...v6.0.1) (2023-09-05)

**Note:** Version bump only for package gatsby-source-prismic





# [6.0.0](https://github.com/prismicio-community/prismic-gatsby-early-access/compare/v5.3.1...v6.0.0) (2023-06-29)

**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": "6.0.0",
"version": "6.0.1",
"description": "Gatsby source plugin for building websites using Prismic as a data source",
"keywords": [
"gatsby",
Expand Down
8 changes: 8 additions & 0 deletions test-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/prismicio/prismic-gatsby/compare/v6.0.0...v6.0.1) (2023-09-05)

**Note:** Version bump only for package test-site





# [6.0.0](https://github.com/prismicio/prismic-gatsby/compare/v5.3.1...v6.0.0) (2023-06-29)

**Note:** Version bump only for package test-site
Expand Down
6 changes: 3 additions & 3 deletions test-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-site",
"version": "6.0.0",
"version": "6.0.1",
"private": true,
"description": "Test Site",
"author": "Angelo Ashmore",
Expand All @@ -19,8 +19,8 @@
"@prismicio/react": "^2.7.1",
"gatsby": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-prismic-previews": "^6.0.0",
"gatsby-source-prismic": "^6.0.0",
"gatsby-plugin-prismic-previews": "^6.0.1",
"gatsby-source-prismic": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit c8e7bba

Please sign in to comment.