Skip to content

Commit 936ccf6

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent e5db077 commit 936ccf6

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/gatsby-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.6.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.3) (2019-05-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** build successfully without optional dependencies ([#14383](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/14383)) ([e5db077](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/e5db077))
11+
612
## [2.6.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.2) (2019-05-22)
713

814
**Note:** Version bump only for package gatsby-cli

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": "2.6.2",
4+
"version": "2.6.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"

packages/gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.5) (2019-05-29)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.7.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.4) (2019-05-29)
711

812
### Features

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": "2.7.4",
4+
"version": "2.7.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -66,7 +66,7 @@
6666
"flat": "^4.0.0",
6767
"fs-exists-cached": "1.0.0",
6868
"fs-extra": "^5.0.0",
69-
"gatsby-cli": "^2.6.2",
69+
"gatsby-cli": "^2.6.3",
7070
"gatsby-graphiql-explorer": "^0.1.1",
7171
"gatsby-link": "^2.1.1",
7272
"gatsby-plugin-page-creator": "^2.0.13",

0 commit comments

Comments
 (0)