From 425b8f573ed633014cf7448770f0425fd03dd3e9 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 10 Sep 2021 15:31:16 -0700 Subject: [PATCH] chore(release): Publish next - 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 --- packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- packages/gatsby-plugin-page-creator/package.json | 4 ++-- packages/gatsby-source-drupal/package.json | 2 +- packages/gatsby/package.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 91fce2f858016..ed3833594afac 100644 --- a/packages/gatsby-admin/package.json +++ b/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", @@ -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", diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index ac60fb556f143..1aa57b5e66400 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 635738133c2ad..129945510461f 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/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": { @@ -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" diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 447e0b237e4b2..38fa2bb2cec5d 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": "4.14.0-next.5", + "version": "4.14.0-next.6", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 8a676e804d626..4b3e241036b6e 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": "3.14.0-next.5", + "version": "3.14.0-next.6", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -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",