File tree Expand file tree Collapse file tree 10 files changed +31
-7
lines changed
Expand file tree Collapse file tree 10 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
610## [ 0.8.6] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.5...gatsby-admin@0.8.6 ) (2021-02-24)
711
812** Note:** Version bump only for package gatsby-admin
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
612# [ 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)
713
814** Note:** Version bump only for package gatsby-plugin-feed
Original file line number Diff line number Diff line change 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 <nicholas@nicholaswyoung.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
610## [ 2.14.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2 ) (2021-02-24)
711
812### Bug Fixes
Original file line number Diff line number Diff line change 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 <mathews.kyle@gmail.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
610## [ 2.11.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.1...gatsby-transformer-sqip@2.11.2 ) (2021-02-24)
711
812** Note:** Version bump only for package gatsby-transformer-sqip
Original file line number Diff line number Diff line change 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 <roetsch.beni@gmail.com>" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
612## [ 2.32.6] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.5...gatsby@2.32.6 ) (2021-02-24)
713
814### Features
Original file line number Diff line number Diff line change 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 <mathews.kyle@gmail.com>" ,
66 "bin" : {
77 "gatsby" : " ./cli.js"
You can’t perform that action at this time.
0 commit comments