diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index e81efba369b09..414c6c76a0ae3 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.0-v3rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.3...gatsby-admin@0.10.0-v3rc.4) (2021-03-01) + +**Note:** Version bump only for package gatsby-admin + # [0.10.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.2...gatsby-admin@0.10.0-v3rc.3) (2021-03-01) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index eae8d211a9331..74a127e886881 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.10.0-v3rc.3", + "version": "0.10.0-v3rc.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.0-v3rc.3", + "gatsby": "^3.0.0-v3rc.4", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.0.0-v3rc.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index e23f0ea4e0746..24e9762614d4c 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/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. +# [1.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-v3rc.0...gatsby-plugin-image@1.0.0-v3rc.1) (2021-03-01) + +### Bug Fixes + +- **gatsby-plugin-image:** Update peerdeps ([#29880](https://github.com/gatsbyjs/gatsby/issues/29880)) ([#29888](https://github.com/gatsbyjs/gatsby/issues/29888)) ([85bb8ea](https://github.com/gatsbyjs/gatsby/commit/85bb8ea883a6ad3a847751d92c267654a20e1ea1)) + # [1.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.9...gatsby-plugin-image@1.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-image diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index ce47cd4bb401e..553bbcccdbd94 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.0.0-v3rc.0", + "version": "1.0.0-v3rc.1", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index ff2e9a02deba3..6ba2e5d34f683 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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. +# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-v3rc.1...gatsby-plugin-sharp@3.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-v3rc.0...gatsby-plugin-sharp@3.0.0-v3rc.1) (2021-03-01) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 931857c56d424..69e160305ecff 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.0.0-v3rc.1", + "version": "3.0.0-v3rc.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -34,7 +34,7 @@ "@types/sharp": "^0.27.1", "babel-preset-gatsby-package": "^1.0.0-v3rc.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.0.0-v3rc.0", + "gatsby-plugin-image": "^1.0.0-v3rc.1", "gatsby-plugin-utils": "^1.0.0-v3rc.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 4fcd248f3f4e6..4f028278556f1 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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. +# [5.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-v3rc.1...gatsby-source-contentful@5.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-v3rc.0...gatsby-source-contentful@5.0.0-v3rc.1) (2021-03-01) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index af58253aa3adc..cae09027dfe74 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.0-v3rc.1", + "version": "5.0.0-v3rc.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "contentful": "^8.1.7", "fs-extra": "^9.1.0", "gatsby-core-utils": "^2.0.0-v3rc.0", - "gatsby-plugin-image": "^1.0.0-v3rc.0", + "gatsby-plugin-image": "^1.0.0-v3rc.1", "gatsby-plugin-utils": "^1.0.0-v3rc.0", "gatsby-source-filesystem": "^3.0.0-v3rc.0", "is-online": "^8.5.1", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 84e914001ba86..07a3479497169 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.0.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-v3rc.2...gatsby-source-wordpress@5.0.0-v3rc.3) (2021-03-01) + +### Bug Fixes + +- **gatsby-source-wordpress:** image fixes ([#29813](https://github.com/gatsbyjs/gatsby/issues/29813)) ([#29886](https://github.com/gatsbyjs/gatsby/issues/29886)) ([c8bf571](https://github.com/gatsbyjs/gatsby/commit/c8bf571b70b86684a755aecb8973993d2226c5de)) + # [5.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-v3rc.1...gatsby-source-wordpress@5.0.0-v3rc.2) (2021-03-01) **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 c183291d5853e..f44a7d04b7c43 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.0.0-v3rc.2", + "version": "5.0.0-v3rc.3", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 1f89b2960065a..ed886d3801d73 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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. +# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-v3rc.1...gatsby-transformer-sqip@3.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-v3rc.0...gatsby-transformer-sqip@3.0.0-v3rc.1) (2021-03-01) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 17ceb4bd773d4..b125ff6cec7bf 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.0.0-v3rc.1", + "version": "3.0.0-v3rc.2", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.0.0-v3rc.1", + "gatsby-plugin-sharp": "^3.0.0-v3rc.2", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index a1520af71486e..3811b2108f798 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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. +# [3.0.0-v3rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.3...gatsby@3.0.0-v3rc.4) (2021-03-01) + +### Bug Fixes + +- **gatsby:** Remove `react-hot-loader` deps & other unused deps ([#29864](https://github.com/gatsbyjs/gatsby/issues/29864)) ([#29876](https://github.com/gatsbyjs/gatsby/issues/29876)) ([c266b83](https://github.com/gatsbyjs/gatsby/commit/c266b835d8f8d4d069b04f4ddd2313f8da28de57)) +- **gatsby:** with some custom babel configs array spreading with Set is not safe ([#29885](https://github.com/gatsbyjs/gatsby/issues/29885)) ([#29889](https://github.com/gatsbyjs/gatsby/issues/29889)) ([222ca3f](https://github.com/gatsbyjs/gatsby/commit/222ca3f2faf6892e063d156c370fb1c857092a74)) + # [3.0.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.2...gatsby@3.0.0-v3rc.3) (2021-03-01) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6c51f6579c77b..40143d89648e2 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.0-v3rc.3", + "version": "3.0.0-v3rc.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"