Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-dev-cli@2.7.4
  • Loading branch information
pieh committed May 8, 2020
1 parent b130a8e commit 5a77b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.3...gatsby-dev-cli@2.7.4) (2020-05-08)

### Bug Fixes

- **gatsby-dev-cli:** fix `set-path-to-repo` command after yargs bump ([#23899](https://github.com/gatsbyjs/gatsby/issues/23899)) ([b130a8e](https://github.com/gatsbyjs/gatsby/commit/b130a8e))

## [2.7.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.2...gatsby-dev-cli@2.7.3) (2020-05-08)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.7.3",
"version": "2.7.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down

0 comments on commit 5a77b2f

Please sign in to comment.