diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index fc4ff8932af79..45c6103d1828b 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -23,7 +23,7 @@ "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "gatsby-core-utils": "^4.0.0-next.2", - "gatsby-legacy-polyfills": "^3.0.0-next.0" + "gatsby-legacy-polyfills": "^3.0.0-next.1" }, "peerDependencies": { "@babel/core": "^7.11.6", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index c9dea676c9d2f..53f44e3b8b678 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index bacc87e48ee77..d2081109c517c 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "6.0.0-next.3", + "version": "6.0.0-next.4", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 2bf615826383d..1da4ca8f4bc92 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "8.0.0-next.1", + "version": "8.0.0-next.2", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 20ac65868e1c1..a46c844bcffd5 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "6.0.0-next.3", + "version": "6.0.0-next.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index ecdc406afc483..5aa0132f44999 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "7.0.0-next.5", + "version": "7.0.0-next.6", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -53,7 +53,7 @@ "@types/semver": "^7.3.12", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^3.0.0-next.2", + "babel-preset-gatsby": "^3.0.0-next.3", "babel-preset-gatsby-package": "^3.0.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-image": "^3.0.0-next.4", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 06209d379f15e..126b616b9ccdd 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "5.0.0-next.12", + "version": "5.0.0-next.13", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -49,7 +49,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", "babel-plugin-remove-graphql-queries": "^5.0.0-next.2", - "babel-preset-gatsby": "^3.0.0-next.2", + "babel-preset-gatsby": "^3.0.0-next.3", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "browserslist": "^4.17.5", @@ -94,7 +94,7 @@ "gatsby-cli": "^5.0.0-next.8", "gatsby-core-utils": "^4.0.0-next.2", "gatsby-graphiql-explorer": "^3.0.0-next.1", - "gatsby-legacy-polyfills": "^3.0.0-next.0", + "gatsby-legacy-polyfills": "^3.0.0-next.1", "gatsby-link": "^5.0.0-next.4", "gatsby-page-utils": "^3.0.0-next.3", "gatsby-parcel-config": "1.0.0-next.2",