From 427d23d2cf4bda1dc348ade4ead8fcaea31defd9 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Fri, 25 Oct 2019 13:53:08 +0300 Subject: [PATCH] chore(release): Publish - gatsby-theme-blog-core@1.0.9 - gatsby-theme-blog@1.1.9 - gatsby-theme-notes@1.0.9 - gatsby@2.17.4 --- packages/gatsby-theme-blog-core/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog-core/package.json | 4 ++-- packages/gatsby-theme-blog/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog/package.json | 6 +++--- packages/gatsby-theme-notes/CHANGELOG.md | 4 ++++ packages/gatsby-theme-notes/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 6 ++++++ packages/gatsby/package.json | 2 +- 8 files changed, 26 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index 71a32ae5764e3..75ce720c69a75 100644 --- a/packages/gatsby-theme-blog-core/CHANGELOG.md +++ b/packages/gatsby-theme-blog-core/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. +## [1.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.8...gatsby-theme-blog-core@1.0.9) (2019-10-25) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.7...gatsby-theme-blog-core@1.0.8) (2019-10-25) **Note:** Version bump only for package gatsby-theme-blog-core diff --git a/packages/gatsby-theme-blog-core/package.json b/packages/gatsby-theme-blog-core/package.json index f797d448a33b5..4ba90b3268e36 100644 --- a/packages/gatsby-theme-blog-core/package.json +++ b/packages/gatsby-theme-blog-core/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog-core", - "version": "1.0.8", + "version": "1.0.9", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -29,7 +29,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.5.1", - "gatsby": "^2.17.3", + "gatsby": "^2.17.4", "prettier": "^1.18.2", "react": "^16.10.2", "react-dom": "^16.10.2" diff --git a/packages/gatsby-theme-blog/CHANGELOG.md b/packages/gatsby-theme-blog/CHANGELOG.md index 5ec7fec0a3836..db7b2ea6e0b08 100644 --- a/packages/gatsby-theme-blog/CHANGELOG.md +++ b/packages/gatsby-theme-blog/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. +## [1.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.8...gatsby-theme-blog@1.1.9) (2019-10-25) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.7...gatsby-theme-blog@1.1.8) (2019-10-25) **Note:** Version bump only for package gatsby-theme-blog diff --git a/packages/gatsby-theme-blog/package.json b/packages/gatsby-theme-blog/package.json index 1ff46f61d3a87..ec04a43f47cf5 100644 --- a/packages/gatsby-theme-blog/package.json +++ b/packages/gatsby-theme-blog/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog", - "version": "1.1.8", + "version": "1.1.9", "description": "A Gatsby theme for miscellaneous blogging with a dark/light mode", "main": "index.js", "keywords": [ @@ -29,7 +29,7 @@ "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-theme-ui": "^0.2.43", "gatsby-plugin-twitter": "^2.1.12", - "gatsby-theme-blog-core": "^1.0.8", + "gatsby-theme-blog-core": "^1.0.9", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -39,7 +39,7 @@ "typography-theme-wordpress-2016": "^0.16.19" }, "devDependencies": { - "gatsby": "^2.17.3", + "gatsby": "^2.17.4", "prettier": "^1.18.2", "react": "^16.10.2", "react-dom": "^16.10.2" diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index 0595721267001..05e1b99882f9d 100644 --- a/packages/gatsby-theme-notes/CHANGELOG.md +++ b/packages/gatsby-theme-notes/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. +## [1.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.8...gatsby-theme-notes@1.0.9) (2019-10-25) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.7...gatsby-theme-notes@1.0.8) (2019-10-25) **Note:** Version bump only for package gatsby-theme-notes diff --git a/packages/gatsby-theme-notes/package.json b/packages/gatsby-theme-notes/package.json index f91e34baae404..ca497e8b7fee3 100644 --- a/packages/gatsby-theme-notes/package.json +++ b/packages/gatsby-theme-notes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-notes", "description": "Gatsby Theme for adding a notes section to your website", - "version": "1.0.8", + "version": "1.0.9", "author": "John Otander", "license": "MIT", "main": "index.js", @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme", "devDependencies": { - "gatsby": "^2.17.3", + "gatsby": "^2.17.4", "react": "^16.10.2", "react-dom": "^16.10.2" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index fa79ad3e3dd5f..d9bc523eb81aa 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.17.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.17.3...gatsby@2.17.4) (2019-10-25) + +### Bug Fixes + +- **gatsby:** fix hashes used in webpack for output ([#18973](https://github.com/gatsbyjs/gatsby/issues/18973)) ([76ac266](https://github.com/gatsbyjs/gatsby/commit/76ac266)) + ## [2.17.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.17.2...gatsby@2.17.3) (2019-10-25) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b624077d8fa51..ace1e39503d65 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.17.3", + "version": "2.17.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"