diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 8124b4f16feda..015f905367c26 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.7.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.35...gatsby-cli@2.7.36) (2019-08-22) + +**Note:** Version bump only for package gatsby-cli + ## [2.7.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.34...gatsby-cli@2.7.35) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 3129289ee3866..4426547982a0e 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.7.35", + "version": "2.7.36", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -26,7 +26,7 @@ "execa": "^0.11.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^4.0.3", - "gatsby-telemetry": "^1.1.16", + "gatsby-telemetry": "^1.1.17", "hosted-git-info": "^2.8.4", "is-valid-path": "^0.1.1", "lodash": "^4.17.15", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index e7b66b8912fcc..f4fd62213210d 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-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.5.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.10...gatsby-dev-cli@2.5.11) (2019-08-22) + +**Note:** Version bump only for package gatsby-dev-cli + ## [2.5.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.9...gatsby-dev-cli@2.5.10) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 423a25c283ad2..4cc7cdd1f36c9 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.5.10", + "version": "2.5.11", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 77695044ceb36..c1c52b06f9af6 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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. +## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.5...gatsby-graphiql-explorer@0.2.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-graphiql-explorer + ## [0.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.4...gatsby-graphiql-explorer@0.2.5) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index abeaec4737a16..168224fd14bb2 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "0.2.5", + "version": "0.2.6", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index e870e3250b001..5cb8e751f399f 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/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.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.10...gatsby-image@2.2.11) (2019-08-22) + +**Note:** Version bump only for package gatsby-image + ## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.9...gatsby-image@2.2.10) (2019-08-20) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 3fd3f7057f07b..32c0c139cf623 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-image", "description": "Lazy-loading React image component with optional support for the blur-up effect.", - "version": "2.2.10", + "version": "2.2.11", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index c3a4f0e0a636d..b27b6684658e2 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.6...gatsby-link@2.2.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-link + ## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.5...gatsby-link@2.2.6) (2019-08-20) ### Bug Fixes diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index e58cfdad5be8c..6e54eaa0f2f40 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "2.2.6", + "version": "2.2.7", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 7cb4aeabbf01e..523c0b1f2e544 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/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. +## [0.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.8...gatsby-page-utils@0.0.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-page-utils + ## [0.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.7...gatsby-page-utils@0.0.8) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 91c6146c00589..460e3ec3ab495 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "0.0.8", + "version": "0.0.9", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "scripts": { diff --git a/packages/gatsby-plugin-guess-js/CHANGELOG.md b/packages/gatsby-plugin-guess-js/CHANGELOG.md index 131e7d269e258..1411e41b97072 100644 --- a/packages/gatsby-plugin-guess-js/CHANGELOG.md +++ b/packages/gatsby-plugin-guess-js/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.6...gatsby-plugin-guess-js@1.1.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-guess-js + ## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.5...gatsby-plugin-guess-js@1.1.6) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-guess-js diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json index 28310eace7fe1..5a025e0a26a8c 100644 --- a/packages/gatsby-plugin-guess-js/package.json +++ b/packages/gatsby-plugin-guess-js/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-guess-js", - "version": "1.1.6", + "version": "1.1.7", "description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 13e8f82a06235..8d2e5f0c0ec08 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/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. +## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.1.3...gatsby-plugin-lodash@3.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [3.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.1.2...gatsby-plugin-lodash@3.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-lodash diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index 10aef696226c4..a48f31a54db6a 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-lodash", "description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build", - "version": "3.1.3", + "version": "3.1.4", "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 ee8ce62222cb0..24fa988add50a 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.7...gatsby-plugin-manifest@2.2.8) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.6...gatsby-plugin-manifest@2.2.7) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 3b0eefe1979b1..fb477fec777d7 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.7", + "version": "2.2.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 0126839954779..a38644d003ddd 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/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.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.26...gatsby-plugin-mdx@1.0.27) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [1.0.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.25...gatsby-plugin-mdx@1.0.26) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 696e6eefac643..44db0559eaf48 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "1.0.26", + "version": "1.0.27", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index cca96464a454b..5f88796d70c9e 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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. +## [4.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.8...gatsby-plugin-netlify-cms@4.1.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + ## [4.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.7...gatsby-plugin-netlify-cms@4.1.8) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 12fae3c813979..32b56d79afdb6 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "4.1.8", + "version": "4.1.9", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 69357651da373..529258a5d19a6 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.7...gatsby-plugin-netlify@2.1.8) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-netlify + ## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.6...gatsby-plugin-netlify@2.1.7) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 6732a1c9771aa..501d1322ea44d 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "2.1.7", + "version": "2.1.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 5855d40f0997f..472b738fb4229 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@2.2.8...gatsby-plugin-offline@2.2.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-offline + ## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@2.2.7...gatsby-plugin-offline@2.2.8) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 8d548c836664e..99a27789760ad 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "2.2.8", + "version": "2.2.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index def69bbe2f3b2..dfd9d56a30b89 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.8...gatsby-plugin-page-creator@2.1.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.7...gatsby-plugin-page-creator@2.1.8) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index cb6a3421e398a..f28ddbbcfa8dd 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "2.1.8", + "version": "2.1.9", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "@babel/runtime": "^7.0.0", "bluebird": "^3.5.5", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.0.8", + "gatsby-page-utils": "^0.0.9", "glob": "^7.1.4", "lodash": "^4.17.15", "micromatch": "^3.1.10" diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index dee09b3ea72a9..99947e28a7f9d 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.10...gatsby-plugin-sass@2.1.11) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-sass + ## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.9...gatsby-plugin-sass@2.1.10) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 051995c537895..36b20df0ec22f 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle scss/sass files", - "version": "2.1.10", + "version": "2.1.11", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 59a98b24bc005..e587cdf267662 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.14...gatsby-plugin-sharp@2.2.15) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.13...gatsby-plugin-sharp@2.2.14) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 36d76ce4fe633..a805c1e9253c1 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "2.2.14", + "version": "2.2.15", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 8dfbbc540f80e..cdc6a1b9dba2d 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.2.7...gatsby-plugin-sitemap@2.2.8) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.2.6...gatsby-plugin-sitemap@2.2.7) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index ec8169e1ae2fe..81dc05f3e7013 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.2.7", + "version": "2.2.8", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index f1790b6640410..58394612a7126 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@4.1.3...gatsby-plugin-styletron@4.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-styletron + ## [4.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@4.1.2...gatsby-plugin-styletron@4.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 2f9d4cd22412c..fd3917f6c7d02 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styletron", "description": "A Gatsby plugin for styletron with built-in server-side rendering support", - "version": "4.1.3", + "version": "4.1.4", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 01a3722120f98..96806dce244fa 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.1.3...gatsby-plugin-stylus@2.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-stylus + ## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.1.2...gatsby-plugin-stylus@2.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index e1d616348e9e9..2b64a4f29ad20 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "2.1.3", + "version": "2.1.4", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 5f57204ecd0eb..b3d6e2c0a436e 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.3...gatsby-plugin-subfont@1.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-plugin-subfont + ## [1.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.2...gatsby-plugin-subfont@1.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index f6340f8934847..392e133996e7f 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "1.1.3", + "version": "1.1.4", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 9b79366efa497..2dfb8b31eb3fc 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@2.1.4...gatsby-react-router-scroll@2.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-react-router-scroll + ## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@2.1.3...gatsby-react-router-scroll@2.1.4) (2019-08-20) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index b4f530a3cc326..f5219afee053f 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "2.1.4", + "version": "2.1.5", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index e05cdcb93731f..d91fefca48588 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.5...gatsby-remark-autolink-headers@2.1.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.4...gatsby-remark-autolink-headers@2.1.5) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 516da1cb6c3ea..12c628023444b 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "2.1.5", + "version": "2.1.6", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 2a081345d9bda..38f98683d3cb3 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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. +## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.3...gatsby-remark-code-repls@3.0.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-code-repls + ## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.2...gatsby-remark-code-repls@3.0.3) (2019-08-20) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index c2b6a1f394d98..5eacaa3adab5b 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "3.0.3", + "version": "3.0.4", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 7a734a104cb87..848437ca14fc7 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.1.8...gatsby-remark-copy-linked-files@2.1.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + ## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.1.7...gatsby-remark-copy-linked-files@2.1.8) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 922d7490f3b7c..52605ea3395ef 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "2.1.8", + "version": "2.1.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 2e352f10e49d0..09e876d2d74d1 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.1.3...gatsby-remark-custom-blocks@2.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.1.2...gatsby-remark-custom-blocks@2.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 582cd4b338dae..54044f79a9bb4 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-custom-blocks", "description": "Gatsby remark plugin for adding custom blocks in markdown", - "version": "2.1.3", + "version": "2.1.4", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index f800488c4d49c..ee976c4545182 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.1.3...gatsby-remark-embed-snippet@4.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ## [4.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.1.2...gatsby-remark-embed-snippet@4.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 4e199ffca1b27..acb3785064ddc 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "4.1.3", + "version": "4.1.4", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index b6bec04b7e422..68a21750d647b 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.1.4...gatsby-remark-graphviz@1.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-graphviz + ## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.1.3...gatsby-remark-graphviz@1.1.4) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 900df158dee26..f55e79f8e2f91 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "1.1.4", + "version": "1.1.5", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index c2712b34f14db..6371ce98e8d3e 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.6...gatsby-remark-images-contentful@2.1.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.5...gatsby-remark-images-contentful@2.1.6) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 1ca54f796ea53..f0212bb08b448 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "2.1.6", + "version": "2.1.7", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 2326bc7a2e9e6..91ad73493ec70 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +## [3.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.14...gatsby-remark-images@3.1.15) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-images + ## [3.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.13...gatsby-remark-images@3.1.14) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 73ed4aa54283b..a5d9a4ca2a0a3 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "3.1.14", + "version": "3.1.15", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 25a33563d9345..994c656df34aa 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +## [3.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.1.4...gatsby-remark-katex@3.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-katex + ## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.1.3...gatsby-remark-katex@3.1.4) (2019-08-21) **Note:** Version bump only for package gatsby-remark-katex diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index f58f00c8f81a5..c3e86ebc5e4c5 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "3.1.4", + "version": "3.1.5", "author": "Jeffrey Xiao ", "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 f8117d481d14b..97af731f1b995 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +## [3.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.6...gatsby-remark-prismjs@3.3.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-prismjs + ## [3.3.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.5...gatsby-remark-prismjs@3.3.6) (2019-08-20) **Note:** Version bump only for package gatsby-remark-prismjs diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 8b89670bca19d..f021babc72b66 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.3.6", + "version": "3.3.7", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 15e0bed4fe56d..4d9afc1ae2003 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.2.6...gatsby-remark-responsive-iframe@2.2.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + ## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.2.5...gatsby-remark-responsive-iframe@2.2.6) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 71f9b6aaec835..9e53e011c365b 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "2.2.6", + "version": "2.2.7", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index a1b8f3150f2c6..a8e529ac27b64 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.1.3...gatsby-remark-smartypants@2.1.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-remark-smartypants + ## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.1.2...gatsby-remark-smartypants@2.1.3) (2019-08-20) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index 64573a9967a5c..453a68feeec1a 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-smartypants", "description": "Use retext-smartypants to auto-enhance typography of markdown", - "version": "2.1.3", + "version": "2.1.4", "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 3738e2e4b5335..ff7cff1cbf223 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.23...gatsby-source-contentful@2.1.24) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.22...gatsby-source-contentful@2.1.23) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 6b1af6483f040..0dc9bb3e3bca3 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.23", + "version": "2.1.24", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,8 +16,8 @@ "contentful": "^6.1.3", "deep-map": "^1.5.0", "fs-extra": "^4.0.3", - "gatsby-plugin-sharp": "^2.2.14", - "gatsby-source-filesystem": "^2.1.12", + "gatsby-plugin-sharp": "^2.2.15", + "gatsby-source-filesystem": "^2.1.13", "is-online": "^7.0.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 8880f082d07e5..1c28817b3fa0b 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +## [3.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.17...gatsby-source-drupal@3.2.18) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.16...gatsby-source-drupal@3.2.17) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index e416fafba2871..073fc2d87077d 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "3.2.17", + "version": "3.2.18", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.19.0", "bluebird": "^3.5.5", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.1.12", + "gatsby-source-filesystem": "^2.1.13", "lodash": "^4.17.15", "tiny-async-pool": "^1.0.4" }, diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index af7b052d5ac98..bf3f35f6313db 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.12...gatsby-source-filesystem@2.1.13) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.11...gatsby-source-filesystem@2.1.12) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 58d0f9534487c..b5b9a3302ef7a 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", - "version": "2.1.12", + "version": "2.1.13", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 2fde35eddbd2a..ca38ca5b17470 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.6...gatsby-source-graphql@2.1.7) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-graphql + ## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.5...gatsby-source-graphql@2.1.6) (2019-08-20) ### Bug Fixes diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 3b1e355f6ce9f..ed4ef95b02038 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "2.1.6", + "version": "2.1.7", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 14bb01b292b87..eafab2c6d1a3f 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.1.4...gatsby-source-hacker-news@2.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-hacker-news + ## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.1.3...gatsby-source-hacker-news@2.1.4) (2019-08-20) **Note:** Version bump only for package gatsby-source-hacker-news diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index bc43a19ed9b08..b556f048892cd 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-hacker-news", "description": "Gatsby source plugin for building websites using Hacker News as a data source", - "version": "2.1.4", + "version": "2.1.5", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 3ae18803e33ca..130efd07b46b9 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.1.5...gatsby-source-lever@2.1.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-lever + ## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.1.4...gatsby-source-lever@2.1.5) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 3772ea1af314c..d848de7c4e6fe 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-lever", "description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.", - "version": "2.1.5", + "version": "2.1.6", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 17fcce368c787..79b34e3fbf2ca 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.5...gatsby-source-mongodb@2.1.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.4...gatsby-source-mongodb@2.1.5) (2019-08-20) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index c2177d72d4efe..791322f10d599 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-mongodb", "description": "Source plugin for pulling data into Gatsby from MongoDB collections", - "version": "2.1.5", + "version": "2.1.6", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 8271cd38ea7b3..d3e4d1ede26bf 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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. +## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.3...gatsby-source-shopify@3.0.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.2...gatsby-source-shopify@3.0.3) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 43c1546506208..7567714a0e536 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "3.0.3", + "version": "3.0.4", "description": "Gatsby source plugin for building websites using Shopfiy as a data source.", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", @@ -36,7 +36,7 @@ "babel-preset-gatsby-package": "^0.2.2", "chalk": "^2.4.2", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.1.12", + "gatsby-source-filesystem": "^2.1.13", "graphql-request": "^1.8.2", "lodash": "^4.17.15", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index a16c7514d0861..f8c510046c020 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +## [3.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.19...gatsby-source-wordpress@3.1.20) (2019-08-22) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.18...gatsby-source-wordpress@3.1.19) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index aba08766e380b..5a7605f27a28a 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-wordpress", "description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.", - "version": "3.1.19", + "version": "3.1.20", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "bluebird": "^3.5.5", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^2.1.12", + "gatsby-source-filesystem": "^2.1.13", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", "minimatch": "^3.0.4", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 518c8981f8e8d..b73d9dae3fd58 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/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.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.16...gatsby-telemetry@1.1.17) (2019-08-22) + +**Note:** Version bump only for package gatsby-telemetry + ## [1.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.15...gatsby-telemetry@1.1.16) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index d2c5565a98b2c..5a669a97dfaa4 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "1.1.16", + "version": "1.1.17", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 2c26c8e72fd70..3e4a8c1a57c50 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.5...gatsby-transformer-asciidoc@1.1.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + ## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.4...gatsby-transformer-asciidoc@1.1.5) (2019-08-20) ### Bug Fixes diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index de124a3128fa1..b9a077b116b4b 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.5", + "version": "1.1.6", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 9b111f0c08647..6401ce9d25de6 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/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. +## [4.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.1.4...gatsby-transformer-documentationjs@4.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + ## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.1.3...gatsby-transformer-documentationjs@4.1.4) (2019-08-20) **Note:** Version bump only for package gatsby-transformer-documentationjs diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index b2191b3a4c44a..4196429c65954 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-documentationjs", "description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation", - "version": "4.1.4", + "version": "4.1.5", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index e4419a7aa3ebd..81948804ec54c 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.3...gatsby-transformer-excel@2.2.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.2...gatsby-transformer-excel@2.2.3) (2019-08-20) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index ff53a80da5188..2298158bba35c 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "2.2.3", + "version": "2.2.4", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index fd7536331fd03..f9769a0d58ab5 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.2.5...gatsby-transformer-hjson@2.2.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.2.4...gatsby-transformer-hjson@2.2.5) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 109ffc63fc179..58708a94c5aea 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "2.2.5", + "version": "2.2.6", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index e37c638fb45bb..8983132b9b43a 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.1.4...gatsby-transformer-pdf@1.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-pdf + ## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.1.3...gatsby-transformer-pdf@1.1.4) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 7fc2f61308adc..040477016486f 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "1.1.4", + "version": "1.1.5", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index cc43bed2e91e1..ccee36c478d3a 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +## [5.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.3...gatsby-transformer-react-docgen@5.0.4) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [5.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.2...gatsby-transformer-react-docgen@5.0.3) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 39250613fc0e9..eb014130e85d1 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "5.0.3", + "version": "5.0.4", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 0880279bfa41e..9fb156599e3e9 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/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.6.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.16...gatsby-transformer-remark@2.6.17) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.6.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.15...gatsby-transformer-remark@2.6.16) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index db56ff4edaa4f..88109eda02be0 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.6.16", + "version": "2.6.17", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 1e3a8663a6437..b11394b840716 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.4...gatsby-transformer-screenshot@2.1.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-screenshot + ## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.3...gatsby-transformer-screenshot@2.1.4) (2019-08-21) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index dacabac011dea..c4f4b320e2bbe 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "2.1.4", + "version": "2.1.5", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index d77078bf45ead..a81042d95e8e9 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.8...gatsby-transformer-sharp@2.2.9) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.7...gatsby-transformer-sharp@2.2.8) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 7504948b62e58..2257919dc8659 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "2.2.8", + "version": "2.2.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index bb733bf061e7e..70e878c941eaf 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.17...gatsby-transformer-sqip@2.1.18) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.16...gatsby-transformer-sqip@2.1.17) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 5a03b4398c137..e3d514179c365 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "2.1.17", + "version": "2.1.18", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.0.0", "bluebird": "^3.5.5", "fs-extra": "^4.0.3", - "gatsby-plugin-sharp": "^2.2.14", + "gatsby-plugin-sharp": "^2.2.15", "md5-file": "^4.0.0", "mini-svg-data-uri": "^1.1.3", "p-queue": "^2.4.2", diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 0b314474f5025..e200d547c3556 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.2.4...gatsby-transformer-toml@2.2.5) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.2.3...gatsby-transformer-toml@2.2.4) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 88145e6ac10de..38186c7c91be5 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-toml", "description": "Gatsby transformer plugin for toml", - "version": "2.2.4", + "version": "2.2.5", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 98dba67c6938f..424b9ff59b91d 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.1.5...gatsby-transformer-xml@2.1.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-xml + ## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.1.4...gatsby-transformer-xml@2.1.5) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 6348ce86c2e38..682e213d5ec29 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-xml", "description": "Gatsby plugin for parsing XML files. It supports also attributes", - "version": "2.1.5", + "version": "2.1.6", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index e4485e1180d40..f7cbf43456abc 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.2.5...gatsby-transformer-yaml@2.2.6) (2019-08-22) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.2.4...gatsby-transformer-yaml@2.2.5) (2019-08-20) **Note:** Version bump only for package gatsby-transformer-yaml diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 85e2fc1966d0b..356b08b327a4a 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-yaml", "description": "Gatsby transformer plugin for yaml", - "version": "2.2.5", + "version": "2.2.6", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index f84277ba9c605..f50d131b3ef0c 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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.13.75](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.74...gatsby@2.13.75) (2019-08-22) + +**Note:** Version bump only for package gatsby + ## [2.13.74](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.73...gatsby@2.13.74) (2019-08-21) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b000c0b05914d..4c9ef3e717a87 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.13.74", + "version": "2.13.75", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -70,13 +70,13 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.7.35", + "gatsby-cli": "^2.7.36", "gatsby-core-utils": "^1.0.5", - "gatsby-graphiql-explorer": "^0.2.5", - "gatsby-link": "^2.2.6", - "gatsby-plugin-page-creator": "^2.1.8", - "gatsby-react-router-scroll": "^2.1.4", - "gatsby-telemetry": "^1.1.16", + "gatsby-graphiql-explorer": "^0.2.6", + "gatsby-link": "^2.2.7", + "gatsby-plugin-page-creator": "^2.1.9", + "gatsby-react-router-scroll": "^2.1.5", + "gatsby-telemetry": "^1.1.17", "glob": "^7.1.4", "got": "8.3.2", "graphql": "^14.4.2",