Skip to content

Commit 6ffe0af

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@4.5.0-next.3 - babel-preset-gatsby@2.5.0-next.3 - create-gatsby@2.5.0-next.2 - gatsby-cli@4.5.0-next.3 - gatsby-codemods@3.5.0-next.1 - gatsby-core-utils@3.5.0-next.3 - gatsby-page-utils@2.5.0-next.3 - gatsby-plugin-benchmark-reporting@2.5.0-next.3 - gatsby-plugin-cxs@4.5.0-next.1 - gatsby-plugin-feed@4.5.0-next.1 - gatsby-plugin-flow@3.5.0-next.1 - gatsby-plugin-gatsby-cloud@4.5.0-next.3 - gatsby-plugin-google-tagmanager@4.5.0-next.1 - gatsby-plugin-image@2.5.0-next.3 - gatsby-plugin-manifest@4.5.0-next.3 - gatsby-plugin-mdx@3.5.0-next.3 - gatsby-plugin-offline@5.5.0-next.4 - gatsby-plugin-page-creator@4.5.0-next.3 - gatsby-plugin-preload-fonts@3.5.0-next.3 - gatsby-plugin-sass@5.5.0-next.2 - gatsby-plugin-sharp@4.5.0-next.3 - gatsby-plugin-sitemap@5.5.0-next.1 - gatsby-plugin-twitter@4.5.0-next.1 - gatsby-plugin-typescript@4.5.0-next.3 - gatsby-plugin-utils@2.5.0-next.1 - gatsby-remark-autolink-headers@5.5.0-next.1 - gatsby-remark-images@6.5.0-next.3 - gatsby-source-contentful@7.3.0-next.4 - gatsby-source-drupal@5.5.0-next.3 - gatsby-source-filesystem@4.5.0-next.3 - gatsby-source-graphql@4.5.0-next.3 - gatsby-source-shopify@6.5.0-next.3 - gatsby-source-wordpress@6.5.0-next.3 - gatsby-telemetry@3.5.0-next.3 - gatsby-transformer-remark@5.5.0-next.3 - gatsby-transformer-screenshot@4.5.0-next.2 - gatsby-transformer-sharp@4.5.0-next.1 - gatsby-transformer-sqip@4.5.0-next.3 - gatsby-worker@1.5.0-next.1 - gatsby@4.5.0-next.4
1 parent 0cc5a5a commit 6ffe0af

File tree

40 files changed

+105
-105
lines changed

40 files changed

+105
-105
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": "4.5.0-next.2",
3+
"version": "4.5.0-next.3",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -10,7 +10,7 @@
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.5.0-next.2"
13+
"gatsby-core-utils": "^3.5.0-next.3"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",

packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "2.5.0-next.2",
3+
"version": "2.5.0-next.3",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
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": "^3.5.0-next.2",
25+
"gatsby-core-utils": "^3.5.0-next.3",
2626
"gatsby-legacy-polyfills": "^2.5.0-next.0"
2727
},
2828
"peerDependencies": {

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

packages/gatsby-cli/package.json

+4-4
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.5.0-next.2",
4+
"version": "4.5.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -20,13 +20,13 @@
2020
"common-tags": "^1.8.2",
2121
"configstore": "^5.0.1",
2222
"convert-hrtime": "^3.0.0",
23-
"create-gatsby": "^2.5.0-next.1",
23+
"create-gatsby": "^2.5.0-next.2",
2424
"envinfo": "^7.8.1",
2525
"execa": "^5.1.1",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^10.0.0",
28-
"gatsby-core-utils": "^3.5.0-next.2",
29-
"gatsby-telemetry": "^3.5.0-next.2",
28+
"gatsby-core-utils": "^3.5.0-next.3",
29+
"gatsby-telemetry": "^3.5.0-next.3",
3030
"hosted-git-info": "^3.0.8",
3131
"is-valid-path": "^0.1.1",
3232
"joi": "^17.4.2",

packages/gatsby-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "3.5.0-next.0",
3+
"version": "3.5.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": {

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "3.5.0-next.2",
3+
"version": "3.5.0-next.3",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "2.5.0-next.2",
3+
"version": "2.5.0-next.3",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.2",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^3.5.0-next.2",
29+
"gatsby-core-utils": "^3.5.0-next.3",
3030
"glob": "^7.2.0",
3131
"lodash": "^4.17.21",
3232
"micromatch": "^4.0.4"

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": "2.5.0-next.2",
4+
"version": "2.5.0-next.3",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.4",
2323
"fast-glob": "^3.2.7",
24-
"gatsby-core-utils": "^3.5.0-next.2",
24+
"gatsby-core-utils": "^3.5.0-next.3",
2525
"node-fetch": "^2.6.6"
2626
},
2727
"scripts": {

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": "4.5.0-next.0",
4+
"version": "4.5.0-next.1",
55
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"babel-preset-gatsby-package": "^2.5.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^2.5.0-next.0"
18+
"gatsby-plugin-utils": "^2.5.0-next.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "4.5.0-next.0",
4+
"version": "4.5.0-next.1",
55
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
1313
"fs-extra": "^10.0.0",
14-
"gatsby-plugin-utils": "^2.5.0-next.0",
14+
"gatsby-plugin-utils": "^2.5.0-next.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

packages/gatsby-plugin-flow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "3.5.0-next.0",
3+
"version": "3.5.0-next.1",
44
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.15.5",
3333
"babel-preset-gatsby-package": "^2.5.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^2.5.0-next.0"
35+
"gatsby-plugin-utils": "^2.5.0-next.1"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^4.0.0-next"

packages/gatsby-plugin-gatsby-cloud/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "4.5.0-next.2",
4+
"version": "4.5.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.15.4",
1111
"date-fns": "^2.28.0",
1212
"fs-extra": "^10.0.0",
13-
"gatsby-core-utils": "^3.5.0-next.2",
14-
"gatsby-telemetry": "^3.5.0-next.2",
13+
"gatsby-core-utils": "^3.5.0-next.3",
14+
"gatsby-telemetry": "^3.5.0-next.3",
1515
"kebab-hash": "^0.1.2",
1616
"lodash": "^4.17.21",
1717
"webpack-assets-manifest": "^5.0.6"

packages/gatsby-plugin-google-tagmanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "4.5.0-next.0",
4+
"version": "4.5.0-next.1",
55
"author": "Thijs Koerselman <thijs@vauxlab.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.15.5",
1616
"babel-preset-gatsby-package": "^2.5.0-next.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^2.5.0-next.0"
18+
"gatsby-plugin-utils": "^2.5.0-next.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2121
"keywords": [

packages/gatsby-plugin-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.5.0-next.2",
3+
"version": "2.5.0-next.3",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
@@ -77,12 +77,12 @@
7777
"@babel/runtime": "^7.15.4",
7878
"@babel/traverse": "^7.15.4",
7979
"babel-jsx-utils": "^1.1.0",
80-
"babel-plugin-remove-graphql-queries": "^4.5.0-next.2",
80+
"babel-plugin-remove-graphql-queries": "^4.5.0-next.3",
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.2",
8383
"common-tags": "^1.8.2",
8484
"fs-extra": "^10.0.0",
85-
"gatsby-core-utils": "^3.5.0-next.2",
85+
"gatsby-core-utils": "^3.5.0-next.3",
8686
"objectFitPolyfill": "^2.3.5",
8787
"prop-types": "^15.7.2"
8888
},

packages/gatsby-plugin-manifest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "4.5.0-next.2",
4+
"version": "4.5.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"gatsby-core-utils": "^3.5.0-next.2",
12-
"gatsby-plugin-utils": "^2.5.0-next.0",
11+
"gatsby-core-utils": "^3.5.0-next.3",
12+
"gatsby-plugin-utils": "^2.5.0-next.1",
1313
"semver": "^7.3.5",
1414
"sharp": "^0.29.3"
1515
},

packages/gatsby-plugin-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.5.0-next.2",
3+
"version": "3.5.0-next.3",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"escape-string-regexp": "^1.0.5",
3838
"eval": "^0.1.4",
3939
"fs-extra": "^10.0.0",
40-
"gatsby-core-utils": "^3.5.0-next.2",
40+
"gatsby-core-utils": "^3.5.0-next.3",
4141
"gray-matter": "^4.0.2",
4242
"json5": "^2.1.3",
4343
"loader-utils": "^1.4.0",
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@mdx-js/mdx": "^1.6.16",
6565
"@mdx-js/react": "^1.6.16",
66-
"gatsby-plugin-utils": "^2.5.0-next.0",
66+
"gatsby-plugin-utils": "^2.5.0-next.1",
6767
"js-combinatorics": "^1.4.5",
6868
"react-test-renderer": "^16.13.1"
6969
},

