diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index c92c68fcd818f..124fd2f2f2a1e 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-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. +## [0.2.34](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.33...babel-preset-gatsby@0.2.34) (2020-03-10) + +**Note:** Version bump only for package babel-preset-gatsby + ## [0.2.33](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.32...babel-preset-gatsby@0.2.33) (2020-03-09) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 3bdf9f09fba32..38f8aaa84cd38 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "0.2.33", + "version": "0.2.34", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,7 +21,7 @@ "babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.0.31" + "gatsby-core-utils": "^1.0.32" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 7896757e52978..c9cb17f0ddd8c 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.10.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.4...gatsby-cli@2.10.5) (2020-03-10) + +**Note:** Version bump only for package gatsby-cli + ## [2.10.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.3...gatsby-cli@2.10.4) (2020-03-09) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index a25febbd6d149..153ac4a02d565 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.10.4", + "version": "2.10.5", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -25,8 +25,8 @@ "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", - "gatsby-telemetry": "^1.1.52", + "gatsby-core-utils": "^1.0.32", + "gatsby-telemetry": "^1.1.53", "hosted-git-info": "^3.0.2", "is-valid-path": "^0.1.1", "lodash": "^4.17.15", diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index c1b8fbe7f76a9..32951baede06b 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-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. +## [1.0.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.31...gatsby-core-utils@1.0.32) (2020-03-10) + +**Note:** Version bump only for package gatsby-core-utils + ## [1.0.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.30...gatsby-core-utils@1.0.31) (2020-03-09) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 2cf734f430424..77a9c6ebda1bc 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "1.0.31", + "version": "1.0.32", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 52dd78a06c789..4ce5ac72cd876 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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.5.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.45...gatsby-dev-cli@2.5.46) (2020-03-10) + +### Bug Fixes + +- **gatsby-dev-cli:** Include theme src directories ([#22147](https://github.com/gatsbyjs/gatsby/issues/22147)) ([8dab4c3](https://github.com/gatsbyjs/gatsby/commit/8dab4c3)) + ## [2.5.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.44...gatsby-dev-cli@2.5.45) (2020-03-06) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 559ca4c32aada..7585cb1139081 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.45", + "version": "2.5.46", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 76687867bc1cd..a7d9e9b80bdd5 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.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.42...gatsby-page-utils@0.0.43) (2020-03-10) + +**Note:** Version bump only for package gatsby-page-utils + ## [0.0.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.41...gatsby-page-utils@0.0.42) (2020-03-09) **Note:** Version bump only for package gatsby-page-utils diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index a0f875c9b290e..e5925dd59f19c 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.42", + "version": "0.0.43", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "scripts": { @@ -24,7 +24,7 @@ "bluebird": "^3.7.2", "chokidar": "3.3.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 557c6f2eb1349..e045f6e95eab1 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.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.45...gatsby-plugin-manifest@2.2.46) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.2.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.44...gatsby-plugin-manifest@2.2.45) (2020-03-09) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 7e5a7630e6068..867029b649e0e 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.2.45", + "version": "2.2.46", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.7.6", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "semver": "^5.7.1", "sharp": "^0.23.4" }, diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 7d479e63eef70..1dddac2142c91 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.79](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.78...gatsby-plugin-mdx@1.0.79) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [1.0.78](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.77...gatsby-plugin-mdx@1.0.78) (2020-03-09) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index c99a5206ce6de..719f442e40a7d 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.78", + "version": "1.0.79", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -33,7 +33,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "gray-matter": "^4.0.2", "json5": "^2.1.1", "loader-utils": "^1.2.3", diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 89d076b628f25..a582dbe96c9bc 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. +## [3.0.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.38...gatsby-plugin-offline@3.0.39) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-offline + ## [3.0.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.37...gatsby-plugin-offline@3.0.38) (2020-03-09) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 72f0ba45c4c0b..361d022c98968 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": "3.0.38", + "version": "3.0.39", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.7.6", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.15", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 9798e5305644c..c504999a11e70 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.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.43...gatsby-plugin-page-creator@2.1.44) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ## [2.1.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.42...gatsby-plugin-page-creator@2.1.43) (2020-03-09) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 4a7176ff1d767..586b993da2bd3 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.43", + "version": "2.1.44", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "@babel/runtime": "^7.7.6", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.0.42", + "gatsby-page-utils": "^0.0.43", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index bd24797690bc7..c842c2512a743 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.32...gatsby-plugin-preload-fonts@1.0.33) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ## [1.0.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.31...gatsby-plugin-preload-fonts@1.0.32) (2020-03-09) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index c62b847bf158c..260ccb0fd2abb 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "1.0.32", + "version": "1.0.33", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^2.4.2", "date-fns": "^2.8.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^1.20.0" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index e875d5ee217f7..104dbd5ee4918 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.4.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.9...gatsby-plugin-sharp@2.4.10) (2020-03-10) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.4.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.8...gatsby-plugin-sharp@2.4.9) (2020-03-10) ### Features diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 15d07f61e44be..ce0e61d69827f 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.4.9", + "version": "2.4.10", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 344832e90a76b..0131a02da5cf2 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.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.47...gatsby-remark-images@3.1.48) (2020-03-10) + +**Note:** Version bump only for package gatsby-remark-images + ## [3.1.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.46...gatsby-remark-images@3.1.47) (2020-03-09) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index a7c067734c1cf..ff704ef549034 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.47", + "version": "3.1.48", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.7.6", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index a7348701d3cda..998e9403557eb 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.94](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.93...gatsby-source-contentful@2.1.94) (2020-03-10) + +### Bug Fixes + +- **gatsby-source-contentful:** Don’t crash when GATSBY_CONTENTFUL_OFFLINE and downloadLocal are used ([#21472](https://github.com/gatsbyjs/gatsby/issues/21472)) ([02471fc](https://github.com/gatsbyjs/gatsby/commit/02471fc)), closes [#21463](https://github.com/gatsbyjs/gatsby/issues/21463) + ## [2.1.93](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.92...gatsby-source-contentful@2.1.93) (2020-03-10) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index fdd8ab8c66c3f..199a57017cff1 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.93", + "version": "2.1.94", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "contentful": "^7.14.0", "deep-map": "^1.5.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", - "gatsby-plugin-sharp": "^2.4.9", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-core-utils": "^1.0.32", + "gatsby-plugin-sharp": "^2.4.10", + "gatsby-source-filesystem": "^2.1.52", "is-online": "^8.2.1", "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 5768448d34be4..96f1202d31bf9 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.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.22...gatsby-source-drupal@3.3.23) (2020-03-10) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.21...gatsby-source-drupal@3.3.22) (2020-03-09) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index df6d04864fc7d..43b165da698fb 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.3.22", + "version": "3.3.23", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.19.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-source-filesystem": "^2.1.52", "lodash": "^4.17.15", "tiny-async-pool": "^1.1.0" }, diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index d5935319b7971..89e47dd103537 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.52](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.51...gatsby-source-filesystem@2.1.52) (2020-03-10) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.1.51](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.50...gatsby-source-filesystem@2.1.51) (2020-03-09) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index f13ef068288a0..561e1fd23e91d 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.51", + "version": "2.1.52", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "chokidar": "3.3.0", "file-type": "^12.4.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "got": "^8.3.2", "md5-file": "^3.2.3", "mime": "^2.4.4", diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 72082d48426c9..de82f4216daba 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.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.46...gatsby-source-shopify@3.0.47) (2020-03-10) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.0.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.45...gatsby-source-shopify@3.0.46) (2020-03-09) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 3a49723d5d116..824d8494a18e1 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.46", + "version": "3.0.47", "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.17", "chalk": "^2.4.2", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-source-filesystem": "^2.1.52", "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 a53ae3c1e5a16..15824b4c4ee63 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.67](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.66...gatsby-source-wordpress@3.1.67) (2020-03-10) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.1.66](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.65...gatsby-source-wordpress@3.1.66) (2020-03-09) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 345e8189e0ab9..d265f6c3befa4 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.66", + "version": "3.1.67", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "bluebird": "^3.7.2", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-source-filesystem": "^2.1.52", "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 8ffdd192d6a33..60928025cafab 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.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.52...gatsby-telemetry@1.1.53) (2020-03-10) + +**Note:** Version bump only for package gatsby-telemetry + ## [1.1.52](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.51...gatsby-telemetry@1.1.52) (2020-03-09) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 57d9ecdd8c2ff..acf115aecaa1c 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.52", + "version": "1.1.53", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "configstore": "^5.0.0", "envinfo": "^7.5.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index e8c45a2114d6a..a5813b516a58a 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.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.18...gatsby-theme-blog-core@1.2.19) (2020-03-10) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.17...gatsby-theme-blog-core@1.2.18) (2020-03-10) **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 55aac6e59a1cb..f701f6cc0c704 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.2.18", + "version": "1.2.19", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -18,19 +18,19 @@ }, "dependencies": { "@mdx-js/mdx": "^1.5.1", - "gatsby-core-utils": "^1.0.31", - "gatsby-plugin-mdx": "^1.0.78", - "gatsby-plugin-sharp": "^2.4.9", + "gatsby-core-utils": "^1.0.32", + "gatsby-plugin-mdx": "^1.0.79", + "gatsby-plugin-sharp": "^2.4.10", "gatsby-remark-copy-linked-files": "^2.1.39", - "gatsby-remark-images": "^3.1.47", + "gatsby-remark-images": "^3.1.48", "gatsby-remark-smartypants": "^2.1.22", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-source-filesystem": "^2.1.52", "gatsby-transformer-sharp": "^2.3.18", "remark-slug": "^5.1.2" }, "devDependencies": { "@mdx-js/react": "^1.5.1", - "gatsby": "^2.19.35", + "gatsby": "^2.19.36", "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 2f476da08fcb0..5cb2fb200dc7f 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.3.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.19...gatsby-theme-blog@1.3.20) (2020-03-10) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.18...gatsby-theme-blog@1.3.19) (2020-03-10) **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 96de563a6bb6f..654c856eca076 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.3.19", + "version": "1.3.20", "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.23", "gatsby-plugin-theme-ui": "^0.2.43", "gatsby-plugin-twitter": "^2.1.20", - "gatsby-theme-blog-core": "^1.2.18", + "gatsby-theme-blog-core": "^1.2.19", "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.35", + "gatsby": "^2.19.36", "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 a3ad6493ea7a7..5ac509b5fe2f9 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.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.16...gatsby-theme-notes@1.1.17) (2020-03-10) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.15...gatsby-theme-notes@1.1.16) (2020-03-10) **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 e6d6ba80975d3..4d9673dcfc161 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.1.16", + "version": "1.1.17", "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.35", + "gatsby": "^2.19.36", "react": "^16.12.0", "react-dom": "^16.12.0" }, @@ -36,15 +36,15 @@ "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "gatsby-plugin-compile-es6-packages": "^2.1.0", "gatsby-plugin-emotion": "^4.1.24", - "gatsby-plugin-mdx": "^1.0.78", + "gatsby-plugin-mdx": "^1.0.79", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-og-image": "0.0.1", "gatsby-plugin-redirects": "^1.0.0", "gatsby-plugin-theme-ui": "^0.2.43", - "gatsby-source-filesystem": "^2.1.51", + "gatsby-source-filesystem": "^2.1.52", "is-present": "^1.0.0", "react-feather": "^1.1.6", "theme-ui": "^0.2.49", diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index c3e8a33f1835e..459c2bd993723 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.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.56...gatsby-transformer-remark@2.6.57) (2020-03-10) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.6.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.55...gatsby-transformer-remark@2.6.56) (2020-03-09) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index aee09feb9014b..db8cda6d9abb7 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.56", + "version": "2.6.57", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.7.6", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.0.31", + "gatsby-core-utils": "^1.0.32", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 824af3fb8a11c..aebb64461f452 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.70](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.69...gatsby-transformer-sqip@2.1.70) (2020-03-10) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.1.69](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.68...gatsby-transformer-sqip@2.1.69) (2020-03-10) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 10d42f40c7e70..46643052a364d 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.69", + "version": "2.1.70", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.7.6", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.4.9", + "gatsby-plugin-sharp": "^2.4.10", "md5-file": "^4.0.0", "mini-svg-data-uri": "^1.1.3", "p-queue": "^2.4.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index ab55cb6e9e663..e3edb18fd232b 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.19.36](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.35...gatsby@2.19.36) (2020-03-10) + +**Note:** Version bump only for package gatsby + ## [2.19.35](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.34...gatsby@2.19.35) (2020-03-10) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 525f0cd1d99ff..37f8a95a68d61 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.35", + "version": "2.19.36", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -31,7 +31,7 @@ "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-remove-graphql-queries": "^2.7.24", - "babel-preset-gatsby": "^0.2.33", + "babel-preset-gatsby": "^0.2.34", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -70,13 +70,13 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.10.4", - "gatsby-core-utils": "^1.0.31", + "gatsby-cli": "^2.10.5", + "gatsby-core-utils": "^1.0.32", "gatsby-graphiql-explorer": "^0.2.35", "gatsby-link": "^2.2.30", - "gatsby-plugin-page-creator": "^2.1.43", + "gatsby-plugin-page-creator": "^2.1.44", "gatsby-react-router-scroll": "^2.1.23", - "gatsby-telemetry": "^1.1.52", + "gatsby-telemetry": "^1.1.53", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.5.8",