Skip to content

Commit 5c6e3e6

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] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
1 parent 425c6d6 commit 5c6e3e6

File tree

111 files changed

+265
-265
lines changed

Some content is hidden

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

111 files changed

+265
-265
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "2.9.20",
3+
"version": "2.10.0-next.0",
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.3",
14+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1515
"cross-env": "^7.0.2"
1616
},
1717
"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": "0.5.3",
3+
"version": "0.6.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": "0.5.15",
3+
"version": "0.6.0-next.0",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
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.23",
25-
"gatsby-legacy-polyfills": "^0.0.6"
24+
"gatsby-core-utils": "^1.4.0-next.0",
25+
"gatsby-legacy-polyfills": "^0.1.0-next.0"
2626
},
2727
"peerDependencies": {
2828
"@babel/core": "^7.11.6",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "^7.11.6",
40-
"babel-preset-gatsby-package": "^0.5.3",
40+
"babel-preset-gatsby-package": "^0.6.0-next.0",
4141
"cross-env": "^7.0.2",
4242
"slash": "^3.0.0"
4343
},

packages/gatsby-admin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.182",
3+
"version": "0.2.0-next.0",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,11 +20,11 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.1",
23-
"gatsby": "^2.25.1",
23+
"gatsby": "^2.26.0-next.0",
2424
"gatsby-interface": "^0.0.225",
25-
"gatsby-plugin-typescript": "^2.5.0",
25+
"gatsby-plugin-typescript": "^2.6.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",
27-
"gatsby-source-graphql": "^2.7.6",
27+
"gatsby-source-graphql": "^2.8.0-next.0",
2828
"lodash-es": "^4.17.15",
2929
"ncp": "^2.0.0",
3030
"nodemon": "^2.0.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": "2.12.115",
4+
"version": "2.13.0-next.0",
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.23",
27-
"gatsby-recipes": "^0.2.36",
28-
"gatsby-telemetry": "^1.3.39",
26+
"gatsby-core-utils": "^1.4.0-next.0",
27+
"gatsby-recipes": "^0.3.0-next.0",
28+
"gatsby-telemetry": "^1.4.0-next.0",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"lodash": "^4.17.20",
@@ -58,7 +58,7 @@
5858
"@rollup/plugin-replace": "^2.3.3",
5959
"@types/hosted-git-info": "^3.0.1",
6060
"@types/yargs": "^15.0.8",
61-
"babel-preset-gatsby-package": "^0.5.3",
61+
"babel-preset-gatsby-package": "^0.6.0-next.0",
6262
"cross-env": "^7.0.2",
6363
"ink": "^2.7.1",
6464
"ink-spinner": "^3.1.0",

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": "1.3.12",
3+
"version": "1.4.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": {
@@ -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.3",
32+
"babel-preset-gatsby-package": "^0.6.0-next.0",
3333
"cross-env": "^7.0.2",
3434
"jscodeshift": "^0.11.0"
3535
},

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": "1.3.23",
3+
"version": "1.4.0-next.0",
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.3",
44+
"babel-preset-gatsby-package": "^0.6.0-next.0",
4545
"cross-env": "^7.0.2",
4646
"typescript": "^3.9.7"
4747
},

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": "0.4.12",
3+
"version": "0.5.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.11.6",
2222
"@babel/core": "^7.11.6",
23-
"babel-preset-gatsby-package": "^0.5.3",
23+
"babel-preset-gatsby-package": "^0.6.0-next.0",
2424
"cross-env": "^7.0.2"
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": "2.0.13",
3+
"version": "2.1.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": "2.7.23",
4+
"version": "2.8.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.11.6",
2929
"@babel/core": "^7.11.6",
30-
"babel-preset-gatsby-package": "^0.5.3",
30+
"babel-preset-gatsby-package": "^0.6.0-next.0",
3131
"cross-env": "^7.0.2"
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": "0.4.15",
3+
"version": "0.5.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.11.5",
3939
"@babel/preset-react": "^7.10.4",
4040
"babel-loader": "^8.1.0",
41-
"babel-preset-gatsby-package": "^0.5.3",
41+
"babel-preset-gatsby-package": "^0.6.0-next.0",
4242
"core-js": "^3.6.5",
4343
"cross-env": "^7.0.2",
4444
"css-loader": "^1.0.1",

packages/gatsby-image/package.json

+2-2
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.21",
4+
"version": "2.5.0-next.0",
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.3",
18+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1919
"cross-env": "^7.0.2",
2020
"jest-matchmedia-mock": "^1.1.0"
2121
},

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": "0.0.6",
4+
"version": "0.1.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

+2-2
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.16",
4+
"version": "2.5.0-next.0",
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.3",
18+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1919
"cross-env": "^7.0.2"
2020
},
2121
"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": "0.2.29",
3+
"version": "0.3.0-next.0",
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.3",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.23",
27+
"gatsby-core-utils": "^1.4.0-next.0",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.20",
3030
"micromatch": "^4.0.2"
@@ -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.3",
36+
"babel-preset-gatsby-package": "^0.6.0-next.0",
3737
"cross-env": "^7.0.2"
3838
},
3939
"files": [

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

+2-2
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.2.18",
4+
"version": "0.3.0-next.0",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@babel/cli": "^7.11.6",
1818
"@babel/core": "^7.11.6",
19-
"babel-preset-gatsby-package": "^0.5.3"
19+
"babel-preset-gatsby-package": "^0.6.0-next.0"
2020
},
2121
"dependencies": {
2222
"fast-glob": "^3.2.4",

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": "2.3.13",
4+
"version": "2.4.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.11.6",
1414
"@babel/core": "^7.11.6",
15-
"babel-preset-gatsby-package": "^0.5.3",
15+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1616
"cross-env": "^7.0.2"
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": "2.3.15",
4+
"version": "2.4.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.11.6",
1515
"@babel/core": "^7.11.6",
16-
"babel-preset-gatsby-package": "^0.5.3",
16+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1717
"cross-env": "^7.0.2"
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": "2.3.13",
4+
"version": "2.4.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.11.6",
2020
"@babel/core": "^7.11.6",
21-
"babel-preset-gatsby-package": "^0.5.3",
21+
"babel-preset-gatsby-package": "^0.6.0-next.0",
2222
"cross-env": "^7.0.2"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",

packages/gatsby-plugin-create-client-paths/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-create-client-paths",
33
"description": "Gatsby-plugin for creating paths that exist only on the client",
4-
"version": "2.3.13",
4+
"version": "2.4.0-next.0",
55
"author": "[email protected]",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
15-
"babel-preset-gatsby-package": "^0.5.3",
15+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1616
"cross-env": "^7.0.2"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme",

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "2.3.13",
4+
"version": "2.4.0-next.0",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.11.6",
1414
"@babel/core": "^7.11.6",
15-
"babel-preset-gatsby-package": "^0.5.3",
15+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1616
"cross-env": "^7.0.2",
1717
"cxs": "^6.2.0"
1818
},

packages/gatsby-plugin-emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-emotion",
33
"description": "Gatsby plugin to add support for Emotion",
4-
"version": "4.3.15",
4+
"version": "4.4.0-next.0",
55
"author": "Tegan Churchill <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/cli": "^7.11.6",
1515
"@babel/core": "^7.11.6",
16-
"babel-preset-gatsby-package": "^0.5.3",
16+
"babel-preset-gatsby-package": "^0.6.0-next.0",
1717
"cross-env": "^7.0.2"
1818
},
1919
"peerDependencies": {

0 commit comments

Comments
 (0)