diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 843e2ef96fa44..4a60703199de1 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0...gatsby-admin@0.20.1) (2021-07-21) + +**Note:** Version bump only for package gatsby-admin + # [0.20.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.7...gatsby-admin@0.20.0) (2021-07-20) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index af9ae63d4f597..cf075f27c842a 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.20.0", + "version": "0.20.1", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^4.28.1", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.10.0", + "gatsby": "^3.10.1", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.10.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 31324d395a731..c19cf9b2781bb 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.1...gatsby-plugin-sharp@3.10.2) (2021-07-21) + +### Bug Fixes + +- expose ".del" function on lmdb cache ([#32459](https://github.com/gatsbyjs/gatsby/issues/32459)) ([#32464](https://github.com/gatsbyjs/gatsby/issues/32464)) ([c01551e](https://github.com/gatsbyjs/gatsby/commit/c01551eb9e09cd8471daa1072e7dc99add89fea8)) + ## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0...gatsby-plugin-sharp@3.10.1) (2021-07-21) **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 be083a8ab6fb9..62dd8fcfe2e2d 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.10.1", + "version": "3.10.2", "author": "Kyle Mathews ", "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 2169fd88e78c4..931465841f6bd 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.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.1...gatsby-transformer-sqip@3.10.2) (2021-07-21) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0...gatsby-transformer-sqip@3.10.1) (2021-07-21) **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 17dca74b2c2a7..5fa4449942452 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.10.1", + "version": "3.10.2", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.6", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.10.1", + "gatsby-plugin-sharp": "^3.10.2", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index f795feba9babf..7e4f02d68d938 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0...gatsby@3.10.1) (2021-07-21) + +### Bug Fixes + +- expose ".del" function on lmdb cache ([#32459](https://github.com/gatsbyjs/gatsby/issues/32459)) ([#32464](https://github.com/gatsbyjs/gatsby/issues/32464)) ([c01551e](https://github.com/gatsbyjs/gatsby/commit/c01551eb9e09cd8471daa1072e7dc99add89fea8)) + # [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.7...gatsby@3.10.0) (2021-07-20) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ecbadf7c687c3..07fbee6c016bc 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", + "version": "3.10.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"