Skip to content

Commit 425b8f5

Browse files
committed
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
1 parent 2f2880e commit 425b8f5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.24.0-next.5",
3+
"version": "0.24.0-next.6",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^4.29.3",
3030
"csstype": "^2.6.17",
3131
"formik": "^2.2.9",
32-
"gatsby": "^3.14.0-next.5",
32+
"gatsby": "^3.14.0-next.6",
3333
"gatsby-interface": "^0.0.244",
3434
"gatsby-plugin-typescript": "^3.14.0-next.4",
3535
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "3.2.0-next.2",
4+
"version": "3.2.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "3.14.0-next.2",
3+
"version": "3.14.0-next.3",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -30,8 +30,8 @@
3030
"chokidar": "^3.5.2",
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^2.14.0-next.2",
33-
"gatsby-plugin-utils": "^1.14.0-next.2",
3433
"gatsby-page-utils": "^1.14.0-next.2",
34+
"gatsby-plugin-utils": "^1.14.0-next.2",
3535
"gatsby-telemetry": "^2.14.0-next.2",
3636
"globby": "^11.0.4",
3737
"lodash": "^4.17.21"

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": "4.14.0-next.5",
4+
"version": "4.14.0-next.6",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

Lines changed: 2 additions & 2 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": "3.14.0-next.5",
4+
"version": "3.14.0-next.6",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -82,7 +82,7 @@
8282
"gatsby-graphiql-explorer": "^1.14.0-next.2",
8383
"gatsby-legacy-polyfills": "^1.14.0-next.2",
8484
"gatsby-link": "^3.14.0-next.2",
85-
"gatsby-plugin-page-creator": "^3.14.0-next.2",
85+
"gatsby-plugin-page-creator": "^3.14.0-next.3",
8686
"gatsby-plugin-typescript": "^3.14.0-next.4",
8787
"gatsby-plugin-utils": "^1.14.0-next.2",
8888
"gatsby-react-router-scroll": "^4.14.0-next.2",

0 commit comments

Comments
 (0)