Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-workspace@1.0.2
 - gatsby-transformer-screenshot@2.1.36
 - gatsby@2.16.2
  • Loading branch information
vladar committed Oct 15, 2019
1 parent 6de032d commit f859947
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/gatsby-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/gatsby-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-workspace",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"private": true,
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -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 <beckl.ds@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit f859947

Please sign in to comment.