Skip to content

Commit d510137

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] - @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]
1 parent 0e1ea58 commit d510137

File tree

104 files changed

+284
-284
lines changed

Some content is hidden

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

104 files changed

+284
-284
lines changed

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": "4.18.0-next.0",
3+
"version": "4.18.0-next.1",
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.18.0-next.0"
13+
"gatsby-core-utils": "^3.18.0-next.1"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",
1717
"@babel/core": "^7.15.5",
18-
"babel-preset-gatsby-package": "^2.18.0-next.0",
18+
"babel-preset-gatsby-package": "^2.18.0-next.1",
1919
"cross-env": "^7.0.3"
2020
},
2121
"peerDependencies": {

packages/babel-preset-gatsby-package/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-package",
3-
"version": "2.18.0-next.0",
3+
"version": "2.18.0-next.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -46,4 +46,4 @@
4646
"prepare": "cross-env NODE_ENV=production npm run build",
4747
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\""
4848
}
49-
}
49+
}

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": "2.18.0-next.0",
3+
"version": "2.18.0-next.1",
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": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^3.18.0-next.0",
25+
"gatsby-core-utils": "^3.18.0-next.1",
2626
"gatsby-legacy-polyfills": "^2.18.0-next.0"
2727
},
2828
"peerDependencies": {
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.15.4",
41-
"babel-preset-gatsby-package": "^2.18.0-next.0",
41+
"babel-preset-gatsby-package": "^2.18.0-next.1",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

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": "2.18.0-next.0",
3+
"version": "2.18.0-next.1",
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.12.0-next.0",
31+
"gatsby-plugin-utils": "^3.12.0-next.1",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",
3434
"node-fetch": "^2.6.6",

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": "4.18.0-next.0",
4+
"version": "4.18.0-next.1",
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.18.0-next.0",
30+
"create-gatsby": "^2.18.0-next.1",
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.18.0-next.0",
36-
"gatsby-telemetry": "^3.18.0-next.0",
35+
"gatsby-core-utils": "^3.18.0-next.1",
36+
"gatsby-telemetry": "^3.18.0-next.1",
3737
"hosted-git-info": "^3.0.8",
3838
"is-valid-path": "^0.1.1",
3939
"joi": "^17.4.2",
@@ -64,8 +64,8 @@
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.18.0-next.0",
6867
"babel-plugin-lodash": "^3.3.4",
68+
"babel-preset-gatsby-package": "^2.18.0-next.1",
6969
"cross-env": "^7.0.3",
7070
"ink": "^3.2.0",
7171
"ink-spinner": "^4.0.3",

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": "3.18.0-next.0",
3+
"version": "3.18.0-next.1",
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.18.0-next.0",
39+
"babel-preset-gatsby-package": "^2.18.0-next.1",
4040
"cross-env": "^7.0.3"
4141
},
4242
"engines": {

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": "3.18.0-next.0",
3+
"version": "3.18.0-next.1",
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.18.0-next.0",
65+
"babel-preset-gatsby-package": "^2.18.0-next.1",
6666
"cross-env": "^7.0.3",
6767
"is-uuid": "^1.0.2",
6868
"msw": "^0.38.2",

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": "2.18.0-next.0",
3+
"version": "2.18.0-next.1",
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.18.0-next.0",
23+
"babel-preset-gatsby-package": "^2.18.0-next.1",
2424
"cross-env": "^7.0.3"
2525
},
2626
"keywords": [

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": "4.18.0-next.0",
4+
"version": "4.18.0-next.1",
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.18.0-next.0",
30+
"babel-preset-gatsby-package": "^2.18.0-next.1",
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

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": "2.18.0-next.0",
3+
"version": "2.18.0-next.1",
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.18.0-next.0",
41+
"babel-preset-gatsby-package": "^2.18.0-next.1",
4242
"core-js": "^3.22.3",
4343
"cross-env": "^7.0.3",
4444
"css-loader": "^6.2.0",

0 commit comments

Comments
 (0)