diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 505061e419cbe..94ea50facf15a 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.10.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.3...gatsby-admin@0.10.4) (2021-03-09) + +**Note:** Version bump only for package gatsby-admin + ## [0.10.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.2...gatsby-admin@0.10.3) (2021-03-05) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index a6f5b233ed429..a6c7e9d0b47a9 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.10.3", + "version": "0.10.4", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^4.14.2", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.0.3", + "gatsby": "^3.0.4", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.0.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 35d95bdf81516..0440cb164c806 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.1...gatsby-source-contentful@5.0.2) (2021-03-09) + +### Bug Fixes + +- **gatsby-source-contentful:** Set image source format ([#30103](https://github.com/gatsbyjs/gatsby/issues/30103)) ([#30134](https://github.com/gatsbyjs/gatsby/issues/30134)) ([decca5a](https://github.com/gatsbyjs/gatsby/commit/decca5a9124aacc15f8a04afaeba5f0aefa036ce)) + ## [5.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0...gatsby-source-contentful@5.0.1) (2021-03-05) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 286398310096b..a9d98f88f4ec3 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": "5.0.1", + "version": "5.0.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index c020fff5e7e0c..41ff53646dcb3 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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. +## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.3...gatsby@3.0.4) (2021-03-09) + +### Bug Fixes + +- **gatsby:** don't ignore SOURCE_FILE_CHANGED event ([#30127](https://github.com/gatsbyjs/gatsby/issues/30127)) ([#30135](https://github.com/gatsbyjs/gatsby/issues/30135)) ([f8f38f3](https://github.com/gatsbyjs/gatsby/commit/f8f38f3199952c9b42c551e4fc81d07a4af869dc)) +- **gatsby:** freeze the schema only after rebuilding with SitePage ([#30132](https://github.com/gatsbyjs/gatsby/issues/30132)) ([#30137](https://github.com/gatsbyjs/gatsby/issues/30137)) ([31e754f](https://github.com/gatsbyjs/gatsby/commit/31e754fbcd942232717dce785e769650242aa133)) +- **gatsby:** set program.verbose when VERBOSE env var is used ([#30123](https://github.com/gatsbyjs/gatsby/issues/30123)) ([#30136](https://github.com/gatsbyjs/gatsby/issues/30136)) ([bc0eca5](https://github.com/gatsbyjs/gatsby/commit/bc0eca57e51c2dcc23b2b605c28d73e960fd122c)) + ## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.2...gatsby@3.0.3) (2021-03-05) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index eae8d4e7ead5e..24e30a298daa5 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": "3.0.3", + "version": "3.0.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"