Skip to content

Commit 396fb6d

Browse files
committedOct 16, 2020
chore(release): Publish
- gatsby-admin@0.1.167 - gatsby-cli@2.12.109 - gatsby-plugin-image@0.0.3 - gatsby-plugin-mdx@1.2.47 - gatsby-plugin-netlify@2.3.20 - gatsby-plugin-offline@3.2.33 - gatsby-plugin-page-creator@2.3.33 - gatsby-plugin-utils@0.2.33 - gatsby-remark-images@3.3.35 - gatsby-source-contentful@2.3.54 - gatsby-transformer-remark@2.8.41 - gatsby-transformer-screenshot@2.3.19 - gatsby@2.24.79
1 parent a70a66e commit 396fb6d

File tree

26 files changed

+80
-24
lines changed

26 files changed

+80
-24
lines changed
 

‎packages/gatsby-admin/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+
## [0.1.167](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.166...gatsby-admin@0.1.167) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.166](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.165...gatsby-admin@0.1.166) (2020-10-15)
711

812
**Note:** Version bump only for package gatsby-admin

‎packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.166",
3+
"version": "0.1.167",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.1.5",
23-
"gatsby": "^2.24.78",
23+
"gatsby": "^2.24.79",
2424
"gatsby-interface": "^0.0.193",
2525
"gatsby-plugin-typescript": "^2.4.22",
2626
"gatsby-plugin-webfonts": "^1.1.3",

‎packages/gatsby-cli/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.12.109](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.108...gatsby-cli@2.12.109) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.108](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.107...gatsby-cli@2.12.108) (2020-10-15)
711

812
**Note:** Version bump only for package gatsby-cli

‎packages/gatsby-cli/package.json

+1-1
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": "2.12.108",
4+
"version": "2.12.109",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

‎packages/gatsby-plugin-image/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+
## [0.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.0.2...gatsby-plugin-image@0.0.3) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image
9+
610
## 0.0.2 (2020-10-15)
711

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

‎packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
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/types.d.ts",

‎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+
## [1.2.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.46...gatsby-plugin-mdx@1.2.47) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.45...gatsby-plugin-mdx@1.2.46) (2020-10-08)
711

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

‎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": "1.2.46",
3+
"version": "1.2.47",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@mdx-js/mdx": "^1.6.16",
6060
"@mdx-js/react": "^1.6.16",
61-
"gatsby-plugin-utils": "^0.2.31",
61+
"gatsby-plugin-utils": "^0.2.33",
6262
"jest": "^24.9.0",
6363
"js-combinatorics": "^1.4.5",
6464
"react-test-renderer": "^16.13.1"

‎packages/gatsby-plugin-netlify/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.3.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.19...gatsby-plugin-netlify@2.3.20) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify
9+
610
## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.18...gatsby-plugin-netlify@2.3.19) (2020-10-15)
711

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

‎packages/gatsby-plugin-netlify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "2.3.19",
4+
"version": "2.3.20",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
2626
"cross-env": "^7.0.2",
27-
"gatsby-plugin-utils": "^0.2.32"
27+
"gatsby-plugin-utils": "^0.2.33"
2828
},
2929
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
3030
"keywords": [

‎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+
## [3.2.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.32...gatsby-plugin-offline@3.2.33) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.31...gatsby-plugin-offline@3.2.32) (2020-10-15)
711

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

‎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": "3.2.32",
4+
"version": "3.2.33",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^0.5.3",
2222
"cpx": "^1.5.0",
2323
"cross-env": "^7.0.2",
24-
"gatsby-plugin-utils": "^0.2.32",
24+
"gatsby-plugin-utils": "^0.2.33",
2525
"rewire": "^4.0.1"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

‎packages/gatsby-plugin-page-creator/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.3.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.32...gatsby-plugin-page-creator@2.3.33) (2020-10-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-page-creator:** Use correct queryAll name ([#27487](https://github.com/gatsbyjs/gatsby/issues/27487)) ([a70a66e](https://github.com/gatsbyjs/gatsby/commit/a70a66e98ed0a7f8d8af4490d8bfa3fb2e8cb8db))
11+
612
## [2.3.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.31...gatsby-plugin-page-creator@2.3.32) (2020-10-08)
713

814
### Bug Fixes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.3.32",
3+
"version": "2.3.33",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {

‎packages/gatsby-plugin-utils/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+
## [0.2.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.32...gatsby-plugin-utils@0.2.33) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-utils
9+
610
## [0.2.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.31...gatsby-plugin-utils@0.2.32) (2020-10-15)
711

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

‎packages/gatsby-plugin-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-utils",
3-
"version": "0.2.32",
3+
"version": "0.2.33",
44
"description": "Gatsby utils that help creating plugins",
55
"main": "dist/index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.11.6",
2929
"babel-preset-gatsby-package": "^0.5.3",
3030
"cross-env": "^7.0.2",
31-
"gatsby": "^2.24.78",
31+
"gatsby": "^2.24.79",
3232
"rimraf": "^3.0.2",
3333
"typescript": "^3.9.5"
3434
},

‎packages/gatsby-remark-images/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.3.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.34...gatsby-remark-images@3.3.35) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
## [3.3.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.33...gatsby-remark-images@3.3.34) (2020-10-15)
711

812
**Note:** Version bump only for package gatsby-remark-images

‎packages/gatsby-remark-images/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.3.34",
4+
"version": "3.3.35",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.11.6",
2525
"babel-preset-gatsby-package": "^0.5.3",
2626
"cross-env": "^7.0.2",
27-
"gatsby-plugin-utils": "^0.2.32",
27+
"gatsby-plugin-utils": "^0.2.33",
2828
"hast-util-to-html": "^6.1.0",
2929
"mdast-util-to-hast": "^6.0.2"
3030
},

‎packages/gatsby-source-contentful/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.3.54](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.53...gatsby-source-contentful@2.3.54) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.52...gatsby-source-contentful@2.3.53) (2020-10-15)
711

