Skip to content

Commit 0f421db

Browse files
committedOct 19, 2021
chore(release): Publish next
- babel-preset-gatsby@2.0.0-zz-next.5 - gatsby-dev-cli@4.0.0-zz-next.4 - gatsby-legacy-polyfills@2.0.0-zz-next.3 - gatsby-link@4.0.0-zz-next.5 - gatsby-plugin-create-client-paths@4.0.0-zz-next.3 - gatsby-plugin-gatsby-cloud@4.0.0-zz-next.6 - gatsby-plugin-mdx@3.0.0-zz-next.4 - gatsby-plugin-react-helmet@5.0.0-zz-next.3 - gatsby-source-contentful@6.0.0-zz-next.6 - gatsby-source-wordpress@6.0.0-zz-next.7 - gatsby-transformer-json@4.0.0-zz-next.3 - gatsby-transformer-yaml@4.0.0-zz-next.3 - gatsby@4.0.0-zz-next.9
1 parent 7d6a0aa commit 0f421db

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed
 

‎packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "2.0.0-zz-next.4",
3+
"version": "2.0.0-zz-next.5",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^3.0.0-zz-next.3",
26-
"gatsby-legacy-polyfills": "^2.0.0-zz-next.2"
26+
"gatsby-legacy-polyfills": "^2.0.0-zz-next.3"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

‎packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "4.0.0-zz-next.3",
4+
"version": "4.0.0-zz-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

‎packages/gatsby-legacy-polyfills/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "2.0.0-zz-next.2",
4+
"version": "2.0.0-zz-next.3",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <ward@gatsbyjs.com>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
@@ -31,7 +31,6 @@
3131
"dist/"
3232
],
3333
"devDependencies": {
34-
"yet-another-abortcontroller-polyfill": "0.0.4",
3534
"chokidar-cli": "^3.0.0",
3635
"codegen.macro": "^4.1.0",
3736
"core-js": "3.9.0",
@@ -44,6 +43,7 @@
4443
"object-assign": "^4.1.1",
4544
"source-map": "^0.7.3",
4645
"url-polyfill": "^1.1.12",
47-
"whatwg-fetch": "^3.6.2"
46+
"whatwg-fetch": "^3.6.2",
47+
"yet-another-abortcontroller-polyfill": "0.0.4"
4848
}
4949
}

‎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.0.0-zz-next.4",
4+
"version": "4.0.0-zz-next.5",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-create-client-paths/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-create-client-paths",
33
"description": "Gatsby-plugin for creating paths that exist only on the client",
4-
"version": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "scott.eckenthal@gmail.com",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "4.0.0-zz-next.5",
4+
"version": "4.0.0-zz-next.6",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.0.0-zz-next.3",
3+
"version": "3.0.0-zz-next.4",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

‎packages/gatsby-plugin-react-helmet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-react-helmet",
33
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
4-
"version": "5.0.0-zz-next.2",
4+
"version": "5.0.0-zz-next.3",
55
"author": "Kyle Mathews <matthews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

+1-1
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": "6.0.0-zz-next.5",
4+
"version": "6.0.0-zz-next.6",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

+2-2
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.0.0-zz-next.6",
5+
"version": "6.0.0-zz-next.7",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -52,7 +52,7 @@
5252
"@types/semver": "^7.3.8",
5353
"babel-plugin-import-globals": "^2.0.0",
5454
"babel-plugin-module-resolver": "4.1.0",
55-
"babel-preset-gatsby": "^2.0.0-zz-next.4",
55+
"babel-preset-gatsby": "^2.0.0-zz-next.5",
5656
"babel-preset-gatsby-package": "^2.0.0-zz-next.2",
5757
"cross-env": "^7.0.3",
5858
"gatsby-plugin-image": "^2.0.0-zz-next.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-json",
33
"description": "Gatsby transformer plugin for JSON files",
4-
"version": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-yaml",
33
"description": "Gatsby transformer plugin for yaml",
4-
"version": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/package.json

+4-4
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.0.0-zz-next.8",
4+
"version": "4.0.0-zz-next.9",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -35,7 +35,7 @@
3535
"babel-plugin-dynamic-import-node": "^2.3.3",
3636
"babel-plugin-lodash": "^3.3.4",
3737
"babel-plugin-remove-graphql-queries": "^4.0.0-zz-next.3",
38-
"babel-preset-gatsby": "^2.0.0-zz-next.4",
38+
"babel-preset-gatsby": "^2.0.0-zz-next.5",
3939
"better-opn": "^2.1.1",
4040
"bluebird": "^3.7.2",
4141
"body-parser": "^1.19.0",
@@ -80,8 +80,8 @@
8080
"gatsby-cli": "^4.0.0-zz-next.5",
8181
"gatsby-core-utils": "^3.0.0-zz-next.3",
8282
"gatsby-graphiql-explorer": "^2.0.0-zz-next.2",
83-
"gatsby-legacy-polyfills": "^2.0.0-zz-next.2",
84-
"gatsby-link": "^4.0.0-zz-next.4",
83+
"gatsby-legacy-polyfills": "^2.0.0-zz-next.3",
84+
"gatsby-link": "^4.0.0-zz-next.5",
8585
"gatsby-plugin-page-creator": "^4.0.0-zz-next.3",
8686
"gatsby-plugin-typescript": "^4.0.0-zz-next.3",
8787
"gatsby-plugin-utils": "^2.0.0-zz-next.3",

0 commit comments

Comments
 (0)
Please sign in to comment.