Skip to content

Commit d8efbc2

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@4.21.0-next.1 - babel-preset-gatsby@2.21.0-next.1 - create-gatsby@2.21.0-next.1 - gatsby-cli@4.21.0-next.1 - gatsby-core-utils@3.21.0-next.1 - gatsby-link@4.21.0-next.1 - gatsby-page-utils@2.21.0-next.1 - gatsby-parcel-config@0.12.0-next.1 - @gatsbyjs/parcel-namer-relative-to-cwd@1.6.0-next.1 - gatsby-plugin-benchmark-reporting@2.21.0-next.1 - gatsby-plugin-cxs@4.21.0-next.1 - gatsby-plugin-feed@4.21.0-next.1 - gatsby-plugin-flow@3.21.0-next.1 - gatsby-plugin-gatsby-cloud@4.21.0-next.1 - gatsby-plugin-google-tagmanager@4.21.0-next.1 - gatsby-plugin-image@2.21.0-next.1 - gatsby-plugin-manifest@4.21.0-next.1 - gatsby-plugin-mdx@3.21.0-next.1 - gatsby-plugin-offline@5.21.0-next.1 - gatsby-plugin-page-creator@4.21.0-next.1 - gatsby-plugin-preload-fonts@3.21.0-next.1 - gatsby-plugin-react-helmet@5.21.0-next.1 - gatsby-plugin-sass@5.21.0-next.1 - gatsby-plugin-sharp@4.21.0-next.1 - gatsby-plugin-sitemap@5.21.0-next.1 - gatsby-plugin-styletron@7.21.0-next.1 - gatsby-plugin-twitter@4.21.0-next.1 - gatsby-plugin-typescript@4.21.0-next.1 - gatsby-plugin-utils@3.15.0-next.1 - gatsby-remark-autolink-headers@5.21.0-next.1 - gatsby-remark-images@6.21.0-next.1 - gatsby-script@1.6.0-next.1 - gatsby-source-contentful@7.19.0-next.1 - gatsby-source-drupal@5.22.0-next.1 - gatsby-source-filesystem@4.21.0-next.1 - gatsby-source-graphql@4.21.0-next.1 - gatsby-source-shopify@7.10.0-next.1 - gatsby-source-wordpress@6.21.0-next.1 - gatsby-telemetry@3.21.0-next.1 - gatsby-transformer-remark@5.21.0-next.1 - gatsby-transformer-screenshot@4.21.0-next.1 - gatsby-transformer-sharp@4.21.0-next.1 - gatsby-transformer-sqip@4.21.0-next.1 - gatsby@4.21.0-next.1
1 parent 248e45f commit d8efbc2

File tree

44 files changed

+121
-121
lines changed

Some content is hidden

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

44 files changed

+121
-121
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.21.0-next.0",
3+
"version": "4.21.0-next.1",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
1313
"@babel/types": "^7.15.4",
14-
"gatsby-core-utils": "^3.21.0-next.0"
14+
"gatsby-core-utils": "^3.21.0-next.1"
1515
},
1616
"devDependencies": {
1717
"@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.21.0-next.0",
3+
"version": "2.21.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": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^3.21.0-next.0",
25+
"gatsby-core-utils": "^3.21.0-next.1",
2626
"gatsby-legacy-polyfills": "^2.21.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.21.0-next.0",
3+
"version": "2.21.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.15.0-next.0",
31+
"gatsby-plugin-utils": "^3.15.0-next.1",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.15.0",
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.21.0-next.0",
4+
"version": "4.21.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.21.0-next.0",
30+
"create-gatsby": "^2.21.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.21.0-next.0",
36-
"gatsby-telemetry": "^3.21.0-next.0",
35+
"gatsby-core-utils": "^3.21.0-next.1",
36+
"gatsby-telemetry": "^3.21.0-next.1",
3737
"hosted-git-info": "^3.0.8",
3838
"is-valid-path": "^0.1.1",
3939
"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.21.0-next.0",
3+
"version": "3.21.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,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.21.0-next.0",
4+
"version": "4.21.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@types/reach__router": "^1.3.10",
26-
"gatsby-page-utils": "^2.21.0-next.0",
26+
"gatsby-page-utils": "^2.21.0-next.1",
2727
"prop-types": "^15.8.1"
2828
},
2929
"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.21.0-next.0",
3+
"version": "2.21.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.3",
3232
"fs-exists-cached": "^1.0.0",
33-
"gatsby-core-utils": "^3.21.0-next.0",
33+
"gatsby-core-utils": "^3.21.0-next.1",
3434
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"

packages/gatsby-parcel-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-parcel-config",
33
"main": "lib/index.json",
4-
"version": "0.12.0-next.0",
4+
"version": "0.12.0-next.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
66
"description": "A minimal Parcel config for use in Gatsby",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"parcel": "2.x"
1515
},
1616
"dependencies": {
17-
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.6.0-next.0",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.6.0-next.1",
1818
"@parcel/bundler-default": "2.6.2",
1919
"@parcel/compressor-raw": "2.6.2",
2020
"@parcel/namer-default": "2.6.2",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gatsbyjs/parcel-namer-relative-to-cwd",
33
"main": "lib/index.js",
4-
"version": "1.6.0-next.0",
4+
"version": "1.6.0-next.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
66
"description": "Parcel namer that preserve directory structure to stabilize output and keep the hierarchy.",
77
"author": "Michal Piechowiak <misiek.piechowiak@gmail.com>",
@@ -19,7 +19,7 @@
1919
"@babel/runtime": "^7.18.0",
2020
"@parcel/namer-default": "2.6.2",
2121
"@parcel/plugin": "2.6.2",
22-
"gatsby-core-utils": "^3.21.0-next.0"
22+
"gatsby-core-utils": "^3.21.0-next.1"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.17.10",

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.21.0-next.0",
4+
"version": "2.21.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.21.0-next.0",
24+
"gatsby-core-utils": "^3.21.0-next.1",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)