Skip to content

Commit 03d6c59

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@5.3.0-next.1 - babel-preset-gatsby@3.3.0-next.1 - create-gatsby@3.3.0-next.3 - gatsby-cli@5.3.0-next.3 - gatsby-core-utils@4.3.0-next.1 - gatsby-link@5.3.0-next.2 - gatsby-page-utils@3.3.0-next.1 - gatsby-parcel-config@1.3.0-next.2 - @gatsbyjs/parcel-namer-relative-to-cwd@2.3.0-next.2 - gatsby-plugin-benchmark-reporting@3.3.0-next.1 - gatsby-plugin-cxs@5.3.0-next.3 - gatsby-plugin-feed@5.3.0-next.3 - gatsby-plugin-flow@4.3.0-next.3 - gatsby-plugin-gatsby-cloud@5.3.0-next.1 - gatsby-plugin-google-tagmanager@5.3.0-next.3 - gatsby-plugin-image@3.3.0-next.3 - gatsby-plugin-manifest@5.3.0-next.3 - gatsby-plugin-mdx@5.3.0-next.3 - gatsby-plugin-offline@6.3.0-next.3 - gatsby-plugin-page-creator@5.3.0-next.3 - gatsby-plugin-preload-fonts@4.3.0-next.1 - gatsby-plugin-sass@6.3.0-next.3 - gatsby-plugin-sharp@5.3.0-next.3 - gatsby-plugin-sitemap@6.3.0-next.3 - gatsby-plugin-twitter@5.3.0-next.3 - gatsby-plugin-typescript@5.3.0-next.1 - gatsby-plugin-utils@4.3.0-next.3 - gatsby-remark-autolink-headers@6.3.0-next.3 - gatsby-remark-images-contentful@6.3.0-next.2 - gatsby-remark-images@7.3.0-next.3 - gatsby-script@2.3.0-next.2 - gatsby-sharp@1.3.0-next.2 - gatsby-source-contentful@8.3.0-next.3 - gatsby-source-drupal@6.3.0-next.3 - gatsby-source-filesystem@5.3.0-next.2 - gatsby-source-graphql@5.3.0-next.1 - gatsby-source-shopify@8.3.0-next.3 - gatsby-source-wordpress@7.3.0-next.3 - gatsby-telemetry@4.3.0-next.1 - gatsby-transformer-remark@6.3.0-next.3 - gatsby-transformer-sharp@5.3.0-next.3 - gatsby-transformer-sqip@5.3.0-next.3 - gatsby-worker@2.3.0-next.1 - gatsby@5.3.0-next.3
1 parent fecf779 commit 03d6c59

File tree

44 files changed

+123
-123
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

+123
-123
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": "5.3.0-next.0",
3+
"version": "5.3.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": "^4.3.0-next.0"
14+
"gatsby-core-utils": "^4.3.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": "3.3.0-next.0",
3+
"version": "3.3.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": "^4.3.0-next.0",
25+
"gatsby-core-utils": "^4.3.0-next.1",
2626
"gatsby-legacy-polyfills": "^3.3.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": "3.3.0-next.2",
3+
"version": "3.3.0-next.3",
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.2",
29+
"gatsby-plugin-utils": "^4.3.0-next.3",
3030
"joi": "^17.4.2",
3131
"microbundle": "^0.15.0",
3232
"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": "5.3.0-next.2",
4+
"version": "5.3.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^3.3.0-next.2",
29+
"create-gatsby": "^3.3.0-next.3",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.1.0",
34-
"gatsby-core-utils": "^4.3.0-next.0",
35-
"gatsby-telemetry": "^4.3.0-next.0",
34+
"gatsby-core-utils": "^4.3.0-next.1",
35+
"gatsby-telemetry": "^4.3.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": "4.3.0-next.0",
3+
"version": "4.3.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": "5.3.0-next.1",
4+
"version": "5.3.0-next.2",
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": "^3.3.0-next.0",
26+
"gatsby-page-utils": "^3.3.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": "3.3.0-next.0",
3+
"version": "3.3.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": "^4.3.0-next.0",
33+
"gatsby-core-utils": "^4.3.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": "1.3.0-next.1",
4+
"version": "1.3.0-next.2",
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.1",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.3.0-next.2",
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: 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": "2.3.0-next.1",
4+
"version": "2.3.0-next.2",
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.8.0",
2121
"@parcel/plugin": "2.8.0",
22-
"gatsby-core-utils": "^4.3.0-next.0"
22+
"gatsby-core-utils": "^4.3.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": "3.3.0-next.0",
4+
"version": "3.3.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": "^4.3.0-next.0",
24+
"gatsby-core-utils": "^4.3.0-next.1",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {

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.2",
4+
"version": "5.3.0-next.3",
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.2"
18+
"gatsby-plugin-utils": "^4.3.0-next.3"
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.2",
4+
"version": "5.3.0-next.3",
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.2",
14+
"gatsby-plugin-utils": "^4.3.0-next.3",
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.2",
3+
"version": "4.3.0-next.3",
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.2"
35+
"gatsby-plugin-utils": "^4.3.0-next.3"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^5.0.0-next"

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
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"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
12-
"gatsby-core-utils": "^4.3.0-next.0",
13-
"gatsby-telemetry": "^4.3.0-next.0",
12+
"gatsby-core-utils": "^4.3.0-next.1",
13+
"gatsby-telemetry": "^4.3.0-next.1",
1414
"kebab-hash": "^0.1.2",
1515
"lodash": "^4.17.21",
1616
"webpack-assets-manifest": "^5.1.0"

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.2",
4+
"version": "5.3.0-next.3",
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.2"
18+
"gatsby-plugin-utils": "^4.3.0-next.3"
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: 4 additions & 4 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.2",
3+
"version": "3.3.0-next.3",
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\"",
@@ -87,13 +87,13 @@
8787
"@babel/runtime": "^7.15.4",
8888
"@babel/traverse": "^7.15.4",
8989
"babel-jsx-utils": "^1.1.0",
90-
"babel-plugin-remove-graphql-queries": "^5.3.0-next.0",
90+
"babel-plugin-remove-graphql-queries": "^5.3.0-next.1",
9191
"camelcase": "^5.3.1",
9292
"chokidar": "^3.5.3",
9393
"common-tags": "^1.8.2",
9494
"fs-extra": "^10.1.0",
95-
"gatsby-core-utils": "^4.3.0-next.0",
96-
"gatsby-plugin-utils": "^4.3.0-next.2",
95+
"gatsby-core-utils": "^4.3.0-next.1",
96+
"gatsby-plugin-utils": "^4.3.0-next.3",
9797
"objectFitPolyfill": "^2.3.5",
9898
"prop-types": "^15.8.1"
9999
},

