diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index a37456d62c3fe..ba1fe7df1b3f0 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.31](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.30...babel-preset-gatsby@0.2.31) (2020-03-06) + +**Note:** Version bump only for package babel-preset-gatsby + ## [0.2.30](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.29...babel-preset-gatsby@0.2.30) (2020-03-06) **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 9db217350ff1f..fa8c549bdd4d7 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.30", + "version": "0.2.31", "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.29" + "gatsby-core-utils": "^1.0.30" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 551904b7118df..07dc5489fc803 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.1...gatsby-cli@2.10.2) (2020-03-06) + +**Note:** Version bump only for package gatsby-cli + ## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.0...gatsby-cli@2.10.1) (2020-03-06) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 18716d8e08bb7..417ba1e810ef7 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.1", + "version": "2.10.2", "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.29", - "gatsby-telemetry": "^1.1.50", + "gatsby-core-utils": "^1.0.30", + "gatsby-telemetry": "^1.1.51", "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 3ebbd32ef9587..cbbe320da5d63 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.29...gatsby-core-utils@1.0.30) (2020-03-06) + +### Bug Fixes + +- **gatsby-core-utils:** Add configstore as a dependency ([#22019](https://github.com/gatsbyjs/gatsby/issues/22019)) ([ab71779](https://github.com/gatsbyjs/gatsby/commit/ab71779)) + ## [1.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.28...gatsby-core-utils@1.0.29) (2020-03-06) **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 f6e43853cb465..68ff44bfef3ae 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.29", + "version": "1.0.30", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 68e1e57a69cc6..7226f309d54d1 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.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.40...gatsby-page-utils@0.0.41) (2020-03-06) + +**Note:** Version bump only for package gatsby-page-utils + ## [0.0.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.39...gatsby-page-utils@0.0.40) (2020-03-06) **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 6197ae1a78a7c..85aa6906d65a8 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.40", + "version": "0.0.41", "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.29", + "gatsby-core-utils": "^1.0.30", "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 36794fcd598cc..5f84430b9a63b 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.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.43...gatsby-plugin-manifest@2.2.44) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.2.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.42...gatsby-plugin-manifest@2.2.43) (2020-03-06) **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 2e2482c69d203..75503d56e225a 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.43", + "version": "2.2.44", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.7.6", - "gatsby-core-utils": "^1.0.29", + "gatsby-core-utils": "^1.0.30", "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 018c60d0e1ef7..cb0a2506fc025 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.77](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.76...gatsby-plugin-mdx@1.0.77) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [1.0.76](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.75...gatsby-plugin-mdx@1.0.76) (2020-03-06) **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 5832094e0550d..480bd817bd25d 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.76", + "version": "1.0.77", "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.29", + "gatsby-core-utils": "^1.0.30", "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 0d558c3184794..31848480f0b79 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.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.36...gatsby-plugin-offline@3.0.37) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-offline + ## [3.0.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.35...gatsby-plugin-offline@3.0.36) (2020-03-06) **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 c4f12a940d4f2..cac995718d01b 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.36", + "version": "3.0.37", "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.29", + "gatsby-core-utils": "^1.0.30", "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 ef5aec5a361c6..794fc0f7c82fd 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.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.41...gatsby-plugin-page-creator@2.1.42) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ## [2.1.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.40...gatsby-plugin-page-creator@2.1.41) (2020-03-06) **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 46c732b8276af..39d518785b91e 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.41", + "version": "2.1.42", "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.40", + "gatsby-page-utils": "^0.0.41", "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 aa9d4a4a2ed63..4500810f403dc 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.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.30...gatsby-plugin-preload-fonts@1.0.31) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.29...gatsby-plugin-preload-fonts@1.0.30) (2020-03-06) **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 b6c7e03544e5a..2048c816f3848 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.30", + "version": "1.0.31", "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.29", + "gatsby-core-utils": "^1.0.30", "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 d10a9d3b30d28..7d04797fe0e25 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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.6...gatsby-plugin-sharp@2.4.7) (2020-03-06) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.5...gatsby-plugin-sharp@2.4.6) (2020-03-06) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 85542c4283b7b..0d0085aa106a2 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.6", + "version": "2.4.7", "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.29", + "gatsby-core-utils": "^1.0.30", "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 935593e76740d..a14e5afbdef5e 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.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.45...gatsby-remark-images@3.1.46) (2020-03-06) + +**Note:** Version bump only for package gatsby-remark-images + ## [3.1.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.44...gatsby-remark-images@3.1.45) (2020-03-06) **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 ddd4454ba2a05..e20e20b8dad1d 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.45", + "version": "3.1.46", "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.29", + "gatsby-core-utils": "^1.0.30", "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 430af7219fe58..1aec5c1099a9a 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.91](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.90...gatsby-source-contentful@2.1.91) (2020-03-06) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.1.90](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.89...gatsby-source-contentful@2.1.90) (2020-03-06) **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 c0880cee02ea7..8ddb35c830f04 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.90", + "version": "2.1.91", "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.29", - "gatsby-plugin-sharp": "^2.4.6", - "gatsby-source-filesystem": "^2.1.49", + "gatsby-core-utils": "^1.0.30", + "gatsby-plugin-sharp": "^2.4.7", + "gatsby-source-filesystem": "^2.1.50", "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 69f76b174e279..6a160d07a9cf6 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.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.20...gatsby-source-drupal@3.3.21) (2020-03-06) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.3.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.19...gatsby-source-drupal@3.3.20) (2020-03-06) **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 ef3654258b6d9..3e99017fb5fe5 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.20", + "version": "3.3.21", "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.49", + "gatsby-source-filesystem": "^2.1.50", "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 e534f9c8ed20d..cc3524bef7acb 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.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.49...gatsby-source-filesystem@2.1.50) (2020-03-06) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.1.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.48...gatsby-source-filesystem@2.1.49) (2020-03-06) **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 3c0b804576d09..968c7db452307 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.49", + "version": "2.1.50", "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.29", + "gatsby-core-utils": "^1.0.30", "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 6431ec76ed50c..ae7031d25ad82 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.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.44...gatsby-source-shopify@3.0.45) (2020-03-06) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.0.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.43...gatsby-source-shopify@3.0.44) (2020-03-06) **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 7e435440c2f50..83660dc907321 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.44", + "version": "3.0.45", "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.49", + "gatsby-source-filesystem": "^2.1.50", "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 4200bd1a3d060..1b55b1193b49c 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.65](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.64...gatsby-source-wordpress@3.1.65) (2020-03-06) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.1.64](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.63...gatsby-source-wordpress@3.1.64) (2020-03-06) **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 40662e32b3684..bee23c489067e 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.64", + "version": "3.1.65", "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.49", + "gatsby-source-filesystem": "^2.1.50", "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 7ade95297d459..26adfbc41a7c6 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.51](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.50...gatsby-telemetry@1.1.51) (2020-03-06) + +**Note:** Version bump only for package gatsby-telemetry + ## [1.1.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.49...gatsby-telemetry@1.1.50) (2020-03-06) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 45c5d943a4d51..02ec67d73a252 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.50", + "version": "1.1.51", "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.29", + "gatsby-core-utils": "^1.0.30", "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 c02cdd96d530d..6d46980b79332 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.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.14...gatsby-theme-blog-core@1.2.15) (2020-03-06) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.13...gatsby-theme-blog-core@1.2.14) (2020-03-06) **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 4f8ba8fb3b55c..1a0151e566d6e 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.14", + "version": "1.2.15", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -18,19 +18,19 @@ }, "dependencies": { "@mdx-js/mdx": "^1.5.1", - "gatsby-core-utils": "^1.0.29", - "gatsby-plugin-mdx": "^1.0.76", - "gatsby-plugin-sharp": "^2.4.6", + "gatsby-core-utils": "^1.0.30", + "gatsby-plugin-mdx": "^1.0.77", + "gatsby-plugin-sharp": "^2.4.7", "gatsby-remark-copy-linked-files": "^2.1.38", - "gatsby-remark-images": "^3.1.45", + "gatsby-remark-images": "^3.1.46", "gatsby-remark-smartypants": "^2.1.22", - "gatsby-source-filesystem": "^2.1.49", + "gatsby-source-filesystem": "^2.1.50", "gatsby-transformer-sharp": "^2.3.17", "remark-slug": "^5.1.2" }, "devDependencies": { "@mdx-js/react": "^1.5.1", - "gatsby": "^2.19.31", + "gatsby": "^2.19.32", "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 3c579c7ffb71c..a7e49ebaed6a6 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.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.15...gatsby-theme-blog@1.3.16) (2020-03-06) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.14...gatsby-theme-blog@1.3.15) (2020-03-06) **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 fead12b8088cd..991b9b61aa002 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.15", + "version": "1.3.16", "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.14", + "gatsby-theme-blog-core": "^1.2.15", "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.31", + "gatsby": "^2.19.32", "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 8764723f99fbd..cc91892911138 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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.12...gatsby-theme-notes@1.1.13) (2020-03-06) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.11...gatsby-theme-notes@1.1.12) (2020-03-06) **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 1a5d31c909187..10b7dc52c1fb5 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.12", + "version": "1.1.13", "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.31", + "gatsby": "^2.19.32", "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.29", + "gatsby-core-utils": "^1.0.30", "gatsby-plugin-compile-es6-packages": "^2.1.0", "gatsby-plugin-emotion": "^4.1.24", - "gatsby-plugin-mdx": "^1.0.76", + "gatsby-plugin-mdx": "^1.0.77", "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.49", + "gatsby-source-filesystem": "^2.1.50", "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 222e341295f8f..a1377258be83e 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.55](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.54...gatsby-transformer-remark@2.6.55) (2020-03-06) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.6.54](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.53...gatsby-transformer-remark@2.6.54) (2020-03-06) **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 49463caff9d23..a6f7c87536ac1 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.54", + "version": "2.6.55", "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.29", + "gatsby-core-utils": "^1.0.30", "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 21fad142c5a20..44b76fe2fb375 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.67](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.66...gatsby-transformer-sqip@2.1.67) (2020-03-06) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.1.66](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.65...gatsby-transformer-sqip@2.1.66) (2020-03-06) **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 24f94adbb9518..c1a5a26757543 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.66", + "version": "2.1.67", "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.6", + "gatsby-plugin-sharp": "^2.4.7", "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 617ba087432a0..fbbafb801ad96 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.32](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.31...gatsby@2.19.32) (2020-03-06) + +**Note:** Version bump only for package gatsby + ## [2.19.31](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.30...gatsby@2.19.31) (2020-03-06) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6e62f44d6e20d..b641cfc13b651 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.31", + "version": "2.19.32", "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.30", + "babel-preset-gatsby": "^0.2.31", "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.1", - "gatsby-core-utils": "^1.0.29", + "gatsby-cli": "^2.10.2", + "gatsby-core-utils": "^1.0.30", "gatsby-graphiql-explorer": "^0.2.35", "gatsby-link": "^2.2.30", - "gatsby-plugin-page-creator": "^2.1.41", + "gatsby-plugin-page-creator": "^2.1.42", "gatsby-react-router-scroll": "^2.1.23", - "gatsby-telemetry": "^1.1.50", + "gatsby-telemetry": "^1.1.51", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.5.8",