Skip to content

Commit 82172de

Browse files
committedJul 25, 2022
chore(release): Publish next
- create-gatsby@2.20.0-next.1 - gatsby-cli@4.20.0-next.1 - gatsby-link@4.20.0-next.2 - gatsby-plugin-cxs@4.20.0-next.1 - gatsby-plugin-feed@4.20.0-next.1 - gatsby-plugin-flow@3.20.0-next.1 - gatsby-plugin-google-tagmanager@4.20.0-next.1 - gatsby-plugin-image@2.20.0-next.2 - gatsby-plugin-manifest@4.20.0-next.1 - gatsby-plugin-mdx@3.20.0-next.1 - gatsby-plugin-offline@5.20.0-next.1 - gatsby-plugin-page-creator@4.20.0-next.1 - gatsby-plugin-sass@5.20.0-next.2 - gatsby-plugin-sharp@4.20.0-next.2 - gatsby-plugin-sitemap@5.20.0-next.1 - gatsby-plugin-twitter@4.20.0-next.1 - gatsby-plugin-utils@3.14.0-next.1 - gatsby-remark-autolink-headers@5.20.0-next.1 - gatsby-remark-images@6.20.0-next.1 - gatsby-source-contentful@7.18.0-next.2 - gatsby-source-drupal@5.21.0-next.2 - gatsby-source-shopify@7.9.0-next.2 - gatsby-source-wordpress@6.20.0-next.2 - gatsby-transformer-remark@5.20.0-next.1 - gatsby-transformer-sharp@4.20.0-next.1 - gatsby-transformer-sqip@4.20.0-next.2 - gatsby@4.20.0-next.4

File tree

27 files changed

+58
-58
lines changed

27 files changed

+58
-58
lines changed
 

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

‎packages/gatsby-cli/package.json

+2-2
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.0",
4+
"version": "4.20.0-next.1",
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.0",
30+
"create-gatsby": "^2.20.0-next.1",
3131
"envinfo": "^7.8.1",
3232
"execa": "^5.1.1",
3333
"fs-exists-cached": "^1.0.0",

‎packages/gatsby-link/package.json

+1-1
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.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"

‎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.20.0-next.0",
4+
"version": "4.20.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.20.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^3.14.0-next.0"
18+
"gatsby-plugin-utils": "^3.14.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.20.0-next.0",
4+
"version": "4.20.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": "^3.14.0-next.0",
14+
"gatsby-plugin-utils": "^3.14.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.20.0-next.0",
3+
"version": "3.20.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.20.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^3.14.0-next.0"
35+
"gatsby-plugin-utils": "^3.14.0-next.1"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^4.0.0-next"

‎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.20.0-next.0",
4+
"version": "4.20.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.20.0-next.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^3.14.0-next.0"
18+
"gatsby-plugin-utils": "^3.14.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.20.0-next.1",
3+
"version": "2.20.0-next.2",
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",
@@ -83,7 +83,7 @@
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.0",
86+
"gatsby-plugin-utils": "^3.14.0-next.1",
8787
"objectFitPolyfill": "^2.3.5",
8888
"prop-types": "^15.8.1"
8989
},

‎packages/gatsby-plugin-manifest/package.json

+2-2
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.0",
4+
"version": "4.20.0-next.1",
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.0",
12+
"gatsby-plugin-utils": "^3.14.0-next.1",
1313
"semver": "^7.3.7",
1414
"sharp": "^0.30.3"
1515
},

‎packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.20.0-next.0",
3+
"version": "3.20.0-next.1",
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.0",
66+
"gatsby-plugin-utils": "^3.14.0-next.1",
6767
"js-combinatorics": "^1.4.5",
6868
"react-test-renderer": "^16.13.1"
6969
},

‎packages/gatsby-plugin-offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "5.20.0-next.0",
4+
"version": "5.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^2.20.0-next.0",
2222
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
24-
"gatsby-plugin-utils": "^3.14.0-next.0",
24+
"gatsby-plugin-utils": "^3.14.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.20.0-next.0",
3+
"version": "4.20.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^3.20.0-next.0",
3333
"gatsby-page-utils": "^2.20.0-next.0",
34-
"gatsby-plugin-utils": "^3.14.0-next.0",
34+
"gatsby-plugin-utils": "^3.14.0-next.1",
3535
"gatsby-telemetry": "^3.20.0-next.0",
3636
"globby": "^11.1.0",
3737
"lodash": "^4.17.21"

