From 03f3b78ef92efa4339f9c476cbba07013ddcdfad Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Mon, 24 Feb 2020 14:38:38 +0000 Subject: [PATCH] chore(release): Publish - gatsby-plugin-google-analytics@2.1.36 - gatsby-plugin-manifest@2.2.42 - gatsby-source-contentful@2.1.87 - gatsby-theme-blog-core@1.0.77 - gatsby-theme-blog@1.2.49 - gatsby-theme-notes@1.0.70 - gatsby-transformer-asciidoc@1.1.24 - gatsby@2.19.20 --- packages/gatsby-plugin-google-analytics/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-google-analytics/package.json | 2 +- packages/gatsby-plugin-manifest/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 12 ++++++++++++ packages/gatsby-source-contentful/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-transformer-asciidoc/CHANGELOG.md | 6 ++++++ packages/gatsby-transformer-asciidoc/package.json | 2 +- packages/gatsby/CHANGELOG.md | 7 +++++++ packages/gatsby/package.json | 2 +- 16 files changed, 57 insertions(+), 12 deletions(-) diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 1c7f6c44e9a85..c2df7813a4060 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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-plugin-google-analytics@2.1.35...gatsby-plugin-google-analytics@2.1.36) (2020-02-24) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.34...gatsby-plugin-google-analytics@2.1.35) (2020-02-01) **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 e15ca6cc5baf1..ab03fe5741a83 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.35", + "version": "2.1.36", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index afc274e83722d..875dd6375e8e0 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.2.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.41...gatsby-plugin-manifest@2.2.42) (2020-02-24) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.2.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.40...gatsby-plugin-manifest@2.2.41) (2020-02-01) ### Bug Fixes diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index b92a2b1ebbf90..ff781aa53afd9 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.2.41", + "version": "2.2.42", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 0908b7bfc4560..56680932d48f7 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.87](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.86...gatsby-source-contentful@2.1.87) (2020-02-24) + +### Bug Fixes + +- **gatsby-source-contentful:** Add panic messaging to builds with no locales ([#21667](https://github.com/gatsbyjs/gatsby/issues/21667)) ([6979816](https://github.com/gatsbyjs/gatsby/commit/6979816)) +- check that richTextOptions exists before using it ([#21648](https://github.com/gatsbyjs/gatsby/issues/21648)) ([80acb8d](https://github.com/gatsbyjs/gatsby/commit/80acb8d)) +- fix Contentful sync limit ([#21644](https://github.com/gatsbyjs/gatsby/issues/21644)) ([af921bb](https://github.com/gatsbyjs/gatsby/commit/af921bb)) + +### Features + +- add an option to resolve locales in entries referenced by rich text ([#21619](https://github.com/gatsbyjs/gatsby/issues/21619)) ([0666df7](https://github.com/gatsbyjs/gatsby/commit/0666df7)) + ## [2.1.86](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.85...gatsby-source-contentful@2.1.86) (2020-02-13) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 3227fc4b7f2bf..f32d46ff046ca 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "2.1.86", + "version": "2.1.87", "author": "Marcus Ericsson (mericsson.com)", "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 61775965901a0..0fb7016790618 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.77](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.76...gatsby-theme-blog-core@1.0.77) (2020-02-24) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.0.76](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.75...gatsby-theme-blog-core@1.0.76) (2020-02-20) **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 0499e3a7deacb..c262437575386 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.76", + "version": "1.0.77", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -30,7 +30,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.5.1", - "gatsby": "^2.19.19", + "gatsby": "^2.19.20", "prettier": "^1.19.1", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-theme-blog/CHANGELOG.md b/packages/gatsby-theme-blog/CHANGELOG.md index b031aafdc2ff2..9ed574339324b 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.2.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.48...gatsby-theme-blog@1.2.49) (2020-02-24) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.2.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.47...gatsby-theme-blog@1.2.48) (2020-02-20) **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 3ffa0f8d7e824..e6ccf8d4c36a7 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.2.48", + "version": "1.2.49", "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.22", "gatsby-plugin-theme-ui": "^0.2.43", "gatsby-plugin-twitter": "^2.1.19", - "gatsby-theme-blog-core": "^1.0.76", + "gatsby-theme-blog-core": "^1.0.77", "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.19.19", + "gatsby": "^2.19.20", "prettier": "^1.19.1", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index be848d7e50acd..bdf375d9fb058 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.70](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.69...gatsby-theme-notes@1.0.70) (2020-02-24) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.0.69](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.68...gatsby-theme-notes@1.0.69) (2020-02-20) **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 a3a6e49061f1b..797b86aae8134 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.69", + "version": "1.0.70", "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.19.19", + "gatsby": "^2.19.20", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index af790a0f3a5d1..070ac2668b049 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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. +## [1.1.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.23...gatsby-transformer-asciidoc@1.1.24) (2020-02-24) + +### Bug Fixes + +- Allow include in asciidoc ([#21674](https://github.com/gatsbyjs/gatsby/issues/21674)) ([f4295df](https://github.com/gatsbyjs/gatsby/commit/f4295df)) + ## [1.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.22...gatsby-transformer-asciidoc@1.1.23) (2020-02-01) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index cd097847b19c4..0a9815cc6bbbe 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "1.1.23", + "version": "1.1.24", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 74174f18a7381..03916190bb904 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.19.20](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.19...gatsby@2.19.20) (2020-02-24) + +### Bug Fixes + +- **gatsby:** add app-data to preload list ([#21537](https://github.com/gatsbyjs/gatsby/issues/21537)) ([ad92e13](https://github.com/gatsbyjs/gatsby/commit/ad92e13)) +- **gatsby:** Fix wrongly skipping graphql filter cache ([#21578](https://github.com/gatsbyjs/gatsby/issues/21578)) ([4f68761](https://github.com/gatsbyjs/gatsby/commit/4f68761)) + ## [2.19.19](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.18...gatsby@2.19.19) (2020-02-20) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ee6c46819e8b6..6503a20b22bdc 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.19.19", + "version": "2.19.20", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"