Skip to content

Commit c040d7c

Browse files
1 parent fbc03fb commit c040d7c

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

packages/gatsby-cli/CHANGELOG.md

+4
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.6.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.9) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.6.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.8) (2019-06-18)
711

812
### Features

packages/gatsby-cli/package.json

+2-2
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.8",
4+
"version": "2.6.9",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -24,7 +24,7 @@
2424
"execa": "^0.8.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^4.0.1",
27-
"gatsby-telemetry": "^1.0.11",
27+
"gatsby-telemetry": "^1.0.12",
2828
"hosted-git-info": "^2.6.0",
2929
"is-valid-path": "^0.1.1",
3030
"lodash": "^4.17.10",

packages/gatsby-telemetry/CHANGELOG.md

+4
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+
## [1.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.12) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-telemetry
9+
610
## [1.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.11) (2019-05-31)
711

812
### Bug Fixes

packages/gatsby-telemetry/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,11 +16,11 @@
1616
"envinfo": "^5.8.1",
1717
"fs-extra": "^7.0.1",
1818
"is-docker": "1.1.0",
19+
"lodash": "^4.17.10",
1920
"node-fetch": "2.3.0",
2021
"resolve-cwd": "^2.0.0",
2122
"source-map": "^0.5.7",
2223
"stack-trace": "^0.0.10",
23-
"lodash": "^4.17.10",
2424
"stack-utils": "1.0.2",
2525
"uuid": "3.3.2"
2626
},

packages/gatsby/CHANGELOG.md

+4
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.9.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.6) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.9.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.5) (2019-06-18)
711

812
**Note:** Version bump only for package gatsby

packages/gatsby/package.json

+3-3
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.9.5",
4+
"version": "2.9.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -66,12 +66,12 @@
6666
"flat": "^4.0.0",
6767
"fs-exists-cached": "1.0.0",
6868
"fs-extra": "^5.0.0",
69-
"gatsby-cli": "^2.6.8",
69+
"gatsby-cli": "^2.6.9",
7070
"gatsby-graphiql-explorer": "^0.1.2",
7171
"gatsby-link": "^2.1.1",
7272
"gatsby-plugin-page-creator": "^2.0.13",
7373
"gatsby-react-router-scroll": "^2.0.7",
74-
"gatsby-telemetry": "^1.0.11",
74+
"gatsby-telemetry": "^1.0.12",
7575
"glob": "^7.1.1",
7676
"got": "8.0.0",
7777
"graphql": "^14.1.1",

0 commit comments

Comments
 (0)