Skip to content

Commit 2cfd7dc

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@4.11.0-next.1 - babel-preset-gatsby@2.11.0-next.1 - create-gatsby@2.11.0-next.1 - gatsby-cli@4.11.0-next.1 - gatsby-core-utils@3.11.0-next.1 - gatsby-link@4.11.0-next.2 - gatsby-page-utils@2.11.0-next.1 - gatsby-plugin-benchmark-reporting@2.11.0-next.1 - gatsby-plugin-cxs@4.11.0-next.2 - gatsby-plugin-feed@4.11.0-next.2 - gatsby-plugin-flow@3.11.0-next.1 - gatsby-plugin-gatsby-cloud@4.11.0-next.1 - gatsby-plugin-google-tagmanager@4.11.0-next.2 - gatsby-plugin-image@2.11.0-next.2 - gatsby-plugin-manifest@4.11.0-next.1 - gatsby-plugin-mdx@3.11.0-next.2 - gatsby-plugin-offline@5.11.0-next.2 - gatsby-plugin-page-creator@4.11.0-next.1 - gatsby-plugin-preload-fonts@3.11.0-next.1 - gatsby-plugin-sass@5.11.0-next.1 - gatsby-plugin-sharp@4.11.0-next.2 - gatsby-plugin-sitemap@5.11.0-next.2 - gatsby-plugin-twitter@4.11.0-next.1 - gatsby-plugin-typescript@4.11.0-next.1 - gatsby-plugin-utils@3.5.0-next.1 - gatsby-remark-autolink-headers@5.11.0-next.2 - gatsby-remark-images@6.11.0-next.1 - gatsby-source-contentful@7.9.0-next.1 - gatsby-source-drupal@5.11.0-next.1 - gatsby-source-filesystem@4.11.0-next.1 - gatsby-source-graphql@4.11.0-next.1 - gatsby-source-mongodb@4.11.0-next.1 - gatsby-source-shopify@6.11.0-next.2 - gatsby-source-wordpress@6.11.0-next.2 - gatsby-telemetry@3.11.0-next.1 - gatsby-transformer-remark@5.11.0-next.1 - gatsby-transformer-sqip@4.11.0-next.2 - gatsby@4.11.0-next.2
1 parent b3f330a commit 2cfd7dc

File tree

38 files changed

+107
-107
lines changed

38 files changed

+107
-107
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "4.11.0-next.0",
3+
"version": "4.11.0-next.1",
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.11.0-next.0"
13+
"gatsby-core-utils": "^3.11.0-next.1"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",

packages/babel-preset-gatsby/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",
3-
"version": "2.11.0-next.0",
3+
"version": "2.11.0-next.1",
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.11.0-next.0",
25+
"gatsby-core-utils": "^3.11.0-next.1",
2626
"gatsby-legacy-polyfills": "^2.11.0-next.0"
2727
},
2828
"peerDependencies": {

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.11.0-next.0",
3+
"version": "2.11.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.0.0",
31-
"gatsby-plugin-utils": "^3.5.0-next.0",
31+
"gatsby-plugin-utils": "^3.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

Lines changed: 4 additions & 4 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.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"common-tags": "^1.8.2",
2727
"configstore": "^5.0.1",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^2.11.0-next.0",
29+
"create-gatsby": "^2.11.0-next.1",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.0.0",
34-
"gatsby-core-utils": "^3.11.0-next.0",
35-
"gatsby-telemetry": "^3.11.0-next.0",
34+
"gatsby-core-utils": "^3.11.0-next.1",
35+
"gatsby-telemetry": "^3.11.0-next.1",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.4.2",

packages/gatsby-core-utils/package.json

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

packages/gatsby-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.11.0-next.1",
4+
"version": "4.11.0-next.2",
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
"@types/reach__router": "^1.3.10",
12-
"gatsby-page-utils": "^2.11.0-next.0",
12+
"gatsby-page-utils": "^2.11.0-next.1",
1313
"prop-types": "^15.7.2"
1414
},
1515
"devDependencies": {

packages/gatsby-page-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-page-utils",
3-
"version": "2.11.0-next.0",
3+
"version": "2.11.0-next.1",
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.11.0-next.0",
33+
"gatsby-core-utils": "^3.11.0-next.1",
3434
"glob": "^7.2.0",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.4"

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

Lines changed: 2 additions & 2 deletions
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.11.0-next.0",
4+
"version": "2.11.0-next.1",
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.11",
24-
"gatsby-core-utils": "^3.11.0-next.0",
24+
"gatsby-core-utils": "^3.11.0-next.1",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"scripts": {

packages/gatsby-plugin-cxs/package.json

Lines changed: 2 additions & 2 deletions
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.11.0-next.1",
4+
"version": "4.11.0-next.2",
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.11.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^3.5.0-next.0"
18+
"gatsby-plugin-utils": "^3.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

Lines changed: 2 additions & 2 deletions
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.11.0-next.1",
4+
"version": "4.11.0-next.2",
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": "^3.5.0-next.0",
14+
"gatsby-plugin-utils": "^3.5.0-next.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

0 commit comments

Comments
 (0)