812
### Features

‎packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.3.53",
4+
"version": "2.3.54",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"contentful": "^7.14.7",
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.3.23",
20-
"gatsby-plugin-utils": "^0.2.32",
20+
"gatsby-plugin-utils": "^0.2.33",
2121
"gatsby-source-filesystem": "^2.3.34",
2222
"is-online": "^8.5.0",
2323
"json-stringify-safe": "^5.0.1",

‎packages/gatsby-transformer-remark/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.8.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.40...gatsby-transformer-remark@2.8.41) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-transformer-remark
9+
610
## [2.8.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.39...gatsby-transformer-remark@2.8.40) (2020-10-15)
711

812
**Note:** Version bump only for package gatsby-transformer-remark

‎packages/gatsby-transformer-remark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.8.40",
4+
"version": "2.8.41",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.11.6",
3535
"babel-preset-gatsby-package": "^0.5.3",
3636
"cross-env": "^7.0.2",
37-
"gatsby-plugin-utils": "^0.2.32"
37+
"gatsby-plugin-utils": "^0.2.33"
3838
},
3939
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
4040
"keywords": [

‎packages/gatsby-transformer-screenshot/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.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.18...gatsby-transformer-screenshot@2.3.19) (2020-10-16)
7+
8+
**Note:** Version bump only for package gatsby-transformer-screenshot
9+
610
## [2.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.17...gatsby-transformer-screenshot@2.3.18) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-transformer-screenshot

‎packages/gatsby-transformer-screenshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "2.3.18",
4+
"version": "2.3.19",
55
"author": "David Beckley <beckl.ds@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/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.24.79](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.78...gatsby@2.24.79) (2020-10-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** add runtime check for react 17 ([#27468](https://github.com/gatsbyjs/gatsby/issues/27468)) ([239d539](https://github.com/gatsbyjs/gatsby/commit/239d539b76421f210a0db901786021ac45a42ac7))
11+
612
## [2.24.78](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.77...gatsby@2.24.78) (2020-10-15)
713

814
### Features

‎packages/gatsby/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.24.78",
4+
"version": "2.24.79",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -76,14 +76,14 @@
7676
"find-cache-dir": "^3.3.1",
7777
"fs-exists-cached": "1.0.0",
7878
"fs-extra": "^8.1.0",
79-
"gatsby-cli": "^2.12.108",
79+
"gatsby-cli": "^2.12.109",
8080
"gatsby-core-utils": "^1.3.23",
8181
"gatsby-graphiql-explorer": "^0.4.15",
8282
"gatsby-legacy-polyfills": "^0.0.5",
8383
"gatsby-link": "^2.4.15",
84-
"gatsby-plugin-page-creator": "^2.3.32",
84+
"gatsby-plugin-page-creator": "^2.3.33",
8585
"gatsby-plugin-typescript": "^2.4.22",
86-
"gatsby-plugin-utils": "^0.2.32",
86+
"gatsby-plugin-utils": "^0.2.33",
8787
"gatsby-react-router-scroll": "^3.0.14",
8888
"gatsby-telemetry": "^1.3.38",
8989
"glob": "^7.1.6",

0 commit comments

Comments
 (0)
Please sign in to comment.