File tree 10 files changed +31
-7
lines changed
10 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.7] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.6...gatsby-admin@0.8.7 ) (2021-02-25)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.8.6] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.5...gatsby-admin@0.8.6 ) (2021-02-24)
7
11
8
12
** Note:** Version bump only for package gatsby-admin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-admin" ,
3
- "version" : " 0.8.6 " ,
3
+ "version" : " 0.8.7 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Max Stoiber" ,
6
6
"license" : " MIT" ,
20
20
"@typescript-eslint/parser" : " ^2.34.0" ,
21
21
"csstype" : " ^2.6.14" ,
22
22
"formik" : " ^2.2.6" ,
23
- "gatsby" : " ^2.32.6 " ,
23
+ "gatsby" : " ^2.32.7 " ,
24
24
"gatsby-interface" : " ^0.0.244" ,
25
25
"gatsby-plugin-typescript" : " ^2.12.1" ,
26
26
"gatsby-plugin-webfonts" : " ^1.1.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.13.1] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.13.0...gatsby-plugin-feed@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
+
6
12
# [ 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)
7
13
8
14
** Note:** Version bump only for package gatsby-plugin-feed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-feed" ,
3
3
"description" : " Creates an RSS feed for your Gatsby site." ,
4
- "version" : " 2.13.0 " ,
4
+ "version" : " 2.13.1 " ,
5
5
"author" : " Nicholas Young <nicholas@nicholaswyoung.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.14.3] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.2...gatsby-plugin-sharp@2.14.3 ) (2021-02-25)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-sharp
9
+
6
10
## [ 2.14.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2 ) (2021-02-24)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-sharp" ,
3
3
"description" : " Wrapper of the Sharp image manipulation library for Gatsby plugins" ,
4
- "version" : " 2.14.2 " ,
4
+ "version" : " 2.14.3 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.11.3] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.2...gatsby-transformer-sqip@2.11.3 ) (2021-02-25)
7
+
8
+ ** Note:** Version bump only for package gatsby-transformer-sqip
9
+
6
10
## [ 2.11.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.1...gatsby-transformer-sqip@2.11.2 ) (2021-02-24)
7
11
8
12
** Note:** Version bump only for package gatsby-transformer-sqip
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-transformer-sqip" ,
3
3
"description" : " Generates geometric primitive version of images" ,
4
- "version" : " 2.11.2 " ,
4
+ "version" : " 2.11.3 " ,
5
5
"author" : " Benedikt Rötsch <roetsch.beni@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
8
8
},
9
9
"dependencies" : {
10
10
"@babel/runtime" : " ^7.12.5" ,
11
11
"fs-extra" : " ^8.1.0" ,
12
- "gatsby-plugin-sharp" : " ^2.14.2 " ,
12
+ "gatsby-plugin-sharp" : " ^2.14.3 " ,
13
13
"md5-file" : " ^5.0.0" ,
14
14
"mini-svg-data-uri" : " ^1.2.3" ,
15
15
"p-queue" : " ^6.6.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.32.7] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.6...gatsby@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
+
6
12
## [ 2.32.6] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.5...gatsby@2.32.6 ) (2021-02-24)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby" ,
3
3
"description" : " Blazing fast modern site generator for React" ,
4
- "version" : " 2.32.6 " ,
4
+ "version" : " 2.32.7 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
You can’t perform that action at this time.
0 commit comments