diff --git a/packages/gatsby-theme/CHANGELOG.md b/packages/gatsby-theme/CHANGELOG.md index 58662b7cb5001..a3e59d9d41b70 100644 --- a/packages/gatsby-theme/CHANGELOG.md +++ b/packages/gatsby-theme/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-workspace@1.0.1...gatsby-theme-workspace@1.0.2) (2019-10-15) + +### Bug Fixes + +- update dependency @babel/core to ^7.6.4 ([#18626](https://github.com/gatsbyjs/gatsby/issues/18626)) ([0370151](https://github.com/gatsbyjs/gatsby/commit/0370151)) +- update dependency commander to ^2.20.3 ([#18627](https://github.com/gatsbyjs/gatsby/issues/18627)) ([438d6df](https://github.com/gatsbyjs/gatsby/commit/438d6df)) +- update dependency inquirer to ^6.5.2 ([#18628](https://github.com/gatsbyjs/gatsby/issues/18628)) ([bfcd67d](https://github.com/gatsbyjs/gatsby/commit/bfcd67d)) +- update dependency lodash to ^4.17.15 ([#18629](https://github.com/gatsbyjs/gatsby/issues/18629)) ([630e3d3](https://github.com/gatsbyjs/gatsby/commit/630e3d3)) + ## 1.0.1 (2019-10-14) **Note:** Version bump only for package gatsby-theme-workspace diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 1214b568bb7d0..962d2a8b5f0d3 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-workspace", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "private": true, "author": "christopherbiscardi (@chrisbiscardi)", diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 13e18aa6b24b2..0cf985cd1682c 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.35...gatsby-transformer-screenshot@2.1.36) (2019-10-15) + +**Note:** Version bump only for package gatsby-transformer-screenshot + ## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.34...gatsby-transformer-screenshot@2.1.35) (2019-10-14) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 2739d0e11cb10..bdab8a06edafd 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "2.1.35", + "version": "2.1.36", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 9f42e39cf8668..decc3f067fe94 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.16.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.16.1...gatsby@2.16.2) (2019-10-15) + +### Bug Fixes + +- **gatsby:** create page dependencies from contextual node model methods even if no path is passed ([#18650](https://github.com/gatsbyjs/gatsby/issues/18650)) ([3d38af2](https://github.com/gatsbyjs/gatsby/commit/3d38af2)) +- **gatsby:** Extend fields when merging types ([#18500](https://github.com/gatsbyjs/gatsby/issues/18500)) ([302aa26](https://github.com/gatsbyjs/gatsby/commit/302aa26)) + ## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.16.0...gatsby@2.16.1) (2019-10-14) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0ffd76b740d4a..137b9d90d09b8 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.16.1", + "version": "2.16.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"