Skip to content

Commit 4878eb9

Browse files
committed
1 parent 23a2bcb commit 4878eb9

File tree

10 files changed

+32
-8
lines changed

10 files changed

+32
-8
lines changed

packages/gatsby-cli/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.51](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.51) (2019-09-25)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.7.50](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.50) (2019-09-24)
711

812
### Features

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
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.7.50",
4+
"version": "2.7.51",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -26,7 +26,7 @@
2626
"execa": "^2.0.4",
2727
"fs-exists-cached": "^1.0.0",
2828
"fs-extra": "^8.1.0",
29-
"gatsby-telemetry": "^1.1.25",
29+
"gatsby-telemetry": "^1.1.26",
3030
"hosted-git-info": "^3.0.0",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-remark-images-contentful/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.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2019-09-25)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-remark-images-contentful:** avoid modifying options when passed by reference ([#17880](https://github.com/gatsbyjs/gatsby/issues/17880)) ([23a2bcb](https://github.com/gatsbyjs/gatsby/commit/23a2bcb))
11+
612
## [2.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2019-09-20)
713

814
**Note:** Version bump only for package gatsby-remark-images-contentful

packages/gatsby-remark-images-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-telemetry/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+
## [1.1.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.26) (2019-09-25)
7+
8+
### Bug Fixes
9+
10+
- **core:** Use present tense for telemetry message ([#17884](https://github.com/gatsbyjs/gatsby/issues/17884)) ([cb8b076](https://github.com/gatsbyjs/gatsby/commit/cb8b076))
11+
612
## [1.1.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.25) (2019-09-20)
713

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

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.1.25",
4+
"version": "1.1.26",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-screenshot/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.1.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2019-09-25)
7+
8+
**Note:** Version bump only for package gatsby-transformer-screenshot
9+
610
## [2.1.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2019-09-25)
711

812
**Note:** Version bump only for package gatsby-transformer-screenshot

packages/gatsby-transformer-screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "2.1.25",
4+
"version": "2.1.26",
55
"author": "David Beckley <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.15.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.15.26) (2019-09-25)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.15.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.15.25) (2019-09-25)
711

812
### Bug Fixes

packages/gatsby/package.json

Lines changed: 3 additions & 3 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.15.25",
4+
"version": "2.15.26",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -70,13 +70,13 @@
7070
"flat": "^4.1.0",
7171
"fs-exists-cached": "1.0.0",
7272
"fs-extra": "^8.1.0",
73-
"gatsby-cli": "^2.7.50",
73+
"gatsby-cli": "^2.7.51",
7474
"gatsby-core-utils": "^1.0.10",
7575
"gatsby-graphiql-explorer": "^0.2.19",
7676
"gatsby-link": "^2.2.15",
7777
"gatsby-plugin-page-creator": "^2.1.21",
7878
"gatsby-react-router-scroll": "^2.1.9",
79-
"gatsby-telemetry": "^1.1.25",
79+
"gatsby-telemetry": "^1.1.26",
8080
"glob": "^7.1.4",
8181
"got": "8.3.2",
8282
"graphql": "^14.5.8",

0 commit comments

Comments
 (0)