Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.24.0-next.6
 - gatsby-plugin-gatsby-cloud@3.2.0-next.3
 - gatsby-plugin-page-creator@3.14.0-next.3
 - gatsby-source-drupal@4.14.0-next.6
 - gatsby@3.14.0-next.6
  • Loading branch information
KyleAMathews committed Sep 10, 2021
1 parent 2f2880e commit 425b8f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.24.0-next.5",
"version": "0.24.0-next.6",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^4.29.3",
"csstype": "^2.6.17",
"formik": "^2.2.9",
"gatsby": "^3.14.0-next.5",
"gatsby": "^3.14.0-next.6",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.14.0-next.4",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-gatsby-cloud",
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
"version": "3.2.0-next.2",
"version": "3.2.0-next.3",
"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-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "3.14.0-next.2",
"version": "3.14.0-next.3",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.14.0-next.2",
"gatsby-plugin-utils": "^1.14.0-next.2",
"gatsby-page-utils": "^1.14.0-next.2",
"gatsby-plugin-utils": "^1.14.0-next.2",
"gatsby-telemetry": "^2.14.0-next.2",
"globby": "^11.0.4",
"lodash": "^4.17.21"
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": "4.14.0-next.5",
"version": "4.14.0-next.6",
"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/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.14.0-next.5",
"version": "3.14.0-next.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -82,7 +82,7 @@
"gatsby-graphiql-explorer": "^1.14.0-next.2",
"gatsby-legacy-polyfills": "^1.14.0-next.2",
"gatsby-link": "^3.14.0-next.2",
"gatsby-plugin-page-creator": "^3.14.0-next.2",
"gatsby-plugin-page-creator": "^3.14.0-next.3",
"gatsby-plugin-typescript": "^3.14.0-next.4",
"gatsby-plugin-utils": "^1.14.0-next.2",
"gatsby-react-router-scroll": "^4.14.0-next.2",
Expand Down

0 comments on commit 425b8f5

Please sign in to comment.