Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.20.1
 - gatsby-plugin-sharp@3.10.2
 - gatsby-transformer-sqip@3.10.2
 - gatsby@3.10.1
  • Loading branch information
LekoArts committed Jul 21, 2021
1 parent c01551e commit 609bef1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "3.10.1",
"version": "3.10.2",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"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",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 609bef1

Please sign in to comment.