packages/gatsby-plugin-manifest/package.json

Lines changed: 3 additions & 3 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": "5.3.0-next.2",
4+
"version": "5.3.0-next.3",
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",
11-
"gatsby-core-utils": "^4.3.0-next.0",
12-
"gatsby-plugin-utils": "^4.3.0-next.2",
11+
"gatsby-core-utils": "^4.3.0-next.1",
12+
"gatsby-plugin-utils": "^4.3.0-next.3",
1313
"semver": "^7.3.8",
1414
"sharp": "^0.31.2"
1515
},

packages/gatsby-plugin-mdx/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-mdx",
3-
"version": "5.3.0-next.2",
3+
"version": "5.3.0-next.3",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,8 +34,8 @@
3434
"deepmerge": "^4.2.2",
3535
"estree-util-build-jsx": "^2.2.0",
3636
"fs-extra": "^10.1.0",
37-
"gatsby-core-utils": "^4.3.0-next.0",
38-
"gatsby-plugin-utils": "^4.3.0-next.2",
37+
"gatsby-core-utils": "^4.3.0-next.1",
38+
"gatsby-plugin-utils": "^4.3.0-next.3",
3939
"gray-matter": "^4.0.3",
4040
"mdast-util-mdx": "^2.0.0",
4141
"mdast-util-to-hast": "^10.2.0",

packages/gatsby-plugin-offline/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "6.3.0-next.2",
4+
"version": "6.3.0-next.3",
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
"cheerio": "^1.0.0-rc.10",
12-
"gatsby-core-utils": "^4.3.0-next.0",
12+
"gatsby-core-utils": "^4.3.0-next.1",
1313
"glob": "^7.2.3",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.21",
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^3.3.0-next.0",
2222
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
24-
"gatsby-plugin-utils": "^4.3.0-next.2",
24+
"gatsby-plugin-utils": "^4.3.0-next.3",
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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "5.3.0-next.2",
3+
"version": "5.3.0-next.3",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -30,10 +30,10 @@
3030
"chokidar": "^3.5.3",
3131
"fs-exists-cached": "^1.0.0",
3232
"fs-extra": "^10.1.0",
33-
"gatsby-core-utils": "^4.3.0-next.0",
34-
"gatsby-page-utils": "^3.3.0-next.0",
35-
"gatsby-plugin-utils": "^4.3.0-next.2",
36-
"gatsby-telemetry": "^4.3.0-next.0",
33+
"gatsby-core-utils": "^4.3.0-next.1",
34+
"gatsby-page-utils": "^3.3.0-next.1",
35+
"gatsby-plugin-utils": "^4.3.0-next.3",
36+
"gatsby-telemetry": "^4.3.0-next.1",
3737
"globby": "^11.1.0",
3838
"lodash": "^4.17.21"
3939
},

packages/gatsby-plugin-preload-fonts/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-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "4.3.0-next.0",
4+
"version": "4.3.0-next.1",
55
"author": "Aaron Ross <superhawk610@gmail.com>",
66
"main": "index.js",
77
"bin": {
@@ -15,7 +15,7 @@
1515
"chalk": "^4.1.2",
1616
"date-fns": "^2.28.0",
1717
"fs-extra": "^10.1.0",
18-
"gatsby-core-utils": "^4.3.0-next.0",
18+
"gatsby-core-utils": "^4.3.0-next.1",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",
2121
"puppeteer": "^3.3.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy