Skip to content

Commit 23d8966

Browse files
committed
chore(release): Publish
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
1 parent 370f200 commit 23d8966

File tree

208 files changed

+659
-241
lines changed

Some content is hidden

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

208 files changed

+659
-241
lines changed

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.9.19](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-09-15)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
## [2.9.18](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-09-08)
711

812
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "2.9.18",
3+
"version": "2.9.19",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/cli": "^7.11.6",
1313
"@babel/core": "^7.11.6",
14-
"babel-preset-gatsby-package": "^0.5.2",
14+
"babel-preset-gatsby-package": "^0.5.3",
1515
"cross-env": "^5.2.1"
1616
},
1717
"peerDependencies": {

packages/babel-preset-gatsby-package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.3) (2020-09-15)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby-package
9+
610
## [0.5.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.2) (2020-07-09)
711

812
**Note:** Version bump only for package babel-preset-gatsby-package

packages/babel-preset-gatsby-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby-package",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.10) (2020-09-15)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.5.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.9) (2020-09-07)
711

812
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.3.19",
24+
"gatsby-core-utils": "^1.3.20",
2525
"gatsby-legacy-polyfills": "^0.0.4"
2626
},
2727
"peerDependencies": {
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "^7.11.6",
40-
"babel-preset-gatsby-package": "^0.5.2",
40+
"babel-preset-gatsby-package": "^0.5.3",
4141
"cross-env": "^5.2.1",
4242
"slash": "^3.0.0"
4343
},

packages/gatsby-admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [0.1.148](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.148) (2020-09-15)
7+
8+
### Features
9+
10+
- **gatsby-admin:** fix logo link ([933c43d](https://github.com/gatsbyjs/gatsby/commit/933c43d9b3edb53f1d51c98e7f26648ea4d161f7))
11+
612
## [0.1.147](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.147) (2020-09-14)
713

814
### Features

packages/gatsby-admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.147",
3+
"version": "0.1.148",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,11 +19,11 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.58",
22+
"gatsby": "^2.24.59",
2323
"gatsby-interface": "0.0.183",
24-
"gatsby-plugin-typescript": "^2.4.19",
24+
"gatsby-plugin-typescript": "^2.4.20",
2525
"gatsby-plugin-webfonts": "^1.1.3",
26-
"gatsby-source-graphql": "^2.7.3",
26+
"gatsby-source-graphql": "^2.7.4",
2727
"lodash-es": "^4.17.15",
2828
"ncp": "^2.0.0",
2929
"nodemon": "^2.0.4",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.97](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.97) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.96](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.96) (2020-09-14)
711

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

packages/gatsby-cli/package.json

Lines changed: 5 additions & 5 deletions
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.96",
4+
"version": "2.12.97",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^1.3.19",
27-
"gatsby-recipes": "^0.2.25",
28-
"gatsby-telemetry": "^1.3.33",
26+
"gatsby-core-utils": "^1.3.20",
27+
"gatsby-recipes": "^0.2.26",
28+
"gatsby-telemetry": "^1.3.34",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",
@@ -55,7 +55,7 @@
5555
"@babel/core": "^7.11.6",
5656
"@types/hosted-git-info": "^3.0.0",
5757
"@types/yargs": "^15.0.4",
58-
"babel-preset-gatsby-package": "^0.5.2",
58+
"babel-preset-gatsby-package": "^0.5.3",
5959
"cross-env": "^5.2.1",
6060
"rimraf": "^3.0.2",
6161
"typescript": "^3.9.5"

packages/gatsby-codemods/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.11) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
## [1.3.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.10) (2020-07-09)
711

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

packages/gatsby-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "1.3.10",
3+
"version": "1.3.11",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "^7.11.6",
3131
"@babel/core": "^7.11.6",
32-
"babel-preset-gatsby-package": "^0.5.2",
32+
"babel-preset-gatsby-package": "^0.5.3",
3333
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.7.0"
3535
},

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.20) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.3.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.19) (2020-09-07)
711

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

packages/gatsby-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.3.19",
3+
"version": "1.3.20",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -41,7 +41,7 @@
4141
"@babel/cli": "^7.11.6",
4242
"@babel/core": "^7.11.6",
4343
"@types/ci-info": "2.0.0",
44-
"babel-preset-gatsby-package": "^0.5.2",
44+
"babel-preset-gatsby-package": "^0.5.3",
4545
"cross-env": "^5.2.1",
4646
"typescript": "^3.9.5"
4747
},

packages/gatsby-cypress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.4.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.11) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-cypress
9+
610
## [0.4.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.10) (2020-07-09)
711

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

packages/gatsby-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-cypress",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.11.6",
2222
"@babel/core": "^7.11.6",
23-
"babel-preset-gatsby-package": "^0.5.2",
23+
"babel-preset-gatsby-package": "^0.5.3",
2424
"cross-env": "^5.2.1"
2525
},
2626
"keywords": [

packages/gatsby-dev-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.7.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.20) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
## [2.7.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.19) (2020-09-07)
711

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

packages/gatsby-dev-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.7.19",
4+
"version": "2.7.20",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "^7.11.6",
2929
"@babel/core": "^7.11.6",
30-
"babel-preset-gatsby-package": "^0.5.2",
30+
"babel-preset-gatsby-package": "^0.5.3",
3131
"cross-env": "^5.2.1"
3232
},
3333
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",

packages/gatsby-graphiql-explorer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.4.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.14) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
## [0.4.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.13) (2020-08-28)
711

812
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"@babel/preset-env": "^7.11.5",
3939
"@babel/preset-react": "^7.10.4",
4040
"babel-loader": "^8.1.0",
41-
"babel-preset-gatsby-package": "^0.5.2",
41+
"babel-preset-gatsby-package": "^0.5.3",
4242
"core-js": "^3.6.5",
4343
"cross-env": "^5.2.1",
4444
"css-loader": "^1.0.1",

packages/gatsby-image/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.18) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.17) (2020-09-07)
711

812
### Bug Fixes

packages/gatsby-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "2.4.17",
4+
"version": "2.4.18",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.11.6",
1616
"@babel/core": "^7.11.6",
1717
"@testing-library/react": "^9.5.0",
18-
"babel-preset-gatsby-package": "^0.5.2",
18+
"babel-preset-gatsby-package": "^0.5.3",
1919
"cross-env": "^5.2.1"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",

packages/gatsby-link/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.14) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-link
9+
610
## [2.4.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.13) (2020-07-15)
711

812
### Bug Fixes

packages/gatsby-link/package.json

Lines changed: 2 additions & 2 deletions
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.13",
4+
"version": "2.4.14",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.11.6",
1616
"@babel/core": "^7.11.6",
1717
"@testing-library/react": "^9.5.0",
18-
"babel-preset-gatsby-package": "^0.5.2",
18+
"babel-preset-gatsby-package": "^0.5.3",
1919
"cross-env": "^5.2.1"
2020
},
2121
"peerDependencies": {

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.25) (2020-09-15)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.24) (2020-09-07)
711

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

packages/gatsby-page-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "^3.4.2",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.19",
27+
"gatsby-core-utils": "^1.3.20",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.20",
3030
"micromatch": "^3.1.10"
@@ -33,7 +33,7 @@
3333
"@babel/cli": "^7.11.6",
3434
"@babel/core": "^7.11.6",
3535
"@types/micromatch": "^4.0.1",
36-
"babel-preset-gatsby-package": "^0.5.2",
36+
"babel-preset-gatsby-package": "^0.5.3",
3737
"cross-env": "^5.2.1"
3838
},
3939
"files": [

0 commit comments

Comments
 (0)