Skip to content

Commit e0e2ecb

Browse files
committed
chore(release): Publish next
- [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] - [email protected]
1 parent a179e76 commit e0e2ecb

File tree

212 files changed

+705
-277
lines changed

Some content is hidden

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

212 files changed

+705
-277
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+
# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.1...babel-plugin-remove-graphql-queries@3.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.0...babel-plugin-remove-graphql-queries@3.12.0-next.1) (2021-08-05)
711

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.12.0-next.1",
3+
"version": "3.12.0-next.2",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,9 +11,9 @@
1111
"devDependencies": {
1212
"@babel/cli": "^7.14.8",
1313
"@babel/core": "^7.14.8",
14-
"babel-preset-gatsby-package": "^1.12.0-next.1",
14+
"babel-preset-gatsby-package": "^1.12.0-next.2",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^2.12.0-next.1"
16+
"gatsby-core-utils": "^2.12.0-next.2"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

packages/babel-preset-gatsby-package/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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-08-05)
7+
8+
### Features
9+
10+
- **babel-preset-gatsby-package:** add conditional compilation plugin ([#32687](https://github.com/gatsbyjs/gatsby/issues/32687)) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41))
11+
612
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-08-05)
713

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

packages/babel-preset-gatsby-package/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-package",
3-
"version": "1.12.0-next.1",
3+
"version": "1.12.0-next.2",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,11 +21,11 @@
2121
"core-js": "^3.10.0"
2222
},
2323
"devDependencies": {
24-
"@types/babel__core": "^7.1.15",
2524
"@babel/cli": "^7.14.8",
2625
"@babel/core": "^7.14.8",
2726
"@babel/helper-plugin-test-runner": "7.14.5",
28-
"@babel/plugin-transform-modules-commonjs": "^7.14.5"
27+
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
28+
"@types/babel__core": "^7.1.15"
2929
},
3030
"peerDependencies": {
3131
"@babel/core": "^7.11.6"

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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.1) (2021-08-05)
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": "1.12.0-next.1",
3+
"version": "1.12.0-next.2",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^2.12.0-next.1",
25+
"gatsby-core-utils": "^2.12.0-next.2",
2626
"gatsby-legacy-polyfills": "^1.12.0-next.1"
2727
},
2828
"peerDependencies": {
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.14.8",
41-
"babel-preset-gatsby-package": "^1.12.0-next.1",
41+
"babel-preset-gatsby-package": "^1.12.0-next.2",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

packages/create-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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.1) (2021-08-05)
711

812
### Bug Fixes

packages/create-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "1.12.0-next.1",
3+
"version": "1.12.0-next.2",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"eslint": "^7.32.0",
2828
"execa": "^5.1.1",
2929
"fs-extra": "^9.1.0",
30-
"gatsby-plugin-utils": "^1.12.0-next.1",
30+
"gatsby-plugin-utils": "^1.12.0-next.2",
3131
"joi": "^17.4.0",
3232
"microbundle": "^0.13.3",
3333
"node-fetch": "^2.6.1",

packages/gatsby-admin/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.22.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.22.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.22.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.22.0-next.1) (2021-08-05)
711

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

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.22.0-next.1",
3+
"version": "0.22.0-next.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,11 +29,11 @@
2929
"@typescript-eslint/parser": "^4.28.1",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.12.0-next.1",
32+
"gatsby": "^3.12.0-next.2",
3333
"gatsby-interface": "^0.0.244",
34-
"gatsby-plugin-typescript": "^3.12.0-next.1",
34+
"gatsby-plugin-typescript": "^3.12.0-next.2",
3535
"gatsby-plugin-webfonts": "^1.1.4",
36-
"gatsby-source-graphql": "^3.12.0-next.1",
36+
"gatsby-source-graphql": "^3.12.0-next.2",
3737
"lodash-es": "^4.17.21",
3838
"ncp": "^2.0.0",
3939
"nodemon": "^2.0.7",

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+
# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.1) (2021-08-05)
711

812
### Bug Fixes

packages/gatsby-cli/package.json

Lines changed: 6 additions & 6 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": "3.12.0-next.1",
4+
"version": "3.12.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -18,14 +18,14 @@
1818
"common-tags": "^1.8.0",
1919
"configstore": "^5.0.1",
2020
"convert-hrtime": "^3.0.0",
21-
"create-gatsby": "^1.12.0-next.1",
21+
"create-gatsby": "^1.12.0-next.2",
2222
"envinfo": "^7.7.3",
2323
"execa": "^5.1.1",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^2.12.0-next.1",
27-
"gatsby-recipes": "^0.23.0-next.1",
28-
"gatsby-telemetry": "^2.12.0-next.1",
26+
"gatsby-core-utils": "^2.12.0-next.2",
27+
"gatsby-recipes": "^0.23.0-next.2",
28+
"gatsby-telemetry": "^2.12.0-next.2",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",
@@ -59,7 +59,7 @@
5959
"@rollup/plugin-replace": "^2.4.2",
6060
"@types/hosted-git-info": "^3.0.1",
6161
"@types/yargs": "^15.0.14",
62-
"babel-preset-gatsby-package": "^1.12.0-next.1",
62+
"babel-preset-gatsby-package": "^1.12.0-next.2",
6363
"cross-env": "^7.0.3",
6464
"ink": "^3.0.8",
6565
"ink-spinner": "^4.0.2",

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+
# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.1) (2021-08-05)
711

812
### Bug Fixes

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": "2.12.0-next.1",
3+
"version": "2.12.0-next.2",
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": {
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.14.8",
39-
"babel-preset-gatsby-package": "^1.12.0-next.1",
39+
"babel-preset-gatsby-package": "^1.12.0-next.2",
4040
"cross-env": "^7.0.3"
4141
},
4242
"engines": {

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+
# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.1) (2021-08-05)
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": "2.12.0-next.1",
3+
"version": "2.12.0-next.2",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -42,7 +42,7 @@
4242
"@babel/cli": "^7.14.8",
4343
"@babel/core": "^7.14.8",
4444
"@types/ci-info": "2.0.0",
45-
"babel-preset-gatsby-package": "^1.12.0-next.1",
45+
"babel-preset-gatsby-package": "^1.12.0-next.2",
4646
"cross-env": "^7.0.3",
4747
"typescript": "^4.3.5"
4848
},

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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-cypress
9+
610
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.1) (2021-08-05)
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": "1.12.0-next.1",
3+
"version": "1.12.0-next.2",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.14.8",
2222
"@babel/core": "^7.14.8",
23-
"babel-preset-gatsby-package": "^1.12.0-next.1",
23+
"babel-preset-gatsby-package": "^1.12.0-next.2",
2424
"cross-env": "^7.0.3"
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+
# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.1) (2021-08-05)
711

812
### Bug Fixes

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": "3.12.0-next.1",
4+
"version": "3.12.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "^7.14.8",
2929
"@babel/core": "^7.14.8",
30-
"babel-preset-gatsby-package": "^1.12.0-next.1",
30+
"babel-preset-gatsby-package": "^1.12.0-next.2",
3131
"cross-env": "^7.0.3"
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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@[email protected]) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@[email protected]) (2021-08-05)
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": "1.12.0-next.1",
3+
"version": "1.12.0-next.2",
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.14.9",
3939
"@babel/preset-react": "^7.14.0",
4040
"babel-loader": "^8.2.2",
41-
"babel-preset-gatsby-package": "^1.12.0-next.1",
41+
"babel-preset-gatsby-package": "^1.12.0-next.2",
4242
"core-js": "^3.8.1",
4343
"cross-env": "^7.0.3",
4444
"css-loader": "^1.0.1",

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+
# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-link
9+
610
# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.12.0-next.1) (2021-08-05)
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": "3.12.0-next.1",
4+
"version": "3.12.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.14.8",
1616
"@babel/core": "^7.14.8",
1717
"@testing-library/react": "^9.5.0",
18-
"babel-preset-gatsby-package": "^1.12.0-next.1",
18+
"babel-preset-gatsby-package": "^1.12.0-next.2",
1919
"cross-env": "^7.0.3"
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+
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.2) (2021-08-05)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.12.0-next.1) (2021-08-05)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)