File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
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.11] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.10...gatsby-admin@0.8.11 ) (2021-03-09)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.8.10] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.9...gatsby-admin@0.8.10 ) (2021-03-08)
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.10 " ,
3
+ "version" : " 0.8.11 " ,
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.10 " ,
23
+ "gatsby" : " ^2.32.11 " ,
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.32.11] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.10...gatsby@2.32.11 ) (2021-03-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby:** don't ignore SOURCE_FILE_CHANGED event ([ #30127 ] ( https://github.com/gatsbyjs/gatsby/issues/30127 ) ) ([ #30129 ] ( https://github.com/gatsbyjs/gatsby/issues/30129 ) ) ([ 123e47c] ( https://github.com/gatsbyjs/gatsby/commit/123e47c1d7a79ccf1d2ff5003ae44dc4326129c8 ) )
11
+ - ** gatsby:** set program.verbose when VERBOSE env var is used ([ #30123 ] ( https://github.com/gatsbyjs/gatsby/issues/30123 ) ) ([ #30138 ] ( https://github.com/gatsbyjs/gatsby/issues/30138 ) ) ([ ff7d46e] ( https://github.com/gatsbyjs/gatsby/commit/ff7d46e1a5954bffcf9b1f893d1ce097f0dea49f ) )
12
+
6
13
## [ 2.32.10] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.9...gatsby@2.32.10 ) (2021-03-08)
7
14
8
15
### Bug Fixes
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.10 " ,
4
+ "version" : " 2.32.11 " ,
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