Skip to content

Commit 65274d6

Browse files
committed
1 parent 21f02de commit 65274d6

File tree

10 files changed

+31
-7
lines changed

10 files changed

+31
-7
lines changed

packages/gatsby-admin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.7) (2021-02-25)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.6) (2021-02-24)
711

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

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.32.6",
23+
"gatsby": "^2.32.7",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-feed/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.1) (2021-02-25)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [2.13.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0) (2021-02-02)
713

814
**Note:** Version bump only for package gatsby-plugin-feed

packages/gatsby-plugin-feed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.13.0",
4+
"version": "2.13.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sharp/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.14.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.3) (2021-02-25)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.14.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.2) (2021-02-24)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.14.2",
4+
"version": "2.14.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.3) (2021-02-25)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.11.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.2) (2021-02-24)
711

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

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.11.2",
4+
"version": "2.11.3",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.14.2",
12+
"gatsby-plugin-sharp": "^2.14.3",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.32.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.7) (2021-02-25)
7+
8+
### Features
9+
10+
- **gatsby:** ignore case option in create redirect ([#29742](https://github.com/gatsbyjs/gatsby/issues/29742)) ([91b9d66](https://github.com/gatsbyjs/gatsby/commit/91b9d66891d3a7972c340cb9c9bf141c56ec8027))
11+
612
## [2.32.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.6) (2021-02-24)
713

814
### Features

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.32.6",
4+
"version": "2.32.7",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)