Skip to content

File tree

66 files changed

+220
-50
lines changed

Some content is hidden

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

66 files changed

+220
-50
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.171](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.171) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.170](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.170) (2020-10-19)
711

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

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.170",
3+
"version": "0.1.171",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.1.5",
23-
"gatsby": "^2.24.82",
23+
"gatsby": "^2.24.83",
2424
"gatsby-interface": "^0.0.193",
25-
"gatsby-plugin-typescript": "^2.4.22",
25+
"gatsby-plugin-typescript": "^2.4.23",
2626
"gatsby-plugin-webfonts": "^1.1.3",
2727
"gatsby-source-graphql": "^2.7.6",
2828
"lodash-es": "^4.17.15",

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.111](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.111) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.110](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.110) (2020-10-19)
711

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

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": "2.12.110",
4+
"version": "2.12.111",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.23",
27-
"gatsby-recipes": "^0.2.32",
27+
"gatsby-recipes": "^0.2.33",
2828
"gatsby-telemetry": "^1.3.38",
2929
"hosted-git-info": "^3.0.6",
3030
"ink": "^2.7.1",

packages/gatsby-link/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.4.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.16) (2020-10-20)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-link ([#27118](https://github.com/gatsbyjs/gatsby/issues/27118)) ([fc3b2d6](https://github.com/gatsbyjs/gatsby/commit/fc3b2d6cf6f85fd9a933bf850ff5970eb05234d9))
11+
612
## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.15) (2020-09-28)
713

814
**Note:** Version bump only for package gatsby-link

packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "2.4.15",
4+
"version": "2.4.16",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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+
## [2.5.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.17) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
## [2.5.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.16) (2020-10-19)
711

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

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": "2.5.16",
4+
"version": "2.5.17",
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.0",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-plugin-utils": "^0.2.35",
14+
"gatsby-plugin-utils": "^0.2.37",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.4) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image
9+
610
## [0.0.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.3) (2020-10-16)
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.3",
3+
"version": "0.0.4",
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

+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+
## [1.2.49](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.49) (2020-10-20)
7+
8+
### Performance Improvements
9+
10+
- implement shouldOnCreateNode for all our plugins/benchmarks ([#27545](https://github.com/gatsbyjs/gatsby/issues/27545)) ([df914d9](https://github.com/gatsbyjs/gatsby/commit/df914d94a7c47c6082b6f165eb44dc6e15e12c7d))
11+
612
## [1.2.48](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.48) (2020-10-19)
713

814
**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.48",
3+
"version": "1.2.49",
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.35",
61+
"gatsby-plugin-utils": "^0.2.37",
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.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.22) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify
9+
610
## [2.3.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.21) (2020-10-19)
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.21",
4+
"version": "2.3.22",
55
"author": "Kyle Mathews <[email protected]>",
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.35"
27+
"gatsby-plugin-utils": "^0.2.37"
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.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.35) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.34) (2020-10-19)
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.34",
4+
"version": "3.2.35",
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": "^0.5.3",
2222
"cpx": "^1.5.0",
2323
"cross-env": "^7.0.2",
24-
"gatsby-plugin-utils": "^0.2.35",
24+
"gatsby-plugin-utils": "^0.2.37",
2525
"rewire": "^4.0.1"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

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+
## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.19) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sass
9+
610
## [2.3.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.18) (2020-10-19)
711

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

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": "2.3.18",
4+
"version": "2.3.19",
55
"author": "Daniel Farrell <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.11.6",
1616
"babel-preset-gatsby-package": "^0.5.3",
1717
"cross-env": "^7.0.2",
18-
"gatsby-plugin-utils": "^0.2.35"
18+
"gatsby-plugin-utils": "^0.2.37"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
2121
"keywords": [

packages/gatsby-plugin-typescript/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.4.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.23) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typescript
9+
610
## [2.4.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.22) (2020-10-15)
711

812
### Features

packages/gatsby-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.4.22",
4+
"version": "2.4.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.37) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-plugin-utils
9+
610
## [0.2.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.36) (2020-10-19)
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.36",
3+
"version": "0.2.37",
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.82",
31+
"gatsby": "^2.24.83",
3232
"rimraf": "^3.0.2",
3333
"typescript": "^3.9.5"
3434
},

packages/gatsby-react-router-scroll/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.0.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.15) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-react-router-scroll
9+
610
## [3.0.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.14) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-react-router-scroll

packages/gatsby-react-router-scroll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-react-router-scroll",
33
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
4-
"version": "3.0.14",
4+
"version": "3.0.15",
55
"author": "Jimmy Jia",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/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/[email protected]@0.2.33) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.32) (2020-10-19)
711

812
### Bug Fixes

packages/gatsby-recipes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.32",
4+
"version": "0.2.33",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-custom-blocks/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.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.14) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-remark-custom-blocks
9+
610
## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.13) (2020-10-06)
711

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

packages/gatsby-remark-custom-blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-custom-blocks",
33
"description": "Gatsby remark plugin for adding custom blocks in markdown",
4-
"version": "2.3.13",
4+
"version": "2.3.14",
55
"author": "Mohammad Asad Mohammad <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.37) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
## [3.3.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.36) (2020-10-19)
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.36",
4+
"version": "3.3.37",
55
"author": "Kyle Mathews <[email protected]>",
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.35",
27+
"gatsby-plugin-utils": "^0.2.37",
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+
## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.1) (2020-10-20)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0) (2020-10-19)
711

812
### Performance Improvements

0 commit comments

Comments
 (0)