From f50c7001ff32546a6719d83730ee4d2eae8a22ff Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Mon, 18 Nov 2019 16:09:09 +0100 Subject: [PATCH] chore(release): Publish - gatsby-plugin-google-analytics@2.1.28 - gatsby-theme-blog-core@1.0.24 - gatsby-theme-blog@1.1.24 - gatsby-theme-notes@1.0.21 - gatsby@2.17.16 --- packages/gatsby-plugin-google-analytics/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-google-analytics/package.json | 2 +- 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 +- 10 files changed, 33 insertions(+), 9 deletions(-) diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index a549ee210b0b3..79b656b4c7564 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.1.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.27...gatsby-plugin-google-analytics@2.1.28) (2019-11-18) + +### Bug Fixes + +- **gatsby-plugin-google-analytics:** Don't create tracking cod… ([#19592](https://github.com/gatsbyjs/gatsby/issues/19592)) ([e883487](https://github.com/gatsbyjs/gatsby/commit/e883487)) + ## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.26...gatsby-plugin-google-analytics@2.1.27) (2019-11-15) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index bf28a9d17c857..76c0669922499 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "2.1.27", + "version": "2.1.28", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index aa21f1669f414..53d273ad07620 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.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.23...gatsby-theme-blog-core@1.0.24) (2019-11-18) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.0.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.22...gatsby-theme-blog-core@1.0.23) (2019-11-18) **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 7c8819b26d17b..2d37207676740 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.23", + "version": "1.0.24", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -29,7 +29,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.5.1", - "gatsby": "^2.17.15", + "gatsby": "^2.17.16", "prettier": "^1.19.1", "react": "^16.11.0", "react-dom": "^16.11.0" diff --git a/packages/gatsby-theme-blog/CHANGELOG.md b/packages/gatsby-theme-blog/CHANGELOG.md index dd86a369de208..b31625fa798cb 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.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.23...gatsby-theme-blog@1.1.24) (2019-11-18) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.1.22...gatsby-theme-blog@1.1.23) (2019-11-18) **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 f7269263a4829..db9db47112565 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.23", + "version": "1.1.24", "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.15", "gatsby-plugin-theme-ui": "^0.2.43", "gatsby-plugin-twitter": "^2.1.14", - "gatsby-theme-blog-core": "^1.0.23", + "gatsby-theme-blog-core": "^1.0.24", "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.15", + "gatsby": "^2.17.16", "prettier": "^1.19.1", "react": "^16.11.0", "react-dom": "^16.11.0" diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index b53d324b32f16..b9401389c2bb2 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.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.20...gatsby-theme-notes@1.0.21) (2019-11-18) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.0.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.19...gatsby-theme-notes@1.0.20) (2019-11-15) **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 336dbc0307bcc..fd1cf99534f16 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.20", + "version": "1.0.21", "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.15", + "gatsby": "^2.17.16", "react": "^16.11.0", "react-dom": "^16.11.0" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index bd5b3d6698ffd..c467bf8f5afb8 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.16](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.17.15...gatsby@2.17.16) (2019-11-18) + +### Bug Fixes + +- **gatsby:** Fix filtering on resolvable children ([#19586](https://github.com/gatsbyjs/gatsby/issues/19586)) ([7b500f4](https://github.com/gatsbyjs/gatsby/commit/7b500f4)) + ## [2.17.15](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.17.14...gatsby@2.17.15) (2019-11-15) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 32f7133325e79..d413bf2e0df71 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.15", + "version": "2.17.16", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"