diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 5c3add39c4509..6f683023834a6 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.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.0...gatsby-admin@0.20.0-next.1) (2021-07-02) + +**Note:** Version bump only for package gatsby-admin + # [0.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.19.0-next.1...gatsby-admin@0.20.0-next.0) (2021-07-01) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 99bceb7599359..cfd7ddd0a89bc 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.20.0-next.0", + "version": "0.20.0-next.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.10.0-next.0", + "gatsby": "^3.10.0-next.1", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.10.0-next.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index a31f74ed240ee..bf758495ae085 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/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. +# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.0...gatsby-worker@0.1.0-next.1) (2021-07-02) + +### Features + +- **gatsby-worker:** add messaging api ([#32159](https://github.com/gatsbyjs/gatsby/issues/32159)) ([5a93e74](https://github.com/gatsbyjs/gatsby/commit/5a93e7485b2718b44a59e595c5b1e896fe9802cb)) + # 0.1.0-next.0 (2021-07-01) ### Features diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 073644c66819c..94e670cf263ad 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-worker", "description": "Utility to create worker pools", - "version": "0.1.0-next.0", + "version": "0.1.0-next.1", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 704a161cdb2a4..39dd483b161eb 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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.0...gatsby@3.10.0-next.1) (2021-07-02) + +### Bug Fixes + +- **gatsby:** add fallback for resolveType ([#32195](https://github.com/gatsbyjs/gatsby/issues/32195)) ([dfef2fb](https://github.com/gatsbyjs/gatsby/commit/dfef2fbeb49b8ad5a7a7a178f28d9b1ce358d757)) + # [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.9.0-next.1...gatsby@3.10.0-next.0) (2021-07-01) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 8f9b0bddab29d..251ff07b4ffe2 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.10.0-next.0", + "version": "3.10.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -85,7 +85,7 @@ "gatsby-plugin-utils": "^1.10.0-next.0", "gatsby-react-router-scroll": "^4.10.0-next.0", "gatsby-telemetry": "^2.10.0-next.0", - "gatsby-worker": "^0.1.0-next.0", + "gatsby-worker": "^0.1.0-next.1", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0",