Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b349d10

Browse files
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] - [email protected]
1 parent f570db3 commit b349d10

File tree

210 files changed

+695
-256
lines changed

Some content is hidden

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

210 files changed

+695
-256
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.7.23](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-02-01)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
## [2.7.22](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-01-09)
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.7.22",
3+
"version": "2.7.23",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/cli": "^7.7.5",
1313
"@babel/core": "^7.7.5",
14-
"babel-preset-gatsby-package": "^0.2.15",
14+
"babel-preset-gatsby-package": "^0.2.16",
1515
"cross-env": "^5.2.1"
1616
},
1717
"license": "MIT",

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.2.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.16) (2020-02-01)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby-package
9+
610
## [0.2.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.15) (2020-01-09)
711

812
### Bug Fixes

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.2.15",
3+
"version": "0.2.16",
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.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.28) (2020-02-01)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.27) (2020-01-09)
711

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

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "^7.7.5",
37-
"babel-preset-gatsby-package": "^0.2.15",
37+
"babel-preset-gatsby-package": "^0.2.16",
3838
"cross-env": "^5.2.1",
3939
"slash": "^3.0.0"
4040
},

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.8.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.29) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.8.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.28) (2020-01-29)
711

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

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.8.28",
4+
"version": "2.8.29",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -25,8 +25,8 @@
2525
"execa": "^3.4.0",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
28-
"gatsby-core-utils": "^1.0.27",
29-
"gatsby-telemetry": "^1.1.48",
28+
"gatsby-core-utils": "^1.0.28",
29+
"gatsby-telemetry": "^1.1.49",
3030
"hosted-git-info": "^3.0.2",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@babel/cli": "^7.7.5",
5555
"@babel/core": "^7.7.5",
56-
"babel-preset-gatsby-package": "^0.2.15",
56+
"babel-preset-gatsby-package": "^0.2.16",
5757
"cross-env": "^5.2.1"
5858
},
5959
"optionalDependencies": {

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.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.22) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
## [1.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.21) (2020-01-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.1.21",
3+
"version": "1.1.22",
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.7.5",
3131
"@babel/core": "^7.7.5",
32-
"babel-preset-gatsby-package": "^0.2.15",
32+
"babel-preset-gatsby-package": "^0.2.16",
3333
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.6.4"
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.0.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.28) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.27) (2020-01-29)
711

812
### Bug Fixes

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.0.27",
3+
"version": "1.0.28",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/cli": "^7.7.5",
3737
"@babel/core": "^7.7.5",
38-
"babel-preset-gatsby-package": "^0.2.15",
38+
"babel-preset-gatsby-package": "^0.2.16",
3939
"cross-env": "^5.2.1"
4040
}
4141
}

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.2.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.22) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-cypress
9+
610
## [0.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.21) (2020-01-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.2.21",
3+
"version": "0.2.22",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.7.5",
2222
"@babel/core": "^7.7.5",
23-
"babel-preset-gatsby-package": "^0.2.15",
23+
"babel-preset-gatsby-package": "^0.2.16",
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.5.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.44) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
## [2.5.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.43) (2020-01-09)
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.5.43",
4+
"version": "2.5.44",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "^7.7.5",
2929
"@babel/core": "^7.7.5",
30-
"babel-preset-gatsby-package": "^0.2.15",
30+
"babel-preset-gatsby-package": "^0.2.16",
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.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.33) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
## [0.2.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.32) (2020-01-09)
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.2.32",
3+
"version": "0.2.33",
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.7.6",
3939
"@babel/preset-react": "^7.7.4",
4040
"babel-loader": "^8.0.6",
41-
"babel-preset-gatsby-package": "^0.2.15",
41+
"babel-preset-gatsby-package": "^0.2.16",
4242
"cross-env": "^5.2.1",
4343
"css-loader": "^1.0.1",
4444
"graphiql": "^0.17.5",

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.2.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.40) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
## [2.2.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.39) (2020-01-17)
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.2.39",
4+
"version": "2.2.40",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.7.5",
1616
"@babel/core": "^7.7.5",
1717
"@testing-library/react": "^9.3.2",
18-
"babel-preset-gatsby-package": "^0.2.15",
18+
"babel-preset-gatsby-package": "^0.2.16",
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: 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+
## [2.2.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.29) (2020-02-01)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-link:** Adds Type, PropType, tests, and docs for `st… ([#20807](https://github.com/gatsbyjs/gatsby/issues/20807)) ([d8937d0](https://github.com/gatsbyjs/gatsby/commit/d8937d0))
11+
612
## [2.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.28) (2020-01-09)
713

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

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.2.28",
4+
"version": "2.2.29",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.7.5",
1616
"@babel/core": "^7.7.5",
1717
"@testing-library/react": "^9.3.2",
18-
"babel-preset-gatsby-package": "^0.2.15",
18+
"babel-preset-gatsby-package": "^0.2.16",
1919
"cross-env": "^5.2.1"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",

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.0.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.39) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.0.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.38) (2020-01-29)
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.0.38",
3+
"version": "0.0.39",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,15 +24,15 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "3.3.0",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.0.27",
27+
"gatsby-core-utils": "^1.0.28",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"
3131
},
3232
"devDependencies": {
3333
"@babel/cli": "^7.7.5",
3434
"@babel/core": "^7.7.5",
35-
"babel-preset-gatsby-package": "^0.2.15",
35+
"babel-preset-gatsby-package": "^0.2.16",
3636
"cross-env": "^5.2.1"
3737
},
3838
"peerDependencies": {

packages/gatsby-plugin-benchmark-reporting/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.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@[email protected]) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
9+
610
## 0.0.1 (2020-01-17)
711

812
### Features

packages/gatsby-plugin-benchmark-reporting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-benchmark-reporting",
33
"description": "Gatsby Benchmark Reporting",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"babel-preset-gatsby-package": "^0.2.15"
17+
"babel-preset-gatsby-package": "^0.2.16"
1818
},
1919
"dependencies": {
2020
"fast-glob": "^3.1.1",

packages/gatsby-plugin-canonical-urls/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.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@[email protected]) (2020-02-01)
7+
8+
**Note:** Version bump only for package gatsby-plugin-canonical-urls
9+
610
## [2.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@[email protected]) (2020-01-09)
711

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

0 commit comments

Comments
 (0)