packages/gatsby-plugin-offline/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "5.5.0-next.3",
4+
"version": "5.5.0-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"cheerio": "^1.0.0-rc.10",
12-
"gatsby-core-utils": "^3.5.0-next.2",
12+
"gatsby-core-utils": "^3.5.0-next.3",
1313
"glob": "^7.2.0",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.21",
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^2.5.0-next.0",
2222
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
24-
"gatsby-plugin-utils": "^2.5.0-next.0",
24+
"gatsby-plugin-utils": "^2.5.0-next.1",
2525
"rewire": "^6.0.0"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

packages/gatsby-plugin-page-creator/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.5.0-next.2",
3+
"version": "4.5.0-next.3",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -29,10 +29,10 @@
2929
"@sindresorhus/slugify": "^1.1.2",
3030
"chokidar": "^3.5.2",
3131
"fs-exists-cached": "^1.0.0",
32-
"gatsby-core-utils": "^3.5.0-next.2",
33-
"gatsby-page-utils": "^2.5.0-next.2",
34-
"gatsby-plugin-utils": "^2.5.0-next.0",
35-
"gatsby-telemetry": "^3.5.0-next.2",
32+
"gatsby-core-utils": "^3.5.0-next.3",
33+
"gatsby-page-utils": "^2.5.0-next.3",
34+
"gatsby-plugin-utils": "^2.5.0-next.1",
35+
"gatsby-telemetry": "^3.5.0-next.3",
3636
"globby": "^11.0.4",
3737
"lodash": "^4.17.21"
3838
},

packages/gatsby-plugin-preload-fonts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "3.5.0-next.2",
4+
"version": "3.5.0-next.3",
55
"author": "Aaron Ross <superhawk610@gmail.com>",
66
"main": "index.js",
77
"bin": {
@@ -15,7 +15,7 @@
1515
"chalk": "^4.1.2",
1616
"date-fns": "^2.25.0",
1717
"fs-extra": "^10.0.0",
18-
"gatsby-core-utils": "^3.5.0-next.2",
18+
"gatsby-core-utils": "^3.5.0-next.3",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",
2121
"puppeteer": "^3.3.0"

packages/gatsby-plugin-sass/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sass",
33
"description": "Gatsby plugin to handle SCSS/Sass files",
4-
"version": "5.5.0-next.1",
4+
"version": "5.5.0-next.2",
55
"author": "Daniel Farrell <daniel@mobelux.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"autoprefixer": "^10.4.1",
1818
"babel-preset-gatsby-package": "^2.5.0-next.0",
1919
"cross-env": "^7.0.3",
20-
"gatsby-plugin-utils": "^2.5.0-next.0"
20+
"gatsby-plugin-utils": "^2.5.0-next.1"
2121
},
2222
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
2323
"keywords": [

0 commit comments

Comments
 (0)