diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 6151fcf3e0f3f..2d6c5264a6519 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.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.12.0...gatsby-admin@0.12.1) (2021-04-01) + +**Note:** Version bump only for package gatsby-admin + # [0.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.12.0-next.1...gatsby-admin@0.12.0) (2021-03-30) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 5dba75df17d30..f318e8820b2a5 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.12.0", + "version": "0.12.1", "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.2.0", + "gatsby": "^3.2.1", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.2.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 9cd0ecaa401ee..f254ada84b4d8 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.2.0...gatsby-source-wordpress@5.2.1) (2021-04-01) + +### Bug Fixes + +- **gatsby-source-wordpress:** Enable preview mode in PINC builds ([#30601](https://github.com/gatsbyjs/gatsby/issues/30601)) ([#30627](https://github.com/gatsbyjs/gatsby/issues/30627)) ([63d3716](https://github.com/gatsbyjs/gatsby/commit/63d37163684a64ac92ad5ca64bf6cb9b0cdba49d)) + # [5.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.2.0-next.1...gatsby-source-wordpress@5.2.0) (2021-03-30) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index c8389d1c0368f..80f5762992562 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": "5.2.0", + "version": "5.2.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index cd3a05412bdcc..fbfb955e7bbe9 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. +## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.2.0...gatsby@3.2.1) (2021-04-01) + +### Bug Fixes + +- **gatsby:** fix incorrect intersection of filtered results ([#30594](https://github.com/gatsbyjs/gatsby/issues/30594)) ([#30626](https://github.com/gatsbyjs/gatsby/issues/30626)) ([a4f8a14](https://github.com/gatsbyjs/gatsby/commit/a4f8a14fd65100a70650f476e4dd12af6f4e94fd)) + # [3.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.2.0-next.1...gatsby@3.2.0) (2021-03-30) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b095545ea5665..14a900fa744e4 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.2.0", + "version": "3.2.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"