Skip to content

Commit 427d23d

Browse files
committed
1 parent 76ac266 commit 427d23d

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed

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

812
**Note:** Version bump only for package gatsby-theme-blog-core

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@mdx-js/react": "^1.5.1",
32-
"gatsby": "^2.17.3",
32+
"gatsby": "^2.17.4",
3333
"prettier": "^1.18.2",
3434
"react": "^16.10.2",
3535
"react-dom": "^16.10.2"

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

812
**Note:** Version bump only for package gatsby-theme-blog

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.8",
3+
"version": "1.1.9",
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.8",
32+
"gatsby-theme-blog-core": "^1.0.9",
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.3",
42+
"gatsby": "^2.17.4",
4343
"prettier": "^1.18.2",
4444
"react": "^16.10.2",
4545
"react-dom": "^16.10.2"

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

812
**Note:** Version bump only for package gatsby-theme-notes

packages/gatsby-theme-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.17.3",
23+
"gatsby": "^2.17.4",
2424
"react": "^16.10.2",
2525
"react-dom": "^16.10.2"
2626
},

packages/gatsby/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.17.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.4) (2019-10-25)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** fix hashes used in webpack for output ([#18973](https://github.com/gatsbyjs/gatsby/issues/18973)) ([76ac266](https://github.com/gatsbyjs/gatsby/commit/76ac266))
11+
612
## [2.17.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.3) (2019-10-25)
713

814
### Bug Fixes

packages/gatsby/package.json

+1-1
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.17.3",
4+
"version": "2.17.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)