Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-graphiql-explorer@3.0.0-next.2
 - gatsby-link@5.0.0-next.5
 - gatsby@5.0.0-next.15
  • Loading branch information
LekoArts committed Nov 7, 2022
1 parent 6a53861 commit cc1ee9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "5.0.0-next.4",
"version": "5.0.0-next.5",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "5.0.0-next.14",
"version": "5.0.0-next.15",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -93,9 +93,9 @@
"fs-extra": "^10.1.0",
"gatsby-cli": "^5.0.0-next.9",
"gatsby-core-utils": "^4.0.0-next.2",
"gatsby-graphiql-explorer": "^3.0.0-next.1",
"gatsby-graphiql-explorer": "^3.0.0-next.2",
"gatsby-legacy-polyfills": "^3.0.0-next.1",
"gatsby-link": "^5.0.0-next.4",
"gatsby-link": "^5.0.0-next.5",
"gatsby-page-utils": "^3.0.0-next.3",
"gatsby-parcel-config": "1.0.0-next.2",
"gatsby-plugin-page-creator": "^5.0.0-next.5",
Expand Down

0 comments on commit cc1ee9b

Please sign in to comment.