Skip to content

Commit 11efd36

Browse files
committed
chore(release): Publish next
- create-gatsby@3.3.0-next.1 - gatsby-cli@5.3.0-next.1 - gatsby-link@5.3.0-next.1 - gatsby-parcel-config@1.3.0-next.1 - @gatsbyjs/parcel-namer-relative-to-cwd@2.3.0-next.1 - gatsby-plugin-cxs@5.3.0-next.1 - gatsby-plugin-feed@5.3.0-next.1 - gatsby-plugin-flow@4.3.0-next.1 - gatsby-plugin-google-tagmanager@5.3.0-next.1 - gatsby-plugin-image@3.3.0-next.1 - gatsby-plugin-manifest@5.3.0-next.1 - gatsby-plugin-mdx@5.3.0-next.1 - gatsby-plugin-offline@6.3.0-next.1 - gatsby-plugin-page-creator@5.3.0-next.1 - gatsby-plugin-sass@6.3.0-next.1 - gatsby-plugin-sharp@5.3.0-next.1 - gatsby-plugin-sitemap@6.3.0-next.1 - gatsby-plugin-twitter@5.3.0-next.1 - gatsby-plugin-utils@4.3.0-next.1 - gatsby-react-router-scroll@6.3.0-next.1 - gatsby-remark-autolink-headers@6.3.0-next.1 - gatsby-remark-images-contentful@6.3.0-next.1 - gatsby-remark-images@7.3.0-next.1 - gatsby-script@2.3.0-next.1 - gatsby-sharp@1.3.0-next.1 - gatsby-source-contentful@8.3.0-next.1 - gatsby-source-drupal@6.3.0-next.1 - gatsby-source-shopify@8.3.0-next.1 - gatsby-source-wordpress@7.3.0-next.1 - gatsby-transformer-remark@6.3.0-next.1 - gatsby-transformer-sharp@5.3.0-next.1 - gatsby-transformer-sqip@5.3.0-next.1 - gatsby@5.3.0-next.1
1 parent 5a5e419 commit 11efd36

File tree

33 files changed

+70
-70
lines changed

33 files changed

+70
-70
lines changed

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": "3.3.0-next.0",
3+
"version": "3.3.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"enquirer": "^2.3.6",
2727
"execa": "^5.1.1",
2828
"fs-extra": "^10.1.0",
29-
"gatsby-plugin-utils": "^4.3.0-next.0",
29+
"gatsby-plugin-utils": "^4.3.0-next.1",
3030
"joi": "^17.4.2",
3131
"microbundle": "^0.15.0",
3232
"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": "5.3.0-next.0",
4+
"version": "5.3.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,7 +26,7 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^3.3.0-next.0",
29+
"create-gatsby": "^3.3.0-next.1",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
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": "5.3.0-next.0",
4+
"version": "5.3.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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": "1.3.0-next.0",
4+
"version": "1.3.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": "2.3.0-next.0",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.3.0-next.1",
1818
"@parcel/bundler-default": "2.8.0",
1919
"@parcel/compressor-raw": "2.8.0",
2020
"@parcel/namer-default": "2.8.0",

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

Lines changed: 1 addition & 1 deletion
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": "2.3.0-next.0",
4+
"version": "2.3.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>",

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": "5.3.0-next.0",
4+
"version": "5.3.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": "^3.3.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^4.3.0-next.0"
18+
"gatsby-plugin-utils": "^4.3.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": "5.3.0-next.0",
4+
"version": "5.3.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.1.0",
14-
"gatsby-plugin-utils": "^4.3.0-next.0",
14+
"gatsby-plugin-utils": "^4.3.0-next.1",
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": "4.3.0-next.0",
3+
"version": "4.3.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": "^3.3.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^4.3.0-next.0"
35+
"gatsby-plugin-utils": "^4.3.0-next.1"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^5.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": "5.3.0-next.0",
4+
"version": "5.3.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": "^3.3.0-next.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^4.3.0-next.0"
18+
"gatsby-plugin-utils": "^4.3.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "3.3.0-next.0",
3+
"version": "3.3.0-next.1",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -s clean -p build:*",
66
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",
@@ -93,7 +93,7 @@
9393
"common-tags": "^1.8.2",
9494
"fs-extra": "^10.1.0",
9595
"gatsby-core-utils": "^4.3.0-next.0",
96-
"gatsby-plugin-utils": "^4.3.0-next.0",
96+
"gatsby-plugin-utils": "^4.3.0-next.1",
9797
"objectFitPolyfill": "^2.3.5",
9898
"prop-types": "^15.8.1"
9999
},

0 commit comments

Comments
 (0)