Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@3.0.0-next.3
 - gatsby-legacy-polyfills@3.0.0-next.1
 - gatsby-plugin-sass@6.0.0-next.4
 - gatsby-remark-embed-snippet@8.0.0-next.2
 - gatsby-source-drupal@6.0.0-next.4
 - gatsby-source-wordpress@7.0.0-next.6
 - gatsby@5.0.0-next.13
  • Loading branch information
pieh committed Nov 4, 2022
1 parent e2a14bf commit b2ab092
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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 <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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 <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
Expand Down
2 changes: 1 addition & 1 deletion 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 <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion 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 <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "7.0.0-next.5",
"version": "7.0.0-next.6",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b2ab092

Please sign in to comment.