Skip to content

Commit 366b54c

Browse files
committed
chore(release): Publish
- gatsby-cli@5.13.1 - gatsby-source-wordpress@7.13.1 - gatsby@5.13.1
1 parent 4b892c5 commit 366b54c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "5.13.0",
4+
"version": "5.13.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
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 <tylerdbarnes@gmail.com>",
5-
"version": "7.13.0",
5+
"version": "7.13.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

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.13.0",
4+
"version": "5.13.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -91,7 +91,7 @@
9191
"find-cache-dir": "^3.3.2",
9292
"fs-exists-cached": "1.0.0",
9393
"fs-extra": "^11.1.1",
94-
"gatsby-cli": "^5.13.0",
94+
"gatsby-cli": "^5.13.1",
9595
"gatsby-core-utils": "^4.13.0",
9696
"gatsby-graphiql-explorer": "^3.13.0",
9797
"gatsby-legacy-polyfills": "^3.13.0",

0 commit comments

Comments
 (0)