Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinjude committed Apr 5, 2022
1 parent b08d256 commit 390eeff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.11.1",
"version": "2.11.2",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "4.11.1",
"version": "4.11.2",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -26,7 +26,7 @@
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.11.1",
"create-gatsby": "^2.11.2",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <[email protected]>",
"version": "6.11.1",
"version": "6.11.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "4.11.1",
"version": "4.11.2",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -78,7 +78,7 @@
"find-cache-dir": "^3.3.2",
"fs-exists-cached": "1.0.0",
"fs-extra": "^10.0.0",
"gatsby-cli": "^4.11.1",
"gatsby-cli": "^4.11.2",
"gatsby-core-utils": "^3.11.1",
"gatsby-graphiql-explorer": "^2.11.0",
"gatsby-legacy-polyfills": "^2.11.0",
Expand Down

0 comments on commit 390eeff

Please sign in to comment.