Skip to content

Commit b0db9a0

Browse files
committed
1 parent 957ced1 commit b0db9a0

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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.16.0-next.0",
3+
"version": "2.16.0-next.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^3.16.0-next.0",
26-
"gatsby-legacy-polyfills": "^2.16.0-next.0"
26+
"gatsby-legacy-polyfills": "^2.16.0-next.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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.16.0-next.2",
4+
"version": "4.16.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
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.16.0-next.0",
4+
"version": "2.16.0-next.1",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
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.17.0-next.2",
4+
"version": "5.17.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
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 <[email protected]>",
5-
"version": "6.16.0-next.2",
5+
"version": "6.16.0-next.3",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -54,7 +54,7 @@
5454
"@types/semver": "^7.3.9",
5555
"babel-plugin-import-globals": "^2.0.0",
5656
"babel-plugin-module-resolver": "4.1.0",
57-
"babel-preset-gatsby": "^2.16.0-next.0",
57+
"babel-preset-gatsby": "^2.16.0-next.1",
5858
"babel-preset-gatsby-package": "^2.16.0-next.0",
5959
"cross-env": "^7.0.3",
6060
"gatsby-plugin-image": "^2.16.0-next.2",

packages/gatsby/package.json

Lines changed: 4 additions & 4 deletions
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.16.0-next.2",
4+
"version": "4.16.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -45,7 +45,7 @@
4545
"babel-plugin-dynamic-import-node": "^2.3.3",
4646
"babel-plugin-lodash": "^3.3.4",
4747
"babel-plugin-remove-graphql-queries": "^4.16.0-next.0",
48-
"babel-preset-gatsby": "^2.16.0-next.0",
48+
"babel-preset-gatsby": "^2.16.0-next.1",
4949
"better-opn": "^2.1.1",
5050
"bluebird": "^3.7.2",
5151
"body-parser": "^1.19.0",
@@ -88,10 +88,10 @@
8888
"find-cache-dir": "^3.3.2",
8989
"fs-exists-cached": "1.0.0",
9090
"fs-extra": "^10.1.0",
91-
"gatsby-cli": "^4.16.0-next.2",
91+
"gatsby-cli": "^4.16.0-next.3",
9292
"gatsby-core-utils": "^3.16.0-next.0",
9393
"gatsby-graphiql-explorer": "^2.16.0-next.0",
94-
"gatsby-legacy-polyfills": "^2.16.0-next.0",
94+
"gatsby-legacy-polyfills": "^2.16.0-next.1",
9595
"gatsby-link": "^4.16.0-next.0",
9696
"gatsby-page-utils": "^2.16.0-next.0",
9797
"gatsby-parcel-config": "0.7.0-next.1",

0 commit comments

Comments
 (0)