Skip to content

Commit f35540c

Browse files
committed
chore(release): Publish next pre-minor
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - @gatsbyjs/[email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [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 2c55b79 commit f35540c

File tree

109 files changed

+292
-292
lines changed

Some content is hidden

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

109 files changed

+292
-292
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "4.16.0-next.0",
3+
"version": "4.17.0-next.0",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -10,12 +10,12 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
13-
"gatsby-core-utils": "^3.16.0-next.0"
13+
"gatsby-core-utils": "^3.17.0-next.0"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",
1717
"@babel/core": "^7.15.5",
18-
"babel-preset-gatsby-package": "^2.16.0-next.0",
18+
"babel-preset-gatsby-package": "^2.17.0-next.0",
1919
"cross-env": "^7.0.3"
2020
},
2121
"peerDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby-package",
3-
"version": "2.16.0-next.0",
3+
"version": "2.17.0-next.0",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",

packages/babel-preset-gatsby/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "2.16.0-next.1",
3+
"version": "2.17.0-next.0",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^3.16.0-next.0",
26-
"gatsby-legacy-polyfills": "^2.16.0-next.1"
25+
"gatsby-core-utils": "^3.17.0-next.0",
26+
"gatsby-legacy-polyfills": "^2.17.0-next.0"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.15.4",
41-
"babel-preset-gatsby-package": "^2.16.0-next.0",
41+
"babel-preset-gatsby-package": "^2.17.0-next.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

packages/create-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.16.0-next.1",
3+
"version": "2.17.0-next.0",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"eslint": "^7.32.0",
2929
"execa": "^5.1.1",
3030
"fs-extra": "^10.1.0",
31-
"gatsby-plugin-utils": "^3.10.0-next.1",
31+
"gatsby-plugin-utils": "^3.11.0-next.0",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",
3434
"node-fetch": "^2.6.6",

packages/gatsby-cli/package.json

+5-5
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": "4.16.0-next.3",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -27,13 +27,13 @@
2727
"common-tags": "^1.8.2",
2828
"configstore": "^5.0.1",
2929
"convert-hrtime": "^3.0.0",
30-
"create-gatsby": "^2.16.0-next.1",
30+
"create-gatsby": "^2.17.0-next.0",
3131
"envinfo": "^7.8.1",
3232
"execa": "^5.1.1",
3333
"fs-exists-cached": "^1.0.0",
3434
"fs-extra": "^10.1.0",
35-
"gatsby-core-utils": "^3.16.0-next.0",
36-
"gatsby-telemetry": "^3.16.0-next.0",
35+
"gatsby-core-utils": "^3.17.0-next.0",
36+
"gatsby-telemetry": "^3.17.0-next.0",
3737
"hosted-git-info": "^3.0.8",
3838
"is-valid-path": "^0.1.1",
3939
"joi": "^17.4.2",
@@ -64,7 +64,7 @@
6464
"@rollup/plugin-replace": "^2.4.2",
6565
"@types/hosted-git-info": "^3.0.2",
6666
"@types/yargs": "^15.0.14",
67-
"babel-preset-gatsby-package": "^2.16.0-next.0",
67+
"babel-preset-gatsby-package": "^2.17.0-next.0",
6868
"cross-env": "^7.0.3",
6969
"ink": "^3.2.0",
7070
"ink-spinner": "^4.0.3",

packages/gatsby-codemods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "3.16.0-next.0",
3+
"version": "3.17.0-next.0",
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.15.4",
39-
"babel-preset-gatsby-package": "^2.16.0-next.0",
39+
"babel-preset-gatsby-package": "^2.17.0-next.0",
4040
"cross-env": "^7.0.3"
4141
},
4242
"engines": {

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "3.16.0-next.0",
3+
"version": "3.17.0-next.0",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -62,7 +62,7 @@
6262
"@babel/cli": "^7.15.4",
6363
"@babel/core": "^7.15.5",
6464
"@types/ci-info": "2.0.0",
65-
"babel-preset-gatsby-package": "^2.16.0-next.0",
65+
"babel-preset-gatsby-package": "^2.17.0-next.0",
6666
"cross-env": "^7.0.3",
6767
"is-uuid": "^1.0.2",
6868
"msw": "^0.38.2",

packages/gatsby-cypress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-cypress",
3-
"version": "2.16.0-next.0",
3+
"version": "2.17.0-next.0",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.15.4",
2222
"@babel/core": "^7.15.5",
23-
"babel-preset-gatsby-package": "^2.16.0-next.0",
23+
"babel-preset-gatsby-package": "^2.17.0-next.0",
2424
"cross-env": "^7.0.3"
2525
},
2626
"keywords": [

packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "4.16.0-next.0",
3+
"version": "4.17.0-next.0",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-dev-cli/package.json

+2-2
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": "4.16.0-next.0",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "^7.15.4",
2929
"@babel/core": "^7.15.5",
30-
"babel-preset-gatsby-package": "^2.16.0-next.0",
30+
"babel-preset-gatsby-package": "^2.17.0-next.0",
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/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "2.16.0-next.0",
3+
"version": "2.17.0-next.0",
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.15.4",
3939
"@babel/preset-react": "^7.14.0",
4040
"babel-loader": "^8.2.2",
41-
"babel-preset-gatsby-package": "^2.16.0-next.0",
41+
"babel-preset-gatsby-package": "^2.17.0-next.0",
4242
"core-js": "^3.22.3",
4343
"cross-env": "^7.0.3",
4444
"css-loader": "^6.2.0",

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "2.16.0-next.1",
4+
"version": "2.17.0-next.0",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.16.0-next.0",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"@types/reach__router": "^1.3.10",
12-
"gatsby-page-utils": "^2.16.0-next.0",
12+
"gatsby-page-utils": "^2.17.0-next.0",
1313
"prop-types": "^15.8.1"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",
1717
"@babel/core": "^7.15.5",
1818
"@testing-library/react": "^11.2.7",
19-
"babel-preset-gatsby-package": "^2.16.0-next.0",
19+
"babel-preset-gatsby-package": "^2.17.0-next.0",
2020
"cross-env": "^7.0.3"
2121
},
2222
"peerDependencies": {

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "2.16.0-next.0",
3+
"version": "2.17.0-next.0",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"bluebird": "^3.7.2",
3131
"chokidar": "^3.5.2",
3232
"fs-exists-cached": "^1.0.0",
33-
"gatsby-core-utils": "^3.16.0-next.0",
33+
"gatsby-core-utils": "^3.17.0-next.0",
3434
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"
@@ -39,7 +39,7 @@
3939
"@babel/cli": "^7.15.4",
4040
"@babel/core": "^7.15.5",
4141
"@types/micromatch": "^4.0.2",
42-
"babel-preset-gatsby-package": "^2.16.0-next.0",
42+
"babel-preset-gatsby-package": "^2.17.0-next.0",
4343
"cross-env": "^7.0.3",
4444
"rimraf": "^3.0.2",
4545
"typescript": "^4.7.2"

packages/gatsby-parcel-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-parcel-config",
33
"main": "lib/index.json",
4-
"version": "0.7.0-next.1",
4+
"version": "0.8.0-next.0",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
66
"description": "A minimal Parcel config for use in Gatsby",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"parcel": "2.x"
1515
},
1616
"dependencies": {
17-
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.1.0-next.1",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.2.0-next.0",
1818
"@parcel/bundler-default": "2.6.0",
1919
"@parcel/compressor-raw": "2.6.0",
2020
"@parcel/namer-default": "2.6.0",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gatsbyjs/parcel-namer-relative-to-cwd",
33
"main": "lib/index.js",
4-
"version": "1.1.0-next.1",
4+
"version": "1.2.0-next.0",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
66
"description": "Parcel namer that preserve directory structure to stabilize output and keep the hierarchy.",
77
"author": "Michal Piechowiak <[email protected]>",
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@babel/runtime": "^7.18.0",
2020
"@parcel/plugin": "2.6.0",
21-
"gatsby-core-utils": "^3.16.0-next.0"
21+
"gatsby-core-utils": "^3.17.0-next.0"
2222
},
2323
"devDependencies": {
2424
"@babel/cli": "^7.17.10",
2525
"@babel/core": "^7.18.0",
26-
"babel-preset-gatsby-package": "^2.16.0-next.0",
26+
"babel-preset-gatsby-package": "^2.17.0-next.0",
2727
"cross-env": "^7.0.3"
2828
},
2929
"peerDependencies": {

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

+3-3
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": "2.16.0-next.0",
4+
"version": "2.17.0-next.0",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,12 +16,12 @@
1616
"devDependencies": {
1717
"@babel/cli": "^7.15.4",
1818
"@babel/core": "^7.15.5",
19-
"babel-preset-gatsby-package": "^2.16.0-next.0"
19+
"babel-preset-gatsby-package": "^2.17.0-next.0"
2020
},
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.4",
2323
"fast-glob": "^3.2.11",
24-
"gatsby-core-utils": "^3.16.0-next.0",
24+
"gatsby-core-utils": "^3.17.0-next.0",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {

packages/gatsby-plugin-canonical-urls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-canonical-urls",
33
"description": "Add canonical links to HTML pages Gatsby generates.",
4-
"version": "4.16.0-next.0",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.15.4",
1414
"@babel/core": "^7.15.5",
15-
"babel-preset-gatsby-package": "^2.16.0-next.0",
15+
"babel-preset-gatsby-package": "^2.17.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme",

packages/gatsby-plugin-catch-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-catch-links",
33
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
4-
"version": "4.16.0-next.0",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/cli": "^7.15.4",
1515
"@babel/core": "^7.15.5",
16-
"babel-preset-gatsby-package": "^2.16.0-next.0",
16+
"babel-preset-gatsby-package": "^2.17.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme",

packages/gatsby-plugin-coffeescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-coffeescript",
33
"description": "Adds CoffeeScript support for Gatsby",
4-
"version": "4.16.0-next.0",
4+
"version": "4.17.0-next.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@babel/cli": "^7.15.4",
2020
"@babel/core": "^7.15.5",
21-
"babel-preset-gatsby-package": "^2.16.0-next.0",
21+
"babel-preset-gatsby-package": "^2.17.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",

0 commit comments

Comments
 (0)