diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index fcab1c7cfbfae..3d8b34964e3d6 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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.11.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.11.11...gatsby-cli@2.11.12) (2020-04-20) + +**Note:** Version bump only for package gatsby-cli + ## [2.11.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.11.10...gatsby-cli@2.11.11) (2020-04-18) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index ffea345d8e2ab..fdbbf1bf0f5d2 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "2.11.11", + "version": "2.11.12", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -26,7 +26,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.1.3", - "gatsby-recipes": "^0.0.8", + "gatsby-recipes": "^0.0.9", "gatsby-telemetry": "^1.2.5", "hosted-git-info": "^3.0.4", "is-valid-path": "^0.1.1", diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 15e78f994c860..2cbd0f5bfd4e8 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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.3.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.3.4...gatsby-plugin-sitemap@2.3.5) (2020-04-20) + +### Bug Fixes + +- **gatsby-plugin-sitemap:** word spelling ([#23252](https://github.com/gatsbyjs/gatsby/issues/23252)) ([c35d337](https://github.com/gatsbyjs/gatsby/commit/c35d337)) + ## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.3.3...gatsby-plugin-sitemap@2.3.4) (2020-04-17) ### Bug Fixes diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index c5beb554cf852..8469cd6b4d388 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "2.3.4", + "version": "2.3.5", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 298dda11d1b0e..08243ca8bbcbf 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/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. +## [0.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.0.8...gatsby-recipes@0.0.9) (2020-04-20) + +### Bug Fixes + +- **recipes:** adjust path to layout component ([#23251](https://github.com/gatsbyjs/gatsby/issues/23251)) ([4043129](https://github.com/gatsbyjs/gatsby/commit/4043129)) + ## [0.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.0.7...gatsby-recipes@0.0.8) (2020-04-18) ### Bug Fixes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 1135ef6315c19..aa5fae47d09ce 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "0.0.8", + "version": "0.0.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index f6fda9eb53785..d1ba98c7d7582 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +## [3.4.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.4.3...gatsby-remark-prismjs@3.4.4) (2020-04-20) + +### Bug Fixes + +- **gatsby-remark-prismjs:** Update useCommandLine ([#23256](https://github.com/gatsbyjs/gatsby/issues/23256)) ([9d60b01](https://github.com/gatsbyjs/gatsby/commit/9d60b01)) + ## [3.4.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.4.2...gatsby-remark-prismjs@3.4.3) (2020-04-17) ### Bug Fixes diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 492937a70a5c5..d3abbc4cdd2d7 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "3.4.3", + "version": "3.4.4", "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 63957af8918fe..4b018353fb5e7 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.3.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.26...gatsby-theme-blog-core@1.3.27) (2020-04-20) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.3.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.25...gatsby-theme-blog-core@1.3.26) (2020-04-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 f0360c87f4bf8..a133bcde4b984 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.3.26", + "version": "1.3.27", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -30,7 +30,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.5.7", - "gatsby": "^2.20.25", + "gatsby": "^2.20.26", "prettier": "2.0.4", "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 c015e3ee3db93..9f5af7e932e71 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.4.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.26...gatsby-theme-blog@1.4.27) (2020-04-20) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.4.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.25...gatsby-theme-blog@1.4.26) (2020-04-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 af657bea02afc..8550f6bc8d761 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.4.26", + "version": "1.4.27", "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.2.4", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.2.4", - "gatsby-theme-blog-core": "^1.3.26", + "gatsby-theme-blog-core": "^1.3.27", "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.20.25", + "gatsby": "^2.20.26", "prettier": "2.0.4", "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 b6a40d778b442..eb94c6ef0e0c1 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.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.25...gatsby-theme-notes@1.2.26) (2020-04-20) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.2.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.24...gatsby-theme-notes@1.2.25) (2020-04-18) **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 9c19a1b7e72fb..9f05e364045cf 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.2.25", + "version": "1.2.26", "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.20.25", + "gatsby": "^2.20.26", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 2c5b84e2fe850..63f9bf7f309ec 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.20.26](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.25...gatsby@2.20.26) (2020-04-20) + +### Bug Fixes + +- **gatsby:** Throw error on default export in gatsby-ssr/brows… ([#23133](https://github.com/gatsbyjs/gatsby/issues/23133)) ([3def3a7](https://github.com/gatsbyjs/gatsby/commit/3def3a7)) + ## [2.20.25](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.24...gatsby@2.20.25) (2020-04-18) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 4dd85d61e76c6..a6128d2a65a13 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.20.25", + "version": "2.20.26", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -71,7 +71,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.11", + "gatsby-cli": "^2.11.12", "gatsby-core-utils": "^1.1.3", "gatsby-graphiql-explorer": "^0.3.3", "gatsby-link": "^2.3.4",