diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 89878e4a916cc..828e26ea8311c 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.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.56...gatsby-admin@0.1.57) (2020-06-02) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.55...gatsby-admin@0.1.56) (2020-05-31) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 78db6781bcf9d..cc046b9ad27b3 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.56", + "version": "0.1.57", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^2.28.0", "csstype": "^2.6.10", "formik": "^2.1.4", - "gatsby": "^2.22.15", + "gatsby": "^2.22.16", "gatsby-interface": "0.0.163", "gatsby-plugin-typescript": "^2.4.3", "gatsby-source-graphql": "^2.5.2", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 473a2604f2700..ed91fe89e50ab 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.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.40...gatsby-cli@2.12.41) (2020-06-02) + +**Note:** Version bump only for package gatsby-cli + ## [2.12.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.39...gatsby-cli@2.12.40) (2020-05-31) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index e858d1e7a8413..6a81c03a3daee 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.40", + "version": "2.12.41", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" @@ -26,7 +26,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.3", - "gatsby-recipes": "^0.1.34", + "gatsby-recipes": "^0.1.35", "gatsby-telemetry": "^1.3.9", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index d3301a27ba9a1..38b5c28105cc1 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.6...gatsby-dev-cli@2.7.7) (2020-06-02) + +**Note:** Version bump only for package gatsby-dev-cli + ## [2.7.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.5...gatsby-dev-cli@2.7.6) (2020-05-30) ### Bug Fixes diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index abf272525c387..66a7f86b884fb 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.7.6", + "version": "2.7.7", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index ce4830ec8cadf..adffe9e15eb2e 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/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. +## [4.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.0...gatsby-plugin-preact@4.0.1) (2020-06-02) + +### Bug Fixes + +- **gatsby-plugin-preact:** add preact to framework bundle ([#24154](https://github.com/gatsbyjs/gatsby/issues/24154)) ([0772801](https://github.com/gatsbyjs/gatsby/commit/0772801)) + # [4.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.3.2...gatsby-plugin-preact@4.0.0) (2020-05-20) ### Features diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 8cbda9bacdb63..0af0195812357 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "4.0.0", + "version": "4.0.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 3f86071afb09b..d7b232b2c2f14 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.34...gatsby-recipes@0.1.35) (2020-06-02) + +### Bug Fixes + +- **gatsby-recipes:** move strip-ansi to dependencies ([#24687](https://github.com/gatsbyjs/gatsby/issues/24687)) ([19dc8a9](https://github.com/gatsbyjs/gatsby/commit/19dc8a9)), closes [#20949](https://github.com/gatsbyjs/gatsby/issues/20949) +- **recipe:** AVA - fix brand name ([#24696](https://github.com/gatsbyjs/gatsby/issues/24696)) ([c92da12](https://github.com/gatsbyjs/gatsby/commit/c92da12)) +- **recipe:** Preact - brand name ([#24699](https://github.com/gatsbyjs/gatsby/issues/24699)) ([3c55efe](https://github.com/gatsbyjs/gatsby/commit/3c55efe)) + ## [0.1.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.33...gatsby-recipes@0.1.34) (2020-05-31) ### Bug Fixes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index abb9080262377..b66451aa0825e 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.34", + "version": "0.1.35", "author": "Kyle Mathews ", "main": "dist/index.js", "bugs": { diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index cd5c5471d4379..c4577bbdc80ae 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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.12...gatsby-source-contentful@2.3.13) (2020-06-02) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.11...gatsby-source-contentful@2.3.12) (2020-05-22) **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 53761740f408b..58f61ec165c76 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.12", + "version": "2.3.13", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.3", "gatsby-plugin-sharp": "^2.6.9", - "gatsby-source-filesystem": "^2.3.8", + "gatsby-source-filesystem": "^2.3.9", "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 9479b957591cc..0b9219ce95f44 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.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.9...gatsby-source-drupal@3.5.10) (2020-06-02) + +**Note:** Version bump only for package gatsby-source-drupal + ## [3.5.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.8...gatsby-source-drupal@3.5.9) (2020-05-22) **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 8e42f5b2ed675..8d13f3ab4525c 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.9", + "version": "3.5.10", "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.8", + "gatsby-source-filesystem": "^2.3.9", "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 3339e3681a628..74db300c06d40 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.8...gatsby-source-filesystem@2.3.9) (2020-06-02) + +### Bug Fixes + +- **gatsby-source-filesystem:** fix extension guessing on warm cache ([#24613](https://github.com/gatsbyjs/gatsby/issues/24613)) ([93da8e1](https://github.com/gatsbyjs/gatsby/commit/93da8e1)) + ## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.7...gatsby-source-filesystem@2.3.8) (2020-05-22) **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 bd6846bc845b8..f954b49aa9818 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.8", + "version": "2.3.9", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index a9a1e6d90ef08..7af9060a9606d 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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.8...gatsby-source-shopify@3.2.9) (2020-06-02) + +**Note:** Version bump only for package gatsby-source-shopify + ## [3.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.7...gatsby-source-shopify@3.2.8) (2020-05-22) **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 e0250830df78b..3b7795745f288 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.8", + "version": "3.2.9", "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.2", "chalk": "^2.4.2", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.3.8", + "gatsby-source-filesystem": "^2.3.9", "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 90a1d479c9481..ed5bacffbe805 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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.8...gatsby-source-wordpress@3.3.9) (2020-06-02) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [3.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.7...gatsby-source-wordpress@3.3.8) (2020-05-22) **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 e424aa129d029..cfca39519eb8a 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.8", + "version": "3.3.9", "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.8", + "gatsby-source-filesystem": "^2.3.9", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", "minimatch": "^3.0.4", diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index 94e2262705c51..eda8035733334 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.5.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.31...gatsby-theme-blog-core@1.5.32) (2020-06-02) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.5.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.30...gatsby-theme-blog-core@1.5.31) (2020-05-31) **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 a262b269350b6..35a4af084a7b8 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.5.31", + "version": "1.5.32", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -24,13 +24,13 @@ "gatsby-remark-copy-linked-files": "^2.3.3", "gatsby-remark-images": "^3.3.8", "gatsby-remark-smartypants": "^2.3.2", - "gatsby-source-filesystem": "^2.3.8", + "gatsby-source-filesystem": "^2.3.9", "gatsby-transformer-sharp": "^2.5.3", "remark-slug": "^5.1.2" }, "devDependencies": { "@mdx-js/react": "^1.6.1", - "gatsby": "^2.22.15", + "gatsby": "^2.22.16", "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 642a94d16f84a..3ca8440b328de 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.6.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.31...gatsby-theme-blog@1.6.32) (2020-06-02) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.6.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.30...gatsby-theme-blog@1.6.31) (2020-05-31) **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 9ffdeb363da99..ff28fc691a7d3 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.6.31", + "version": "1.6.32", "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.2", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.2", - "gatsby-theme-blog-core": "^1.5.31", + "gatsby-theme-blog-core": "^1.5.32", "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.22.15", + "gatsby": "^2.22.16", "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 c252b41ebbe7b..737ceaacfb72b 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.58](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.57...gatsby-theme-notes@1.3.58) (2020-06-02) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.3.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.56...gatsby-theme-notes@1.3.57) (2020-05-31) **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 6189d5ebf1dc6..54a193e9f5c09 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.57", + "version": "1.3.58", "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.22.15", + "gatsby": "^2.22.16", "react": "^16.12.0", "react-dom": "^16.12.0" }, @@ -43,7 +43,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.8", + "gatsby-source-filesystem": "^2.3.9", "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 6c18bc2ccfece..b7ec86cbb5c93 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.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.46...gatsby-theme-ui-preset@0.0.47) (2020-06-02) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [0.0.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.45...gatsby-theme-ui-preset@0.0.46) (2020-05-31) **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 e9d53eea652b3..197f59f0a68e2 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.46", + "version": "0.0.47", "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.22.15", + "gatsby": "^2.22.16", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index a6472d46c4d5e..a602723fa1265 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.22.16](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.22.15...gatsby@2.22.16) (2020-06-02) + +**Note:** Version bump only for package gatsby + ## [2.22.15](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.22.14...gatsby@2.22.15) (2020-05-31) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b279d272be60f..d33e845845dfd 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.22.15", + "version": "2.22.16", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -72,8 +72,8 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-admin": "^0.1.56", - "gatsby-cli": "^2.12.40", + "gatsby-admin": "^0.1.57", + "gatsby-cli": "^2.12.41", "gatsby-core-utils": "^1.3.3", "gatsby-graphiql-explorer": "^0.4.3", "gatsby-link": "^2.4.3",