Skip to content

File tree

32 files changed

+114
-40
lines changed

32 files changed

+114
-40
lines changed

packages/gatsby-cli/CHANGELOG.md

+6
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.8.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.7) (2019-10-28)
7+
8+
### Features
9+
10+
- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))
11+
612
## [2.8.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.6) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-cli/package.json

+3-3
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.8.6",
4+
"version": "2.8.7",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -25,8 +25,8 @@
2525
"execa": "^2.1.0",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
28-
"gatsby-core-utils": "^1.0.15",
29-
"gatsby-telemetry": "^1.1.34",
28+
"gatsby-core-utils": "^1.0.17",
29+
"gatsby-telemetry": "^1.1.35",
3030
"hosted-git-info": "^3.0.2",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-core-utils/CHANGELOG.md

+6
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.0.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.17) (2019-10-28)
7+
8+
### Features
9+
10+
- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))
11+
612
## [1.0.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.16) (2019-10-28)
713

814
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-plugin-manifest/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.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.25) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.24) (2019-10-28)
711

812
**Note:** Version bump only for package gatsby-plugin-manifest

packages/gatsby-plugin-manifest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.2.24",
4+
"version": "2.2.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"gatsby-core-utils": "^1.0.16",
11+
"gatsby-core-utils": "^1.0.17",
1212
"semver": "^5.7.1",
1313
"sharp": "^0.23.1"
1414
},

packages/gatsby-plugin-sharp/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.2.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.34) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.33) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.2.33",
4+
"version": "2.2.34",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"async": "^2.6.3",
1212
"bluebird": "^3.7.1",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-core-utils": "^1.0.16",
14+
"gatsby-core-utils": "^1.0.17",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",
1717
"imagemin-mozjpeg": "^8.0.0",

packages/gatsby-source-contentful/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.1.52](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.52) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.51](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.51) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-source-contentful/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.1.51",
4+
"version": "2.1.52",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,8 +16,8 @@
1616
"contentful": "^6.1.3",
1717
"deep-map": "^1.5.0",
1818
"fs-extra": "^8.1.0",
19-
"gatsby-plugin-sharp": "^2.2.33",
20-
"gatsby-source-filesystem": "^2.1.34",
19+
"gatsby-plugin-sharp": "^2.2.34",
20+
"gatsby-source-filesystem": "^2.1.35",
2121
"is-online": "^8.2.0",
2222
"json-stringify-safe": "^5.0.1",
2323
"lodash": "^4.17.15",

packages/gatsby-source-drupal/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+
## [3.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.2) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.1) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.0",
1212
"bluebird": "^3.7.1",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.1.34",
14+
"gatsby-source-filesystem": "^2.1.35",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.0.4"
1717
},

packages/gatsby-source-filesystem/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.1.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.35) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.1.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.34) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-source-filesystem/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.1.34",
4+
"version": "2.1.35",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"chokidar": "3.2.3",
1414
"file-type": "^12.3.1",
1515
"fs-extra": "^8.1.0",
16-
"gatsby-core-utils": "^1.0.16",
16+
"gatsby-core-utils": "^1.0.17",
1717
"got": "^7.1.0",
1818
"md5-file": "^3.2.3",
1919
"mime": "^2.4.4",

packages/gatsby-source-shopify/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+
## [3.0.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.26) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.0.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.25) (2019-10-28)
711

812
### Features

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.0.25",
3+
"version": "3.0.26",
44
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore **/__tests__",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.2.9",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.1.34",
39+
"gatsby-source-filesystem": "^2.1.35",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.15",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/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+
## [3.1.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.46) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.1.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.45) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.1.45",
4+
"version": "3.1.46",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.1",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.1.34",
17+
"gatsby-source-filesystem": "^2.1.35",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.15",
2020
"minimatch": "^3.0.4",

packages/gatsby-telemetry/CHANGELOG.md

+6
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.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.35) (2019-10-28)
7+
8+
### Features
9+
10+
- **gatsby-core-utils:** Add isCI and getCIName ([#19039](https://github.com/gatsbyjs/gatsby/issues/19039)) ([d97bee6](https://github.com/gatsbyjs/gatsby/commit/d97bee6))
11+
612
## [1.1.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.34) (2019-10-28)
713

814
### 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.1.34",
4+
"version": "1.1.35",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"configstore": "^5.0.0",
1515
"envinfo": "^5.12.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.0.15",
17+
"gatsby-core-utils": "^1.0.17",
1818
"git-up": "4.0.1",
1919
"is-docker": "2.0.0",
2020
"lodash": "^4.17.15",

packages/gatsby-theme-blog-core/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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.11) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.10) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-theme-blog-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -19,17 +19,17 @@
1919
"dependencies": {
2020
"@mdx-js/mdx": "^1.5.1",
2121
"gatsby-plugin-mdx": "^1.0.54",
22-
"gatsby-plugin-sharp": "^2.2.33",
22+
"gatsby-plugin-sharp": "^2.2.34",
2323
"gatsby-remark-copy-linked-files": "^2.1.28",
2424
"gatsby-remark-images": "^3.1.28",
2525
"gatsby-remark-smartypants": "^2.1.14",
26-
"gatsby-source-filesystem": "^2.1.34",
26+
"gatsby-source-filesystem": "^2.1.35",
2727
"gatsby-transformer-sharp": "^2.3.1",
2828
"remark-slug": "^5.1.2"
2929
},
3030
"devDependencies": {
3131
"@mdx-js/react": "^1.5.1",
32-
"gatsby": "^2.17.5",
32+
"gatsby": "^2.17.6",
3333
"prettier": "^1.18.2",
3434
"react": "^16.11.0",
3535
"react-dom": "^16.11.0"

packages/gatsby-theme-blog/CHANGELOG.md

+6
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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.11) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19086](https://github.com/gatsbyjs/gatsby/issues/19086)) ([54565f0](https://github.com/gatsbyjs/gatsby/commit/54565f0))
11+
612
## [1.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.10) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.1.13",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.12",
32-
"gatsby-theme-blog-core": "^1.0.10",
32+
"gatsby-theme-blog-core": "^1.0.11",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.17.5",
42+
"gatsby": "^2.17.6",
4343
"prettier": "^1.18.2",
4444
"react": "^16.11.0",
4545
"react-dom": "^16.11.0"

packages/gatsby-theme-notes/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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.11) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.10) (2019-10-28)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)