File tree 14 files changed +57
-14
lines changed
14 files changed +57
-14
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.1.150] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.149...gatsby-admin@0.1.150 ) (2020-09-16)
7
+
8
+ ### Features
9
+
10
+ - ** gatsby-admin:** track errors ([ #26903 ] ( https://github.com/gatsbyjs/gatsby/issues/26903 ) ) ([ 617cc1d] ( https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142 ) )
11
+ - ** gatsby-admin:** track pageviews to telemetry ([ #26902 ] ( https://github.com/gatsbyjs/gatsby/issues/26902 ) ) ([ f61b19b] ( https://github.com/gatsbyjs/gatsby/commit/f61b19be4779f37e959d5169c40299bbd655585a ) )
12
+
6
13
## [ 0.1.149] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.148...gatsby-admin@0.1.149 ) (2020-09-15)
7
14
8
15
** 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.1.149 " ,
3
+ "version" : " 0.1.150 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Max Stoiber" ,
6
6
"license" : " MIT" ,
19
19
"csstype" : " ^2.6.10" ,
20
20
"feedback-fish" : " ^0.1.12" ,
21
21
"formik" : " ^2.1.4" ,
22
- "gatsby" : " ^2.24.60 " ,
22
+ "gatsby" : " ^2.24.61 " ,
23
23
"gatsby-interface" : " 0.0.183" ,
24
24
"gatsby-plugin-typescript" : " ^2.4.20" ,
25
25
"gatsby-plugin-webfonts" : " ^1.1.3" ,
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.12.98] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.97...gatsby-cli@2.12.98 ) (2020-09-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-cli
9
+
6
10
## [ 2.12.97] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.96...gatsby-cli@2.12.97 ) (2020-09-15)
7
11
8
12
** Note:** Version bump only for package gatsby-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-cli" ,
3
3
"description" : " Gatsby command-line interface for creating new sites and running Gatsby commands" ,
4
- "version" : " 2.12.97 " ,
4
+ "version" : " 2.12.98 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " cli.js"
24
24
"fs-exists-cached" : " ^1.0.0" ,
25
25
"fs-extra" : " ^8.1.0" ,
26
26
"gatsby-core-utils" : " ^1.3.20" ,
27
- "gatsby-recipes" : " ^0.2.26 " ,
28
- "gatsby-telemetry" : " ^1.3.34 " ,
27
+ "gatsby-recipes" : " ^0.2.27 " ,
28
+ "gatsby-telemetry" : " ^1.3.35 " ,
29
29
"hosted-git-info" : " ^3.0.4" ,
30
30
"is-valid-path" : " ^0.1.1" ,
31
31
"lodash" : " ^4.17.20" ,
61
61
"babel-preset-gatsby-package" : " ^0.5.3" ,
62
62
"concurrently" : " ^5.0.0" ,
63
63
"cross-env" : " ^5.2.1" ,
64
- "rimraf" : " ^3.0.2" ,
65
64
"ink" : " ^2.7.1" ,
66
65
"ink-spinner" : " ^3.1.0" ,
67
66
"react" : " ^16.8.0" ,
67
+ "rimraf" : " ^3.0.2" ,
68
68
"rollup" : " ^2.23.0" ,
69
69
"rollup-plugin-auto-external" : " ^2.0.0" ,
70
70
"rollup-plugin-internal" : " ^1.0.0" ,
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.4.19] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.18...gatsby-image@2.4.19 ) (2020-09-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-image:** Don't assume DOM state is valid at hydration stage ([ #26097 ] ( https://github.com/gatsbyjs/gatsby/issues/26097 ) ) ([ cf34304] ( https://github.com/gatsbyjs/gatsby/commit/cf3430462748cecdfb4b9f6b61285534fb4a2ea9 ) )
11
+
6
12
## [ 2.4.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.17...gatsby-image@2.4.18 ) (2020-09-15)
7
13
8
14
** Note:** Version bump only for package gatsby-image
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-image" ,
3
3
"description" : " Lazy-loading React image component with optional support for the blur-up effect." ,
4
- "version" : " 2.4.18 " ,
4
+ "version" : " 2.4.19 " ,
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.4.30] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.29...gatsby-plugin-manifest@2.4.30 ) (2020-09-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-manifest
9
+
6
10
## [ 2.4.29] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.28...gatsby-plugin-manifest@2.4.29 ) (2020-09-15)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-manifest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-manifest" ,
3
3
"description" : " Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps" ,
4
- "version" : " 2.4.29 " ,
4
+ "version" : " 2.4.30 " ,
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
+ ## [ 0.2.27] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.26...gatsby-recipes@0.2.27 ) (2020-09-16)
7
+
8
+ ** Note:** Version bump only for package gatsby-recipes
9
+
6
10
## [ 0.2.26] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.25...gatsby-recipes@0.2.26 ) (2020-09-15)
7
11
8
12
** Note:** Version bump only for package gatsby-recipes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-recipes" ,
3
3
"description" : " Core functionality for Gatsby Recipes" ,
4
- "version" : " 0.2.26 " ,
4
+ "version" : " 0.2.27 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
45
45
"fs-extra" : " ^8.1.0" ,
46
46
"gatsby-core-utils" : " ^1.3.20" ,
47
47
"gatsby-interface" : " ^0.0.166" ,
48
- "gatsby-telemetry" : " ^1.3.34 " ,
48
+ "gatsby-telemetry" : " ^1.3.35 " ,
49
49
"glob" : " ^7.1.6" ,
50
50
"graphql" : " ^14.6.0" ,
51
51
"graphql-compose" : " ^6.3.8" ,
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
+ ## [ 1.3.35] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.34...gatsby-telemetry@1.3.35 ) (2020-09-16)
7
+
8
+ ### Features
9
+
10
+ - ** gatsby-admin:** track errors ([ #26903 ] ( https://github.com/gatsbyjs/gatsby/issues/26903 ) ) ([ 617cc1d] ( https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142 ) )
11
+
6
12
## [ 1.3.34] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.33...gatsby-telemetry@1.3.34 ) (2020-09-15)
7
13
8
14
** Note:** Version bump only for package gatsby-telemetry
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-telemetry" ,
3
3
"description" : " Gatsby Telemetry" ,
4
- "version" : " 1.3.34 " ,
4
+ "version" : " 1.3.35 " ,
5
5
"author" : " Jarmo Isotalo <jarmo@isotalo.fi>" ,
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.24.61] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.60...gatsby@2.24.61 ) (2020-09-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-cli:** pass --verbose flag to gatsby build properly ([ #26904 ] ( https://github.com/gatsbyjs/gatsby/issues/26904 ) ) ([ 55e82f3] ( https://github.com/gatsbyjs/gatsby/commit/55e82f3e90adc87750aedcc00fe52ec1ca9de38f ) )
11
+
12
+ ### Features
13
+
14
+ - ** gatsby:** add ` Site ` and ` SiteSiteMetadata ` to built-in GraphQL types ([ #26866 ] ( https://github.com/gatsbyjs/gatsby/issues/26866 ) ) ([ 8636370] ( https://github.com/gatsbyjs/gatsby/commit/8636370ceeb0443f56dea4797157ec8887301e6b ) )
15
+ - ** gatsby:** print node counts in CLI ([ #26907 ] ( https://github.com/gatsbyjs/gatsby/issues/26907 ) ) ([ 34f7a5a] ( https://github.com/gatsbyjs/gatsby/commit/34f7a5a1ed79cd2cc167502f2f07dffff3088766 ) )
16
+ - ** gatsby-admin:** track errors ([ #26903 ] ( https://github.com/gatsbyjs/gatsby/issues/26903 ) ) ([ 617cc1d] ( https://github.com/gatsbyjs/gatsby/commit/617cc1dd0e16d60abbea1caec8d3a63f8dbe4142 ) )
17
+
6
18
## [ 2.24.60] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.59...gatsby@2.24.60 ) (2020-09-15)
7
19
8
20
### 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.24.60 " ,
4
+ "version" : " 2.24.61 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
74
74
"find-cache-dir" : " ^3.3.1" ,
75
75
"fs-exists-cached" : " 1.0.0" ,
76
76
"fs-extra" : " ^8.1.0" ,
77
- "gatsby-cli" : " ^2.12.97 " ,
77
+ "gatsby-cli" : " ^2.12.98 " ,
78
78
"gatsby-core-utils" : " ^1.3.20" ,
79
79
"gatsby-graphiql-explorer" : " ^0.4.14" ,
80
80
"gatsby-legacy-polyfills" : " ^0.0.4" ,
81
81
"gatsby-link" : " ^2.4.14" ,
82
82
"gatsby-plugin-page-creator" : " ^2.3.28" ,
83
83
"gatsby-plugin-typescript" : " ^2.4.20" ,
84
84
"gatsby-react-router-scroll" : " ^3.0.13" ,
85
- "gatsby-telemetry" : " ^1.3.34 " ,
85
+ "gatsby-telemetry" : " ^1.3.35 " ,
86
86
"glob" : " ^7.1.6" ,
87
87
"got" : " 8.3.2" ,
88
88
"graphql" : " ^14.6.0" ,
You can’t perform that action at this time.
0 commit comments