Skip to content

Commit 5a5f5b9

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@4.20.0-next.1 - create-gatsby@2.20.0-next.2 - gatsby-cli@4.20.0-next.2 - gatsby-plugin-cxs@4.20.0-next.2 - gatsby-plugin-feed@4.20.0-next.2 - gatsby-plugin-flow@3.20.0-next.2 - gatsby-plugin-google-tagmanager@4.20.0-next.2 - gatsby-plugin-image@2.20.0-next.3 - gatsby-plugin-manifest@4.20.0-next.2 - gatsby-plugin-mdx@3.20.0-next.2 - gatsby-plugin-offline@5.20.0-next.2 - gatsby-plugin-page-creator@4.20.0-next.2 - gatsby-plugin-sass@5.20.0-next.3 - gatsby-plugin-sharp@4.20.0-next.3 - gatsby-plugin-sitemap@5.20.0-next.2 - gatsby-plugin-twitter@4.20.0-next.2 - gatsby-plugin-typescript@4.20.0-next.1 - gatsby-plugin-utils@3.14.0-next.2 - gatsby-remark-autolink-headers@5.20.0-next.2 - gatsby-remark-images@6.20.0-next.2 - gatsby-source-contentful@7.18.0-next.4 - gatsby-source-drupal@5.21.0-next.3 - gatsby-source-shopify@7.9.0-next.3 - gatsby-source-wordpress@6.20.0-next.3 - gatsby-transformer-remark@5.20.0-next.2 - gatsby-transformer-sharp@4.20.0-next.2 - gatsby-transformer-sqip@4.20.0-next.3 - gatsby@4.20.0-next.6
1 parent f623eea commit 5a5f5b9

File tree

28 files changed

+62
-62
lines changed

28 files changed

+62
-62
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "4.20.0-next.0",
3+
"version": "4.20.0-next.1",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",

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.20.0-next.1",
3+
"version": "2.20.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.1.0",
31-
"gatsby-plugin-utils": "^3.14.0-next.1",
31+
"gatsby-plugin-utils": "^3.14.0-next.2",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.15.0",
3434
"node-fetch": "^2.6.6",

packages/gatsby-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-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "4.20.0-next.1",
4+
"version": "4.20.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -27,7 +27,7 @@
2727
"common-tags": "^1.8.2",
2828
"configstore": "^5.0.1",
2929
"convert-hrtime": "^3.0.0",
30-
"create-gatsby": "^2.20.0-next.1",
30+
"create-gatsby": "^2.20.0-next.2",
3131
"envinfo": "^7.8.1",
3232
"execa": "^5.1.1",
3333
"fs-exists-cached": "^1.0.0",

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.20.0-next.1",
4+
"version": "4.20.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.20.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^3.14.0-next.1"
18+
"gatsby-plugin-utils": "^3.14.0-next.2"
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.20.0-next.1",
4+
"version": "4.20.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.1.0",
14-
"gatsby-plugin-utils": "^3.14.0-next.1",
14+
"gatsby-plugin-utils": "^3.14.0-next.2",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

packages/gatsby-plugin-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "3.20.0-next.1",
3+
"version": "3.20.0-next.2",
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.20.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^3.14.0-next.1"
35+
"gatsby-plugin-utils": "^3.14.0-next.2"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^4.0.0-next"

packages/gatsby-plugin-google-tagmanager/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-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "4.20.0-next.1",
4+
"version": "4.20.0-next.2",
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.20.0-next.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^3.14.0-next.1"
18+
"gatsby-plugin-utils": "^3.14.0-next.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2121
"keywords": [

packages/gatsby-plugin-image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.20.0-next.2",
3+
"version": "2.20.0-next.3",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -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,13 +77,13 @@
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.20.0-next.0",
80+
"babel-plugin-remove-graphql-queries": "^4.20.0-next.1",
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.3",
8383
"common-tags": "^1.8.2",
8484
"fs-extra": "^10.1.0",
8585
"gatsby-core-utils": "^3.20.0-next.0",
86-
"gatsby-plugin-utils": "^3.14.0-next.1",
86+
"gatsby-plugin-utils": "^3.14.0-next.2",
8787
"objectFitPolyfill": "^2.3.5",
8888
"prop-types": "^15.8.1"
8989
},

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
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.20.0-next.1",
4+
"version": "4.20.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
"gatsby-core-utils": "^3.20.0-next.0",
12-
"gatsby-plugin-utils": "^3.14.0-next.1",
12+
"gatsby-plugin-utils": "^3.14.0-next.2",
1313
"semver": "^7.3.7",
1414
"sharp": "^0.30.3"
1515
},

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.20.0-next.1",
3+
"version": "3.20.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@mdx-js/mdx": "^1.6.16",
6565
"@mdx-js/react": "^1.6.16",
66-
"gatsby-plugin-utils": "^3.14.0-next.1",
66+
"gatsby-plugin-utils": "^3.14.0-next.2",
6767
"js-combinatorics": "^1.4.5",
6868
"react-test-renderer": "^16.13.1"
6969
},

0 commit comments

Comments
 (0)