Skip to content

Commit cc1ee9b

Browse files
committed
chore(release): Publish next
- gatsby-graphiql-explorer@3.0.0-next.2 - gatsby-link@5.0.0-next.5 - gatsby@5.0.0-next.15
1 parent 6a53861 commit cc1ee9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/gatsby-graphiql-explorer/package.json

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

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "5.0.0-next.4",
4+
"version": "5.0.0-next.5",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

Lines changed: 3 additions & 3 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.0.0-next.14",
4+
"version": "5.0.0-next.15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -93,9 +93,9 @@
9393
"fs-extra": "^10.1.0",
9494
"gatsby-cli": "^5.0.0-next.9",
9595
"gatsby-core-utils": "^4.0.0-next.2",
96-
"gatsby-graphiql-explorer": "^3.0.0-next.1",
96+
"gatsby-graphiql-explorer": "^3.0.0-next.2",
9797
"gatsby-legacy-polyfills": "^3.0.0-next.1",
98-
"gatsby-link": "^5.0.0-next.4",
98+
"gatsby-link": "^5.0.0-next.5",
9999
"gatsby-page-utils": "^3.0.0-next.3",
100100
"gatsby-parcel-config": "1.0.0-next.2",
101101
"gatsby-plugin-page-creator": "^5.0.0-next.5",

0 commit comments

Comments
 (0)