diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 79a605d376d79..ffdaf48a81b61 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.8.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.5...gatsby-admin@0.8.6) (2021-02-24) + +**Note:** Version bump only for package gatsby-admin + ## [0.8.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.4...gatsby-admin@0.8.5) (2021-02-24) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index cac2a2468c23b..286b847008654 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.8.5", + "version": "0.8.6", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^2.32.5", + "gatsby": "^2.32.6", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^2.12.1", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 3b156d570a5ad..562fe4e8d7eec 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.2 (2021-02-24) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + # 1.1.0-next.2 (2021-02-19) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 1785a029c49d0..7c4fb08ea5bc5 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "1.0.1", + "version": "1.0.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 629f8f02f91e9..40373efb02727 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. +## [4.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.2...gatsby-source-wordpress@4.0.3) (2021-02-24) + +**Note:** Version bump only for package gatsby-source-wordpress + ## [4.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.1...gatsby-source-wordpress@4.0.2) (2021-02-24) **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 f267766b1818f..90b015eee8a43 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "4.0.2", + "version": "4.0.3", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 332a07c5fcc26..5f023eef9f130 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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.32.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.5...gatsby@2.32.6) (2021-02-24) + +### Features + +- **gatsby:** Respect VERBOSE env var ([#29708](https://github.com/gatsbyjs/gatsby/issues/29708)) ([#29713](https://github.com/gatsbyjs/gatsby/issues/29713)) ([49f19fd](https://github.com/gatsbyjs/gatsby/commit/49f19fd0575f5715b47028ac56472690809606b3)) + ## [2.32.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.4...gatsby@2.32.5) (2021-02-24) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f402ef5f94f8f..54dfac4e9562b 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.32.5", + "version": "2.32.6", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"