diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 018ee960d7978..6ad21d8a0a794 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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.8...gatsby-admin@0.8.9) (2021-03-01) + +**Note:** Version bump only for package gatsby-admin + ## [0.8.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.7...gatsby-admin@0.8.8) (2021-02-25) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index e40d050d9c255..7671974aafb66 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.8.8", + "version": "0.8.9", "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.8", + "gatsby": "^2.32.9", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^2.12.1", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 40373efb02727..28829c4e2ec95 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.3...gatsby-source-wordpress@4.0.4) (2021-03-01) + +### Bug Fixes + +- **gatsby-source-wordpress:** auto-rename types named "Filter" ([#29718](https://github.com/gatsbyjs/gatsby/issues/29718)) ([#29884](https://github.com/gatsbyjs/gatsby/issues/29884)) ([8986b12](https://github.com/gatsbyjs/gatsby/commit/8986b12d86d1e7b90b68ca00db89f839d0bf0cd8)) +- **gatsby-source-wordpress:** HTML image regex's ([#29778](https://github.com/gatsbyjs/gatsby/issues/29778)) ([#29883](https://github.com/gatsbyjs/gatsby/issues/29883)) ([c2ea9b9](https://github.com/gatsbyjs/gatsby/commit/c2ea9b952d24796a0837440571600ca4fc30f8c2)) + ## [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 diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 90b015eee8a43..38d60f0d9ab9b 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.3", + "version": "4.0.4", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 56dc0623a704d..158c24f8d1175 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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.8...gatsby@2.32.9) (2021-03-01) + +### Bug Fixes + +- query on demand loading indicator always active on preact. ([#29829](https://github.com/gatsbyjs/gatsby/issues/29829)) ([#29882](https://github.com/gatsbyjs/gatsby/issues/29882)) ([706a754](https://github.com/gatsbyjs/gatsby/commit/706a754479a161a8c8bf99be7971e1ab06401229)) + ## [2.32.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.7...gatsby@2.32.8) (2021-02-25) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 65bff104e663e..3ddb6df19bec3 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.8", + "version": "2.32.9", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"