Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.8.7
 - gatsby-plugin-feed@2.13.1
 - gatsby-plugin-sharp@2.14.3
 - gatsby-transformer-sqip@2.11.3
 - gatsby@2.32.7
  • Loading branch information
ascorbic committed Feb 25, 2021
1 parent 21f02de commit 65274d6
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 7 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.8.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.6...gatsby-admin@0.8.7) (2021-02-25)

**Note:** Version bump only for package gatsby-admin

## [0.8.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.5...gatsby-admin@0.8.6) (2021-02-24)

**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.8.6",
"version": "0.8.7",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^2.32.6",
"gatsby": "^2.32.7",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-feed/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.

## [2.13.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.13.0...gatsby-plugin-feed@2.13.1) (2021-02-25)

### Bug Fixes

- **gatsby-plugin-feed:** Exists function and update version fs-extra ([#29616](https://github.com/gatsbyjs/gatsby/issues/29616)) ([#29764](https://github.com/gatsbyjs/gatsby/issues/29764)) ([21f02de](https://github.com/gatsbyjs/gatsby/commit/21f02de1479f6c3c33cb3a13e47c138a8ecd7d4e))

# [2.13.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.13.0-next.0...gatsby-plugin-feed@2.13.0) (2021-02-02)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "2.13.0",
"version": "2.13.1",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/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.

## [2.14.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.2...gatsby-plugin-sharp@2.14.3) (2021-02-25)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.14.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2) (2021-02-24)

### Bug Fixes
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": "2.14.2",
"version": "2.14.3",
"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.

## [2.11.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.2...gatsby-transformer-sqip@2.11.3) (2021-02-25)

**Note:** Version bump only for package gatsby-transformer-sqip

## [2.11.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.1...gatsby-transformer-sqip@2.11.2) (2021-02-24)

**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": "2.11.2",
"version": "2.11.3",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.14.2",
"gatsby-plugin-sharp": "^2.14.3",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.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.

## [2.32.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.6...gatsby@2.32.7) (2021-02-25)

### Features

- **gatsby:** ignore case option in create redirect ([#29742](https://github.com/gatsbyjs/gatsby/issues/29742)) ([91b9d66](https://github.com/gatsbyjs/gatsby/commit/91b9d66891d3a7972c340cb9c9bf141c56ec8027))

## [2.32.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.5...gatsby@2.32.6) (2021-02-24)

### Features
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": "2.32.6",
"version": "2.32.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 65274d6

Please sign in to comment.