Skip to content

Commit e8e17e7

Browse files
committed
1 parent 1825669 commit e8e17e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "3.15.0-next.0",
3+
"version": "3.15.0-next.1",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "5.15.0-next.0",
3+
"version": "5.15.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "7.15.0-next.1",
5+
"version": "7.16.0-next.0",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby/package.json

+2-2
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.15.0-next.1",
4+
"version": "5.15.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -93,7 +93,7 @@
9393
"fs-extra": "^11.2.0",
9494
"gatsby-cli": "^5.15.0-next.0",
9595
"gatsby-core-utils": "^4.15.0-next.0",
96-
"gatsby-graphiql-explorer": "^3.15.0-next.0",
96+
"gatsby-graphiql-explorer": "^3.15.0-next.1",
9797
"gatsby-legacy-polyfills": "^3.15.0-next.0",
9898
"gatsby-link": "^5.15.0-next.1",
9999
"gatsby-page-utils": "^3.15.0-next.1",

0 commit comments

Comments
 (0)