Skip to content

File tree

56 files changed

+194
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+194
-59
lines changed

packages/create-gatsby/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [2.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/create-gatsby) (2022-06-01)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/create-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"eslint": "^7.32.0",
2929
"execa": "^5.1.1",
3030
"fs-extra": "^10.1.0",
31-
"gatsby-plugin-utils": "^3.9.0",
31+
"gatsby-plugin-utils": "^3.9.1",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",
3434
"node-fetch": "^2.6.6",

packages/gatsby-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-cli) (2022-06-01)
7+
8+
#### Chores
9+
10+
- don't use npm-run-all to build packages ([fb4de37](https://github.com/gatsbyjs/gatsby/commit/fb4de379e914892c8ce437d4613b60499cfeb897))
11+
612
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2022-05-10)
713

814
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,7 +26,7 @@
2626
"common-tags": "^1.8.2",
2727
"configstore": "^5.0.1",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^2.15.0",
29+
"create-gatsby": "^2.15.1",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",

packages/gatsby-plugin-cxs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-cxs) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-cxs
9+
610
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-cxs) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"babel-preset-gatsby-package": "^2.15.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^3.9.0"
18+
"gatsby-plugin-utils": "^3.9.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

packages/gatsby-plugin-feed/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-feed) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-feed) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
1313
"fs-extra": "^10.1.0",
14-
"gatsby-plugin-utils": "^3.9.0",
14+
"gatsby-plugin-utils": "^3.9.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

packages/gatsby-plugin-flow/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-flow) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-flow
9+
610
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-flow) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-flow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.15.5",
3333
"babel-preset-gatsby-package": "^2.15.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^3.9.0"
35+
"gatsby-plugin-utils": "^3.9.1"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^4.0.0-next"

packages/gatsby-plugin-google-tagmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-google-tagmanager) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
9+
610
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-google-tagmanager) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-google-tagmanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.15.5",
1616
"babel-preset-gatsby-package": "^2.15.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^3.9.0"
18+
"gatsby-plugin-utils": "^3.9.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2121
"keywords": [

packages/gatsby-plugin-image/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [2.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-image) (2022-06-01)
7+
8+
#### Chores
9+
10+
- don't use npm-run-all to build packages ([fb4de37](https://github.com/gatsbyjs/gatsby/commit/fb4de379e914892c8ce437d4613b60499cfeb897))
11+
612
### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-image) (2022-05-12)
713

814
#### Bug Fixes

packages/gatsby-plugin-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"scripts": {
55
"build": "npm run clean && npm run build:gatsby-node && npm run build:gatsby-ssr && npm run build:server && npm run build:browser",
66
"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 @@
8383
"common-tags": "^1.8.2",
8484
"fs-extra": "^10.1.0",
8585
"gatsby-core-utils": "^3.15.0",
86-
"gatsby-plugin-utils": "^3.9.0",
86+
"gatsby-plugin-utils": "^3.9.1",
8787
"objectFitPolyfill": "^2.3.5",
8888
"prop-types": "^15.8.1"
8989
},

packages/gatsby-plugin-manifest/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-manifest) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-manifest) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-manifest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"gatsby-core-utils": "^3.15.0",
12-
"gatsby-plugin-utils": "^3.9.0",
12+
"gatsby-plugin-utils": "^3.9.1",
1313
"semver": "^7.3.7",
1414
"sharp": "^0.30.3"
1515
},

packages/gatsby-plugin-mdx/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-mdx) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@mdx-js/mdx": "^1.6.16",
6565
"@mdx-js/react": "^1.6.16",
66-
"gatsby-plugin-utils": "^3.9.0",
66+
"gatsby-plugin-utils": "^3.9.1",
6767
"js-combinatorics": "^1.4.5",
6868
"react-test-renderer": "^16.13.1"
6969
},

packages/gatsby-plugin-offline/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-offline) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
### [5.14.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-offline) (2022-05-16)
711

812
#### Chores

packages/gatsby-plugin-offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "5.15.0",
4+
"version": "5.15.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^2.15.0",
2222
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
24-
"gatsby-plugin-utils": "^3.9.0",
24+
"gatsby-plugin-utils": "^3.9.1",
2525
"rewire": "^6.0.0"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

packages/gatsby-plugin-page-creator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-page-creator) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-page-creator) (2022-05-16)
711

812
**Note:** Version bump only for package gatsby-plugin-page-creator

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^3.15.0",
3333
"gatsby-page-utils": "^2.15.0",
34-
"gatsby-plugin-utils": "^3.9.0",
34+
"gatsby-plugin-utils": "^3.9.1",
3535
"gatsby-telemetry": "^3.15.0",
3636
"globby": "^11.1.0",
3737
"lodash": "^4.17.21"

packages/gatsby-plugin-preload-fonts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-preload-fonts) (2022-06-01)
7+
8+
#### Bug Fixes
9+
10+
- 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))
11+
612
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-preload-fonts) (2022-05-10)
713

814
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-preload-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "3.15.0",
4+
"version": "3.15.1",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {

packages/gatsby-plugin-sass/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [5.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sass) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sass
9+
610
## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-sass) (2022-05-10)
711

812
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)

packages/gatsby-plugin-sass/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sass",
33
"description": "Gatsby plugin to handle SCSS/Sass files",
4-
"version": "5.15.0",
4+
"version": "5.15.1",
55
"author": "Daniel Farrell <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"autoprefixer": "^10.4.4",
1818
"babel-preset-gatsby-package": "^2.15.0",
1919
"cross-env": "^7.0.3",
20-
"gatsby-plugin-utils": "^3.9.0"
20+
"gatsby-plugin-utils": "^3.9.1"
2121
},
2222
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
2323
"keywords": [

packages/gatsby-plugin-sharp/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-sharp) (2022-06-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
### [4.14.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-sharp) (2022-05-12)
711

812
**Note:** Version bump only for package gatsby-plugin-sharp

0 commit comments

Comments
 (0)