From 2652fa800cf5f21861368b332ea55de210cabcb3 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 1 Jun 2022 12:37:23 +0200 Subject: [PATCH] chore(release): Publish - create-gatsby@2.15.1 - gatsby-cli@4.15.1 - gatsby-plugin-cxs@4.15.1 - gatsby-plugin-feed@4.15.1 - gatsby-plugin-flow@3.15.1 - gatsby-plugin-google-tagmanager@4.15.1 - gatsby-plugin-image@2.15.1 - gatsby-plugin-manifest@4.15.1 - gatsby-plugin-mdx@3.15.1 - gatsby-plugin-offline@5.15.1 - gatsby-plugin-page-creator@4.15.1 - gatsby-plugin-preload-fonts@3.15.1 - gatsby-plugin-sass@5.15.1 - gatsby-plugin-sharp@4.15.1 - gatsby-plugin-sitemap@5.15.1 - gatsby-plugin-twitter@4.15.1 - gatsby-plugin-utils@3.9.1 - gatsby-remark-autolink-headers@5.15.1 - gatsby-remark-images@6.15.1 - gatsby-script@1.0.1 - gatsby-source-contentful@7.13.1 - gatsby-source-drupal@5.16.1 - gatsby-source-shopify@7.4.1 - gatsby-source-wordpress@6.15.1 - gatsby-transformer-remark@5.15.1 - gatsby-transformer-sharp@4.15.1 - gatsby-transformer-sqip@4.15.1 - gatsby@4.15.2 --- packages/create-gatsby/CHANGELOG.md | 4 ++++ packages/create-gatsby/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 6 ++++++ packages/gatsby-cli/package.json | 4 ++-- packages/gatsby-plugin-cxs/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-cxs/package.json | 4 ++-- packages/gatsby-plugin-feed/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-feed/package.json | 4 ++-- packages/gatsby-plugin-flow/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-flow/package.json | 4 ++-- .../gatsby-plugin-google-tagmanager/CHANGELOG.md | 4 ++++ .../gatsby-plugin-google-tagmanager/package.json | 4 ++-- packages/gatsby-plugin-image/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-image/package.json | 4 ++-- packages/gatsby-plugin-manifest/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-manifest/package.json | 4 ++-- packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/package.json | 4 ++-- packages/gatsby-plugin-offline/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-offline/package.json | 4 ++-- packages/gatsby-plugin-page-creator/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-page-creator/package.json | 4 ++-- packages/gatsby-plugin-preload-fonts/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-preload-fonts/package.json | 2 +- packages/gatsby-plugin-sass/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sass/package.json | 4 ++-- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 6 +++--- packages/gatsby-plugin-sitemap/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sitemap/package.json | 4 ++-- packages/gatsby-plugin-twitter/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-twitter/package.json | 4 ++-- packages/gatsby-plugin-utils/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-utils/package.json | 2 +- packages/gatsby-remark-autolink-headers/CHANGELOG.md | 4 ++++ packages/gatsby-remark-autolink-headers/package.json | 4 ++-- packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-script/CHANGELOG.md | 11 +++++++++++ packages/gatsby-script/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby-source-drupal/CHANGELOG.md | 4 ++++ packages/gatsby-source-drupal/package.json | 4 ++-- packages/gatsby-source-shopify/CHANGELOG.md | 4 ++++ packages/gatsby-source-shopify/package.json | 6 +++--- packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/package.json | 6 +++--- packages/gatsby-transformer-remark/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-remark/package.json | 4 ++-- packages/gatsby-transformer-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sharp/package.json | 4 ++-- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 12 ++++++++++++ packages/gatsby/package.json | 10 +++++----- 56 files changed, 194 insertions(+), 59 deletions(-) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 5463028f9cebb..938ac1002b4be 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/create-gatsby) (2022-06-01) + +**Note:** Version bump only for package create-gatsby + ## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.14.0/packages/create-gatsby) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index a595d3edbf991..26847bddef935 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.15.0", + "version": "2.15.1", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -28,7 +28,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "joi": "^17.4.2", "microbundle": "^0.14.2", "node-fetch": "^2.6.6", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index d8110c29985ad..2d4eb2f503c27 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-cli) (2022-06-01) + +#### Chores + +- don't use npm-run-all to build packages ([fb4de37](https://github.com/gatsbyjs/gatsby/commit/fb4de379e914892c8ce437d4613b60499cfeb897)) + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.14.0/packages/gatsby-cli) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 8be5f998bf322..30b843b348451 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "4.15.0", + "version": "4.15.1", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -26,7 +26,7 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.15.0", + "create-gatsby": "^2.15.1", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 70221bfe56157..2c04f020afb4e 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-cxs) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-cxs + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.14.0/packages/gatsby-plugin-cxs) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 2c246abe291ad..b68c186b3fc63 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "4.15.0", + "version": "4.15.1", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 59c61c98ec182..ed70c5452dcae 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-feed) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-feed + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.14.0/packages/gatsby-plugin-feed) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index c1b86aa31c7ba..67d8bbbebad0e 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "4.15.0", + "version": "4.15.1", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index ef8792cce6c69..477218e143d93 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-flow) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-flow + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.14.0/packages/gatsby-plugin-flow) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index ae5ee6d9a6921..f034d58bbdfa7 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "3.15.0", + "version": "3.15.1", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -32,7 +32,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 6c020c4a3b79c..b8c822dd210ce 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-google-tagmanager) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.14.0/packages/gatsby-plugin-google-tagmanager) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index ac34f3912ffe1..debba19dd4f35 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "4.15.0", + "version": "4.15.1", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index dd56c896525ef..b68134233c193 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-image) (2022-06-01) + +#### Chores + +- don't use npm-run-all to build packages ([fb4de37](https://github.com/gatsbyjs/gatsby/commit/fb4de379e914892c8ce437d4613b60499cfeb897)) + ### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.14.1/packages/gatsby-plugin-image) (2022-05-12) #### Bug Fixes diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 4403a47d353ac..48f9d6621a19c 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "2.15.0", + "version": "2.15.1", "scripts": { "build": "npm run clean && npm run build:gatsby-node && npm run build:gatsby-ssr && npm run build:server && npm run build:browser", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -83,7 +83,7 @@ "common-tags": "^1.8.2", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 4507aa5fc0844..98af93782b1b1 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-manifest) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.14.0/packages/gatsby-plugin-manifest) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index ea064edda3dd4..b150cf5a6a80d 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "4.15.0", + "version": "4.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "semver": "^7.3.7", "sharp": "^0.30.3" }, diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 3fde17886d85c..cb5cf06cd7b98 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.14.0/packages/gatsby-plugin-mdx) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 8b195047689ed..d293bdfa2f5b7 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "3.15.0", + "version": "3.15.1", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -63,7 +63,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" }, diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index c4be764f386c5..34831b00facc2 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-offline) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-offline + ### [5.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.14.1/packages/gatsby-plugin-offline) (2022-05-16) #### Chores diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 7cc154a013d64..ba906e611f6b1 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "5.15.0", + "version": "5.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^2.15.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "rewire": "^6.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 64bb38d3f2c62..fd6b0866fcec6 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-page-creator) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.14.1/packages/gatsby-plugin-page-creator) (2022-05-16) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 8add8fddcb741..d3e204355cdf7 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "4.15.0", + "version": "4.15.1", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "fs-exists-cached": "^1.0.0", "gatsby-core-utils": "^3.15.0", "gatsby-page-utils": "^2.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-telemetry": "^3.15.0", "globby": "^11.1.0", "lodash": "^4.17.21" diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 27f2a4ae79fc9..3de3105cf1d62 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-preload-fonts) (2022-06-01) + +#### Bug Fixes + +- disable cache [#34633](https://github.com/gatsbyjs/gatsby/issues/34633) [#35790](https://github.com/gatsbyjs/gatsby/issues/35790) Closes [#34632](https://github.com/gatsbyjs/gatsby/issues/34632) ([629b30f](https://github.com/gatsbyjs/gatsby/commit/629b30ff6ff4dc9b97feaac923008c9e46640cf6)) + ## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.14.0/packages/gatsby-plugin-preload-fonts) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 26c85c373ad95..0f12245d9dfbf 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "3.15.0", + "version": "3.15.1", "author": "Aaron Ross ", "main": "index.js", "bin": { diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index d29bb1d6f6c55..45b551c80826c 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sass) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-sass + ## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.14.0/packages/gatsby-plugin-sass) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 850ed218b0e5f..c9c981e9714aa 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "5.15.0", + "version": "5.15.1", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "autoprefixer": "^10.4.4", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 11a7c2e9b8c76..074d6b4862bcf 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sharp) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-sharp + ### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.14.1/packages/gatsby-plugin-sharp) (2022-05-12) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index ffaed73e3c8f5..634ff1c1ab3c7 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "4.15.0", + "version": "4.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "filenamify": "^4.3.0", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-telemetry": "^3.15.0", "got": "^11.8.3", "lodash": "^4.17.21", @@ -32,7 +32,7 @@ "@types/sharp": "^0.30.0", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.15.0" + "gatsby-plugin-image": "^2.15.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 6834deaa545d0..5e27cdd19cec4 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sitemap) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.14.0/packages/gatsby-plugin-sitemap) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 035186c36bd98..d2b1b3382e3ad 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "5.15.0", + "version": "5.15.1", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -20,7 +20,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 7c972b01a3d8e..43bbdd36ea417 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-twitter) (2022-06-01) + +**Note:** Version bump only for package gatsby-plugin-twitter + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.14.0/packages/gatsby-plugin-twitter) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 403540ec70271..53abb9b32abec 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "4.15.0", + "version": "4.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 9c1017a88605e..7282073768a27 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-utils) (2022-06-01) + +#### Bug Fixes + +- Make `GatsbyImageData` nullable [#35777](https://github.com/gatsbyjs/gatsby/issues/35777) [#35785](https://github.com/gatsbyjs/gatsby/issues/35785) ([e7a3e6e](https://github.com/gatsbyjs/gatsby/commit/e7a3e6ebca645bd15f668aa3c2e763d93d648ea0)) + ## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.8.0/packages/gatsby-plugin-utils) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 1ab3f187bc8ab..1a4ca281eef35 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "3.9.0", + "version": "3.9.1", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index ef12c08ca9b6b..cdfdc4cfffaf2 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-autolink-headers) (2022-06-01) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.14.0/packages/gatsby-remark-autolink-headers) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 420707991f315..1e59cbed97de5 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "5.15.0", + "version": "5.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 331681b1567a8..651604ca622c8 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-remark-images) (2022-06-01) + +**Note:** Version bump only for package gatsby-remark-images + ## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.14.0/packages/gatsby-remark-images) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 07efc991808e6..e30698ffd675a 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "6.15.0", + "version": "6.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -24,7 +24,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-script/CHANGELOG.md b/packages/gatsby-script/CHANGELOG.md index 16449e89ffddf..14536d17e09ae 100644 --- a/packages/gatsby-script/CHANGELOG.md +++ b/packages/gatsby-script/CHANGELOG.md @@ -2,3 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### [1.0.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-script) (2022-06-01) + +#### Features + +- Duplicate script callbacks if no injected script callbacks [#35717](https://github.com/gatsbyjs/gatsby/issues/35717) [#35723](https://github.com/gatsbyjs/gatsby/issues/35723) ([6b9749b](https://github.com/gatsbyjs/gatsby/commit/6b9749bb43b8af9c71f45f82a3205b699fddf3a3)) + +#### Bug Fixes + +- Make load callback work when both load and error callbacks defined [#35760](https://github.com/gatsbyjs/gatsby/issues/35760) [#35787](https://github.com/gatsbyjs/gatsby/issues/35787) ([ae95d66](https://github.com/gatsbyjs/gatsby/commit/ae95d66c13b8b8691a6fb8362df9b85abacca98a)) +- Adjust warning control flow [#35721](https://github.com/gatsbyjs/gatsby/issues/35721) [#35722](https://github.com/gatsbyjs/gatsby/issues/35722) ([c9df5a0](https://github.com/gatsbyjs/gatsby/commit/c9df5a06a360f44855ef7e75cf045a691423763e)) diff --git a/packages/gatsby-script/package.json b/packages/gatsby-script/package.json index c4b87c2e3cada..c454cae347120 100644 --- a/packages/gatsby-script/package.json +++ b/packages/gatsby-script/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-script", "description": "An enhanced script component for Gatsby sites with support for various loading strategies", - "version": "1.0.0", + "version": "1.0.1", "author": "Ty Hopp ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index f843c912fc1aa..d5424aaa47701 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-contentful) (2022-06-01) + +**Note:** Version bump only for package gatsby-source-contentful + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.12.0/packages/gatsby-source-contentful) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index f2fe7719be47f..eade2dba53d21 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "7.13.0", + "version": "7.13.1", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "contentful": "^8.5.8", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-source-filesystem": "^4.15.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 0aa901968289c..a6abcfcd41bde 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.16.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-drupal) (2022-06-01) + +**Note:** Version bump only for package gatsby-source-drupal + ## [5.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.15.0/packages/gatsby-source-drupal) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 8611407a37fb2..6f1fa24f9de9e 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "5.16.0", + "version": "5.16.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.20.0", "fastq": "^1.13.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-source-filesystem": "^4.15.0", "got": "^11.8.3", "http2-wrapper": "^2.1.11", diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 8508a1e5f5759..890a6de96f73b 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [7.4.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-shopify) (2022-06-01) + +**Note:** Version bump only for package gatsby-source-shopify + ### [7.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@7.3.1/packages/gatsby-source-shopify) (2022-05-12) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index f3756f3dbdfb0..64c8b0bd445fb 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "7.4.0", + "version": "7.4.1", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -25,7 +25,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-source-filesystem": "^4.15.0", "node-fetch": "^2.6.7", "sharp": "^0.30.3", @@ -36,7 +36,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.15.0", + "gatsby-plugin-image": "^2.15.1", "msw": "^0.38.2", "prettier": "^2.5.1", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index ceae79560b067..7d7edcec2ea9e 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-source-wordpress) (2022-06-01) + +**Note:** Version bump only for package gatsby-source-wordpress + ### [6.14.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.14.2/packages/gatsby-source-wordpress) (2022-05-16) #### Chores diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index d8c35417d7c5a..2f41b9a89311f 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "6.15.0", + "version": "6.15.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -30,7 +30,7 @@ "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.15.0", "gatsby-plugin-catch-links": "^4.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-source-filesystem": "^4.15.0", "glob": "^7.2.3", "got": "^11.8.3", @@ -57,7 +57,7 @@ "babel-preset-gatsby": "^2.15.0", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.15.0", + "gatsby-plugin-image": "^2.15.1", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 0eadd56f9891e..023ec2fe8328b 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-remark) (2022-06-01) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.14.0/packages/gatsby-transformer-remark) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 82fc38591914b..4314c1979ab98 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "5.15.0", + "version": "5.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -35,7 +35,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.15.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.9.0" + "gatsby-plugin-utils": "^3.9.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 2b3ee4455ffbd..64af6f7f09579 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-sharp) (2022-06-01) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.14.0/packages/gatsby-transformer-sharp) (2022-05-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 5c771f753460a..75e4b10cbbbfb 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "4.15.0", + "version": "4.15.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "probe-image-size": "^7.2.3", "semver": "^7.3.7", "sharp": "^0.30.3" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index c6a26be464ad3..6c2365f0496c6 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-transformer-sqip) (2022-06-01) + +**Note:** Version bump only for package gatsby-transformer-sqip + ### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.14.1/packages/gatsby-transformer-sqip) (2022-05-12) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index efb05d8aab1d1..0f1ef6787a938 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "4.15.0", + "version": "4.15.1", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.15.0", - "gatsby-plugin-sharp": "^4.15.0", + "gatsby-plugin-sharp": "^4.15.1", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.4", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index a77c1942bbe57..e5cb412c24278 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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. +### [4.15.2](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2022-06-01) + +#### Bug Fixes + +- prioritize raw body parser [#35780](https://github.com/gatsbyjs/gatsby/issues/35780) [#35786](https://github.com/gatsbyjs/gatsby/issues/35786) ([9f5c107](https://github.com/gatsbyjs/gatsby/commit/9f5c10721d16ca5d2c025254cada60fb85af5a21)) +- Make `GatsbyImageData` nullable [#35777](https://github.com/gatsbyjs/gatsby/issues/35777) [#35785](https://github.com/gatsbyjs/gatsby/issues/35785) ([e7a3e6e](https://github.com/gatsbyjs/gatsby/commit/e7a3e6ebca645bd15f668aa3c2e763d93d648ea0)) +- correctly auto-load preview plugin [#35745](https://github.com/gatsbyjs/gatsby/issues/35745) [#35746](https://github.com/gatsbyjs/gatsby/issues/35746) ([884c554](https://github.com/gatsbyjs/gatsby/commit/884c5545b5030846d9b8fb414b2e20bab2ceb437)) + +#### Chores + +- re-pin select packages after 'lerna version' [#35725](https://github.com/gatsbyjs/gatsby/issues/35725) [#35726](https://github.com/gatsbyjs/gatsby/issues/35726) ([04f9509](https://github.com/gatsbyjs/gatsby/commit/04f9509ce6295215b87b377855460873e0b5afeb)) + ### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2022-05-25) #### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b5333f0706eff..ea5e47ad0ad2b 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "4.15.1", + "version": "4.15.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -87,18 +87,18 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.1.0", - "gatsby-cli": "^4.15.0", + "gatsby-cli": "^4.15.1", "gatsby-core-utils": "^3.15.0", "gatsby-graphiql-explorer": "^2.15.0", "gatsby-legacy-polyfills": "^2.15.0", "gatsby-link": "^4.15.0", "gatsby-page-utils": "^2.15.0", "gatsby-parcel-config": "0.6.0", - "gatsby-plugin-page-creator": "^4.15.0", + "gatsby-plugin-page-creator": "^4.15.1", "gatsby-plugin-typescript": "^4.15.0", - "gatsby-plugin-utils": "^3.9.0", + "gatsby-plugin-utils": "^3.9.1", "gatsby-react-router-scroll": "^5.15.0", - "gatsby-script": "^1.0.0", + "gatsby-script": "^1.0.1", "gatsby-telemetry": "^3.15.0", "gatsby-worker": "^1.15.0", "glob": "^7.2.3",