‎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.20.0-next.1",
4+
"version": "5.20.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.7",
1818
"babel-preset-gatsby-package": "^2.20.0-next.0",
1919
"cross-env": "^7.0.3",
20-
"gatsby-plugin-utils": "^3.14.0-next.0"
20+
"gatsby-plugin-utils": "^3.14.0-next.1"
2121
},
2222
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
2323
"keywords": [

‎packages/gatsby-plugin-sharp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
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"
@@ -15,7 +15,7 @@
1515
"filenamify": "^4.3.0",
1616
"fs-extra": "^10.1.0",
1717
"gatsby-core-utils": "^3.20.0-next.0",
18-
"gatsby-plugin-utils": "^3.14.0-next.0",
18+
"gatsby-plugin-utils": "^3.14.0-next.1",
1919
"gatsby-telemetry": "^3.20.0-next.0",
2020
"got": "^11.8.5",
2121
"lodash": "^4.17.21",
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.30.0",
3333
"babel-preset-gatsby-package": "^2.20.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^2.20.0-next.1"
35+
"gatsby-plugin-image": "^2.20.0-next.2"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

‎packages/gatsby-plugin-sitemap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "5.20.0-next.0",
4+
"version": "5.20.0-next.1",
55
"contributors": [
66
"Alex Moon <alex.jared.moon@gmail.com>",
77
"Nicholas Young <nicholas@nicholaswyoung.com>"
@@ -20,7 +20,7 @@
2020
"@babel/core": "^7.15.5",
2121
"babel-preset-gatsby-package": "^2.20.0-next.0",
2222
"cross-env": "^7.0.3",
23-
"gatsby-plugin-utils": "^3.14.0-next.0"
23+
"gatsby-plugin-utils": "^3.14.0-next.1"
2424
},
2525
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme",
2626
"keywords": [

‎packages/gatsby-plugin-twitter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-twitter",
33
"description": "Loads the Twitter JavaScript for embedding tweets.",
4-
"version": "4.20.0-next.0",
4+
"version": "4.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"@babel/core": "^7.15.5",
1515
"babel-preset-gatsby-package": "^2.20.0-next.0",
1616
"cross-env": "^7.0.3",
17-
"gatsby-plugin-utils": "^3.14.0-next.0"
17+
"gatsby-plugin-utils": "^3.14.0-next.1"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme",
2020
"keywords": [

‎packages/gatsby-plugin-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-utils",
3-
"version": "3.14.0-next.0",
3+
"version": "3.14.0-next.1",
44
"description": "Gatsby utils that help creating plugins",
55
"main": "dist/index.js",
66
"exports": {

‎packages/gatsby-remark-autolink-headers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-autolink-headers",
33
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
4-
"version": "5.20.0-next.0",
4+
"version": "5.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"@babel/core": "^7.15.5",
1919
"babel-preset-gatsby-package": "^2.20.0-next.0",
2020
"cross-env": "^7.0.3",
21-
"gatsby-plugin-utils": "^3.14.0-next.0"
21+
"gatsby-plugin-utils": "^3.14.0-next.1"
2222
},
2323
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme",
2424
"keywords": [

‎packages/gatsby-remark-images/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "6.20.0-next.0",
4+
"version": "6.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.15.5",
2525
"babel-preset-gatsby-package": "^2.20.0-next.0",
2626
"cross-env": "^7.0.3",
27-
"gatsby-plugin-utils": "^3.14.0-next.0",
27+
"gatsby-plugin-utils": "^3.14.0-next.1",
2828
"hast-util-to-html": "^7.1.3",
2929
"mdast-util-to-hast": "^10.2.0"
3030
},

‎packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "7.18.0-next.1",
4+
"version": "7.18.0-next.2",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"contentful": "^8.5.8",
1919
"fs-extra": "^10.1.0",
2020
"gatsby-core-utils": "^3.20.0-next.0",
21-
"gatsby-plugin-utils": "^3.14.0-next.0",
21+
"gatsby-plugin-utils": "^3.14.0-next.1",
2222
"gatsby-source-filesystem": "^4.20.0-next.0",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",

‎packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "5.21.0-next.1",
4+
"version": "5.21.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"bluebird": "^3.7.2",
1414
"body-parser": "^1.20.0",
1515
"fastq": "^1.13.0",
16-
"gatsby-plugin-utils": "^3.14.0-next.0",
16+
"gatsby-plugin-utils": "^3.14.0-next.1",
1717
"gatsby-source-filesystem": "^4.20.0-next.0",
1818
"got": "^11.8.5",
1919
"http2-wrapper": "^2.1.11",

‎packages/gatsby-source-shopify/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "7.9.0-next.1",
3+
"version": "7.9.0-next.2",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
2727
"gatsby-core-utils": "^3.20.0-next.0",
28-
"gatsby-plugin-utils": "^3.14.0-next.0",
28+
"gatsby-plugin-utils": "^3.14.0-next.1",
2929
"gatsby-source-filesystem": "^4.20.0-next.0",
3030
"node-fetch": "^2.6.7",
3131
"sharp": "^0.30.3",
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.5.12",
3737
"@types/sharp": "^0.30.0",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^2.20.0-next.1",
39+
"gatsby-plugin-image": "^2.20.0-next.2",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.7.1",
4242
"prettier-check": "^2.0.0",

‎packages/gatsby-source-wordpress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
5-
"version": "6.20.0-next.1",
5+
"version": "6.20.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -29,7 +29,7 @@
2929
"fs-extra": "^10.1.0",
3030
"gatsby-core-utils": "^3.20.0-next.0",
3131
"gatsby-plugin-catch-links": "^4.20.0-next.0",
32-
"gatsby-plugin-utils": "^3.14.0-next.0",
32+
"gatsby-plugin-utils": "^3.14.0-next.1",
3333
"gatsby-source-filesystem": "^4.20.0-next.0",
3434
"glob": "^7.2.3",
3535
"got": "^11.8.5",
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^2.20.0-next.0",
5757
"babel-preset-gatsby-package": "^2.20.0-next.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^2.20.0-next.1",
59+
"gatsby-plugin-image": "^2.20.0-next.2",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

‎packages/gatsby-transformer-remark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "5.20.0-next.0",
4+
"version": "5.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -35,7 +35,7 @@
3535
"@babel/core": "^7.15.5",
3636
"babel-preset-gatsby-package": "^2.20.0-next.0",
3737
"cross-env": "^7.0.3",
38-
"gatsby-plugin-utils": "^3.14.0-next.0"
38+
"gatsby-plugin-utils": "^3.14.0-next.1"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
4141
"keywords": [

‎packages/gatsby-transformer-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "4.20.0-next.0",
4+
"version": "4.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"bluebird": "^3.7.2",
1313
"common-tags": "^1.8.2",
1414
"fs-extra": "^10.1.0",
15-
"gatsby-plugin-utils": "^3.14.0-next.0",
15+
"gatsby-plugin-utils": "^3.14.0-next.1",
1616
"probe-image-size": "^7.2.3",
1717
"semver": "^7.3.7",
1818
"sharp": "^0.30.3"

‎packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "4.20.0-next.1",
4+
"version": "4.20.0-next.2",
55
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.20.0-next.0",
13-
"gatsby-plugin-sharp": "^4.20.0-next.1",
13+
"gatsby-plugin-sharp": "^4.20.0-next.2",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

‎packages/gatsby/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "4.20.0-next.3",
4+
"version": "4.20.0-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -87,16 +87,16 @@
8787
"find-cache-dir": "^3.3.2",
8888
"fs-exists-cached": "1.0.0",
8989
"fs-extra": "^10.1.0",
90-
"gatsby-cli": "^4.20.0-next.0",
90+
"gatsby-cli": "^4.20.0-next.1",
9191
"gatsby-core-utils": "^3.20.0-next.0",
9292
"gatsby-graphiql-explorer": "^2.20.0-next.0",
9393
"gatsby-legacy-polyfills": "^2.20.0-next.0",
94-
"gatsby-link": "^4.20.0-next.1",
94+
"gatsby-link": "^4.20.0-next.2",
9595
"gatsby-page-utils": "^2.20.0-next.0",
9696
"gatsby-parcel-config": "0.11.0-next.1",
97-
"gatsby-plugin-page-creator": "^4.20.0-next.0",
97+
"gatsby-plugin-page-creator": "^4.20.0-next.1",
9898
"gatsby-plugin-typescript": "^4.20.0-next.0",
99-
"gatsby-plugin-utils": "^3.14.0-next.0",
99+
"gatsby-plugin-utils": "^3.14.0-next.1",
100100
"gatsby-react-router-scroll": "^5.20.0-next.0",
101101
"gatsby-script": "^1.5.0-next.0",
102102
"gatsby-telemetry": "^3.20.0-next.0",

0 commit comments

Comments
 (0)
Please sign in to comment.