From 0f53567b9a21f3c4284ff59e8c7316d9a4b1e0ea Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Wed, 13 May 2020 10:56:54 +0300 Subject: [PATCH] chore(release): Publish - babel-preset-gatsby@0.4.2 - gatsby-admin@0.1.25 - gatsby-cli@2.12.18 - gatsby-core-utils@1.2.2 - gatsby-page-utils@0.2.2 - gatsby-plugin-manifest@2.4.3 - gatsby-plugin-mdx@1.2.7 - gatsby-plugin-netlify-cms@4.3.2 - gatsby-plugin-offline@3.2.2 - gatsby-plugin-page-creator@2.3.2 - gatsby-plugin-preload-fonts@1.2.2 - gatsby-plugin-sharp@2.6.3 - gatsby-recipes@0.1.16 - gatsby-remark-images@3.3.3 - gatsby-source-contentful@2.3.4 - gatsby-source-drupal@3.5.2 - gatsby-source-filesystem@2.3.2 - gatsby-source-shopify@3.2.2 - gatsby-source-wordpress@3.3.2 - gatsby-telemetry@1.3.4 - gatsby-theme-blog-core@1.4.25 - gatsby-theme-blog@1.5.25 - gatsby-theme-notes@1.3.25 - gatsby-theme-ui-preset@0.0.15 - gatsby-transformer-remark@2.8.8 - gatsby-transformer-screenshot@2.3.4 - gatsby-transformer-sqip@2.3.3 - gatsby@2.21.25 --- packages/babel-preset-gatsby/CHANGELOG.md | 4 ++++ packages/babel-preset-gatsby/package.json | 4 ++-- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-cli/package.json | 8 ++++---- packages/gatsby-core-utils/CHANGELOG.md | 4 ++++ packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-page-utils/CHANGELOG.md | 4 ++++ packages/gatsby-page-utils/package.json | 4 ++-- packages/gatsby-plugin-manifest/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-manifest/package.json | 4 ++-- packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/package.json | 4 ++-- packages/gatsby-plugin-netlify-cms/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby-plugin-offline/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-offline/package.json | 4 ++-- packages/gatsby-plugin-page-creator/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-page-creator/package.json | 4 ++-- packages/gatsby-plugin-preload-fonts/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-preload-fonts/package.json | 4 ++-- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 4 ++-- packages/gatsby-recipes/CHANGELOG.md | 4 ++++ packages/gatsby-recipes/package.json | 8 ++++---- packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 8 ++++---- packages/gatsby-source-drupal/CHANGELOG.md | 4 ++++ packages/gatsby-source-drupal/package.json | 4 ++-- packages/gatsby-source-filesystem/CHANGELOG.md | 4 ++++ packages/gatsby-source-filesystem/package.json | 4 ++-- packages/gatsby-source-shopify/CHANGELOG.md | 4 ++++ packages/gatsby-source-shopify/package.json | 4 ++-- packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/package.json | 4 ++-- packages/gatsby-telemetry/CHANGELOG.md | 4 ++++ packages/gatsby-telemetry/package.json | 4 ++-- packages/gatsby-theme-blog-core/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog-core/package.json | 14 +++++++------- packages/gatsby-theme-blog/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog/package.json | 6 +++--- packages/gatsby-theme-notes/CHANGELOG.md | 4 ++++ packages/gatsby-theme-notes/package.json | 10 +++++----- packages/gatsby-theme-ui-preset/CHANGELOG.md | 4 ++++ packages/gatsby-theme-ui-preset/package.json | 4 ++-- packages/gatsby-transformer-remark/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-remark/package.json | 4 ++-- .../gatsby-transformer-screenshot/CHANGELOG.md | 4 ++++ .../gatsby-transformer-screenshot/package.json | 2 +- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 12 ++++++------ 56 files changed, 184 insertions(+), 72 deletions(-) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 5ac7ce16a6f71..ee8cd48f225c7 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.4.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.4.1...babel-preset-gatsby@0.4.2) (2020-05-13) + +**Note:** Version bump only for package babel-preset-gatsby + ## [0.4.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.4.0...babel-preset-gatsby@0.4.1) (2020-05-05) ### Bug Fixes diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 6e81fbc4ec890..9f624f8866c1d 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.4.1", + "version": "0.4.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,7 +21,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.2.1" + "gatsby-core-utils": "^1.2.2" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 8c203c39e77a3..69c57b6240dc3 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/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.1.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.24...gatsby-admin@0.1.25) (2020-05-13) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.23...gatsby-admin@0.1.24) (2020-05-12) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 5dfe2d36279ff..f84accb6b6883 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.24", + "version": "0.1.25", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -8,7 +8,7 @@ "dependencies": { "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", - "gatsby": "^2.21.24", + "gatsby": "^2.21.25", "gatsby-plugin-typescript": "^2.4.2", "gatsby-source-graphql": "^2.5.1", "react": "^16.12.0", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index e262eb461dd6c..c4cc23d0a912e 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.12.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.17...gatsby-cli@2.12.18) (2020-05-13) + +**Note:** Version bump only for package gatsby-cli + ## [2.12.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.16...gatsby-cli@2.12.17) (2020-05-12) ### Features diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 2110a640adcb7..a9fd0da5085ea 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.12.17", + "version": "2.12.18", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -25,9 +25,9 @@ "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.15", - "gatsby-telemetry": "^1.3.3", + "gatsby-core-utils": "^1.2.2", + "gatsby-recipes": "^0.1.16", + "gatsby-telemetry": "^1.3.4", "hosted-git-info": "^3.0.4", "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 4628d6f7a485f..577bf22809afc 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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.2.1...gatsby-core-utils@1.2.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-core-utils + ## [1.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.2.0...gatsby-core-utils@1.2.1) (2020-05-05) **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 b5f2bea614b11..d77f5d7f442d3 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.2.1", + "version": "1.2.2", "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 33d6a6beade6d..30a80b1a995c7 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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.1...gatsby-page-utils@0.2.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-page-utils + ## [0.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.0...gatsby-page-utils@0.2.1) (2020-05-05) **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 b84a923db5e72..06d808466a6cf 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.2.1", + "version": "0.2.2", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "scripts": { @@ -24,7 +24,7 @@ "bluebird": "^3.7.2", "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "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 488d82756ad37..3c9338f66b702 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.4.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.2...gatsby-plugin-manifest@2.4.3) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.1...gatsby-plugin-manifest@2.4.2) (2020-05-05) **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 d186131bdf57b..85e072dfe5391 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.4.2", + "version": "2.4.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.9.6", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "semver": "^5.7.1", "sharp": "^0.25.1" }, diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 68e3a433370bb..5ba5ce7332e8b 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.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.6...gatsby-plugin-mdx@1.2.7) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [1.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.5...gatsby-plugin-mdx@1.2.6) (2020-05-05) **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 a5f8539f4b506..8a75d3d97fa80 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.2.6", + "version": "1.2.7", "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.2.1", + "gatsby-core-utils": "^1.2.2", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 3e1f8f126d2f9..cb2fa8d494583 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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.3.1...gatsby-plugin-netlify-cms@4.3.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + ## [4.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.3.0...gatsby-plugin-netlify-cms@4.3.1) (2020-05-05) **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 0aa100860c651..6017311fed36b 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.3.1", + "version": "4.3.2", "author": "Shawn Erquhart ", "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 48d69c71f12c6..581796b3ed523 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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.1...gatsby-plugin-offline@3.2.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-offline + ## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.0...gatsby-plugin-offline@3.2.1) (2020-05-05) **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 440d8ac1435c4..e6d84b6b03388 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.2.1", + "version": "3.2.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.9.6", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "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 204d1b386f963..a5f04a7cf11cb 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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.1...gatsby-plugin-page-creator@2.3.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.0...gatsby-plugin-page-creator@2.3.1) (2020-05-05) **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 8d84282c98928..8904820f136f6 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.3.1", + "version": "2.3.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "@babel/runtime": "^7.9.6", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.2.1", + "gatsby-page-utils": "^0.2.2", "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 2937f05342d5c..dfa54fb198132 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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.1...gatsby-plugin-preload-fonts@1.2.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ## [1.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.0...gatsby-plugin-preload-fonts@1.2.1) (2020-05-05) **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 7e2102a59b0da..68da5bc14ce6b 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.2.1", + "version": "1.2.2", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^2.4.2", "date-fns": "^2.13.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "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 01128f2ffa531..9d3d264b48043 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.6.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.2...gatsby-plugin-sharp@2.6.3) (2020-05-13) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.6.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.1...gatsby-plugin-sharp@2.6.2) (2020-05-07) ### Bug Fixes diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index fabe09d30d75a..757a3a686e13b 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.6.2", + "version": "2.6.3", "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.2.1", + "gatsby-core-utils": "^1.2.2", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 0225be433cbcc..4c8e6322ef7aa 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/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.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.15...gatsby-recipes@0.1.16) (2020-05-13) + +**Note:** Version bump only for package gatsby-recipes + ## [0.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.14...gatsby-recipes@0.1.15) (2020-05-11) ### Features diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index a32d0fda93f91..2dccdbf2f738b 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "0.1.15", + "version": "0.1.16", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -24,7 +24,7 @@ "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-remove-graphql-queries": "^2.9.1", - "babel-preset-gatsby": "^0.4.1", + "babel-preset-gatsby": "^0.4.2", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -32,8 +32,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", - "gatsby-telemetry": "^1.3.3", + "gatsby-core-utils": "^1.2.2", + "gatsby-telemetry": "^1.3.4", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index d92b31199b1a8..9a3834cb99c08 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.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.2...gatsby-remark-images@3.3.3) (2020-05-13) + +**Note:** Version bump only for package gatsby-remark-images + ## [3.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.1...gatsby-remark-images@3.3.2) (2020-05-08) ### Bug Fixes diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 8daab6e2e0867..07e56aec535bd 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.3.2", + "version": "3.3.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.9.6", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "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 7a28b0ff83093..60bced45b4821 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.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.3...gatsby-source-contentful@2.3.4) (2020-05-13) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.2...gatsby-source-contentful@2.3.3) (2020-05-07) **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 d11927fd95867..54ea4c227157c 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.3.3", + "version": "2.3.4", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "contentful": "^7.14.4", "deep-map": "^1.5.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", - "gatsby-plugin-sharp": "^2.6.2", - "gatsby-source-filesystem": "^2.3.1", + "gatsby-core-utils": "^1.2.2", + "gatsby-plugin-sharp": "^2.6.3", + "gatsby-source-filesystem": "^2.3.2", "is-online": "^8.3.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 0806fb24ef0a2..d14368b2f9629 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.5.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.1...gatsby-source-drupal@3.5.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.0...gatsby-source-drupal@3.5.1) (2020-05-05) ### Bug Fixes diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index e330a2b73950c..50c2092715b52 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.5.1", + "version": "3.5.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.19.2", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.3.1", + "gatsby-source-filesystem": "^2.3.2", "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 e38041f43700d..da03086593b1a 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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.1...gatsby-source-filesystem@2.3.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.0...gatsby-source-filesystem@2.3.1) (2020-05-05) **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 bb31066c53038..8d03555038b87 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.3.1", + "version": "2.3.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.5", diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 861c518eeaeb4..6c0ee83a51d28 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.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.1...gatsby-source-shopify@3.2.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.0...gatsby-source-shopify@3.2.1) (2020-05-05) **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 9b27287465902..ab687a317e285 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.2.1", + "version": "3.2.2", "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.4.1", "chalk": "^2.4.2", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.3.1", + "gatsby-source-filesystem": "^2.3.2", "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 eb9c9b5a0d962..0bf5194aa799f 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.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.1...gatsby-source-wordpress@3.3.2) (2020-05-13) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.0...gatsby-source-wordpress@3.3.1) (2020-05-05) **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 cf96a49c284c2..081d0e880ff9c 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.3.1", + "version": "3.3.2", "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.3.1", + "gatsby-source-filesystem": "^2.3.2", "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 e969947e42b02..7102552178611 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.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.3...gatsby-telemetry@1.3.4) (2020-05-13) + +**Note:** Version bump only for package gatsby-telemetry + ## [1.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.2...gatsby-telemetry@1.3.3) (2020-05-08) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index fa9971ae724cd..c6ff74d472ed1 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.3.3", + "version": "1.3.4", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "configstore": "^5.0.1", "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "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 32f7145611ee6..8f83e2032de2b 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.4.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.4.24...gatsby-theme-blog-core@1.4.25) (2020-05-13) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.4.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.4.23...gatsby-theme-blog-core@1.4.24) (2020-05-12) **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 d2254512bc463..1d8b7f7316b7f 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.4.24", + "version": "1.4.25", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -18,19 +18,19 @@ }, "dependencies": { "@mdx-js/mdx": "^1.6.1", - "gatsby-core-utils": "^1.2.1", - "gatsby-plugin-mdx": "^1.2.6", - "gatsby-plugin-sharp": "^2.6.2", + "gatsby-core-utils": "^1.2.2", + "gatsby-plugin-mdx": "^1.2.7", + "gatsby-plugin-sharp": "^2.6.3", "gatsby-remark-copy-linked-files": "^2.3.2", - "gatsby-remark-images": "^3.3.2", + "gatsby-remark-images": "^3.3.3", "gatsby-remark-smartypants": "^2.3.1", - "gatsby-source-filesystem": "^2.3.1", + "gatsby-source-filesystem": "^2.3.2", "gatsby-transformer-sharp": "^2.5.2", "remark-slug": "^5.1.2" }, "devDependencies": { "@mdx-js/react": "^1.6.1", - "gatsby": "^2.21.24", + "gatsby": "^2.21.25", "prettier": "2.0.5", "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 c6ed2b17d0354..50e0fa05f52cc 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.5.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.5.24...gatsby-theme-blog@1.5.25) (2020-05-13) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.5.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.5.23...gatsby-theme-blog@1.5.24) (2020-05-12) **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 f6eeca47fd2b5..dc4189f69da75 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.5.24", + "version": "1.5.25", "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.3.1", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.1", - "gatsby-theme-blog-core": "^1.4.24", + "gatsby-theme-blog-core": "^1.4.25", "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.21.24", + "gatsby": "^2.21.25", "prettier": "2.0.5", "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 bb3b9a02c6689..144a10184d6f6 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.3.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.24...gatsby-theme-notes@1.3.25) (2020-05-13) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.3.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.23...gatsby-theme-notes@1.3.24) (2020-05-12) **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 895df30c38ce7..11411300f8c27 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.3.24", + "version": "1.3.25", "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.21.24", + "gatsby": "^2.21.25", "react": "^16.12.0", "react-dom": "^16.12.0" }, @@ -36,14 +36,14 @@ "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "gatsby-plugin-compile-es6-packages": "^2.1.0", "gatsby-plugin-emotion": "^4.3.1", - "gatsby-plugin-mdx": "^1.2.6", + "gatsby-plugin-mdx": "^1.2.7", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-redirects": "^1.0.0", "gatsby-plugin-theme-ui": "^0.2.53", - "gatsby-source-filesystem": "^2.3.1", + "gatsby-source-filesystem": "^2.3.2", "is-present": "^1.0.0", "react-feather": "^1.1.6", "theme-ui": "^0.2.52", diff --git a/packages/gatsby-theme-ui-preset/CHANGELOG.md b/packages/gatsby-theme-ui-preset/CHANGELOG.md index 188c95e16fdc1..053d46cbef027 100644 --- a/packages/gatsby-theme-ui-preset/CHANGELOG.md +++ b/packages/gatsby-theme-ui-preset/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.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.14...gatsby-theme-ui-preset@0.0.15) (2020-05-13) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [0.0.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.13...gatsby-theme-ui-preset@0.0.14) (2020-05-12) **Note:** Version bump only for package gatsby-theme-ui-preset diff --git a/packages/gatsby-theme-ui-preset/package.json b/packages/gatsby-theme-ui-preset/package.json index e2844a2d9505c..bfb7f62f82895 100644 --- a/packages/gatsby-theme-ui-preset/package.json +++ b/packages/gatsby-theme-ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-ui-preset", - "version": "0.0.14", + "version": "0.0.15", "description": "A Gatsby theme for theme-ui styles", "main": "index.js", "keywords": [ @@ -30,7 +30,7 @@ "typography-theme-wordpress-2016": "^0.16.19" }, "devDependencies": { - "gatsby": "^2.21.24", + "gatsby": "^2.21.25", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 7586782b647f9..7749f10cb9d77 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.8.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.7...gatsby-transformer-remark@2.8.8) (2020-05-13) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.8.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.6...gatsby-transformer-remark@2.8.7) (2020-05-06) ### Features diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 4bb21cc169519..f0fbaae655209 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.8.7", + "version": "2.8.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.9.6", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index c7457c504117f..d942b76f144be 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.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.3...gatsby-transformer-screenshot@2.3.4) (2020-05-13) + +**Note:** Version bump only for package gatsby-transformer-screenshot + ## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.2...gatsby-transformer-screenshot@2.3.3) (2020-05-05) ### Bug Fixes diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index d931ffcdaf5df..dd4c08d45545f 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.3.3", + "version": "2.3.4", "author": "David Beckley ", "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 6dfe495a7cac6..f5c29a31be498 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.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.3.2...gatsby-transformer-sqip@2.3.3) (2020-05-13) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.3.1...gatsby-transformer-sqip@2.3.2) (2020-05-07) **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 30777383559e3..96d58adadf3f1 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.3.2", + "version": "2.3.3", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.9.6", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.6.2", + "gatsby-plugin-sharp": "^2.6.3", "md5-file": "^4.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^2.4.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 5b5dfea8f1d7b..111a9af634514 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.21.25](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.21.24...gatsby@2.21.25) (2020-05-13) + +**Note:** Version bump only for package gatsby + ## [2.21.24](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.21.23...gatsby@2.21.24) (2020-05-12) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 3ff57ce5da8d8..c52faaa420dfc 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.21.24", + "version": "2.21.25", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -32,7 +32,7 @@ "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-remove-graphql-queries": "^2.9.1", - "babel-preset-gatsby": "^0.4.1", + "babel-preset-gatsby": "^0.4.2", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -71,14 +71,14 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.17", - "gatsby-core-utils": "^1.2.1", + "gatsby-cli": "^2.12.18", + "gatsby-core-utils": "^1.2.2", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", - "gatsby-plugin-page-creator": "^2.3.1", + "gatsby-plugin-page-creator": "^2.3.2", "gatsby-plugin-typescript": "^2.4.2", "gatsby-react-router-scroll": "^3.0.0", - "gatsby-telemetry": "^1.3.3", + "gatsby-telemetry": "^1.3.4", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0",