Skip to content

Commit ef9fa77

Browse files
committed
chore(release): Publish next
- [email protected] - [email protected] - [email protected]
1 parent 9916b3d commit ef9fa77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "5.9.0-next.0",
3+
"version": "5.9.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-source-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "8.9.0-next.0",
3+
"version": "8.9.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",

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": "5.9.0-next.0",
4+
"version": "5.9.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -97,7 +97,7 @@
9797
"gatsby-link": "^5.9.0-next.0",
9898
"gatsby-page-utils": "^3.9.0-next.0",
9999
"gatsby-parcel-config": "1.9.0-next.0",
100-
"gatsby-plugin-page-creator": "^5.9.0-next.0",
100+
"gatsby-plugin-page-creator": "^5.9.0-next.1",
101101
"gatsby-plugin-typescript": "^5.9.0-next.0",
102102
"gatsby-plugin-utils": "^4.9.0-next.0",
103103
"gatsby-react-router-scroll": "^6.9.0-next.0",

0 commit comments

Comments
 (0)