File tree 14 files changed +45
-13
lines changed 14 files changed +45
-13
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.113] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.112...gatsby-admin@0.1.113 ) (2020-08-03)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.1.112] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.110...gatsby-admin@0.1.112 ) (2020-07-31)
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.1.112 " ,
3
+ "version" : " 0.1.113 " ,
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.23 " ,
22
+ "gatsby" : " ^2.24.24 " ,
23
23
"gatsby-interface" : " 0.0.183" ,
24
24
"gatsby-plugin-typescript" : " ^2.4.16" ,
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.69] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.68...gatsby-cli@2.12.69 ) (2020-08-03)
7
+
8
+ ** Note:** Version bump only for package gatsby-cli
9
+
6
10
## [ 2.12.68] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.67...gatsby-cli@2.12.68 ) (2020-07-30)
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.68 " ,
4
+ "version" : " 2.12.69 " ,
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.14" ,
27
- "gatsby-recipes" : " ^0.1.58 " ,
28
- "gatsby-telemetry" : " ^1.3.24 " ,
27
+ "gatsby-recipes" : " ^0.1.59 " ,
28
+ "gatsby-telemetry" : " ^1.3.25 " ,
29
29
"hosted-git-info" : " ^3.0.4" ,
30
30
"ink" : " ^2.7.1" ,
31
31
"ink-spinner" : " ^3.1.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
+ ## [ 0.1.59] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.58...gatsby-recipes@0.1.59 ) (2020-08-03)
7
+
8
+ ** Note:** Version bump only for package gatsby-recipes
9
+
6
10
## [ 0.1.58] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.57...gatsby-recipes@0.1.58 ) (2020-07-30)
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.1.58 " ,
4
+ "version" : " 0.1.59 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"main" : " dist/index.js" ,
7
7
"bugs" : {
32
32
"express-graphql" : " ^0.9.0" ,
33
33
"fs-extra" : " ^8.1.0" ,
34
34
"gatsby-core-utils" : " ^1.3.14" ,
35
- "gatsby-telemetry" : " ^1.3.24 " ,
35
+ "gatsby-telemetry" : " ^1.3.25 " ,
36
36
"glob" : " ^7.1.6" ,
37
37
"graphql" : " ^14.6.0" ,
38
38
"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
+ ## [ 3.3.24] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.23...gatsby-remark-images@3.3.24 ) (2020-08-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** readme:** gatsby-remark-images -> put code in code fences ([ #25854 ] ( https://github.com/gatsbyjs/gatsby/issues/25854 ) ) ([ 96fdb6b] ( https://github.com/gatsbyjs/gatsby/commit/96fdb6b ) )
11
+
6
12
## [ 3.3.23] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.22...gatsby-remark-images@3.3.23 ) (2020-07-30)
7
13
8
14
** Note:** Version bump only for package gatsby-remark-images
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-remark-images" ,
3
3
"description" : " Processes images in markdown so they can be used in the production build." ,
4
- "version" : " 3.3.23 " ,
4
+ "version" : " 3.3.24 " ,
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
+ ## [ 3.3.27] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.26...gatsby-source-wordpress@3.3.27 ) (2020-08-03)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-wordpress
9
+
6
10
## [ 3.3.26] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.25...gatsby-source-wordpress@3.3.26 ) (2020-07-24)
7
11
8
12
** Note:** Version bump only for package gatsby-source-wordpress
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-wordpress" ,
3
3
"description" : " Gatsby source plugin for building websites using the WordPress CMS as a data source." ,
4
- "version" : " 3.3.26 " ,
4
+ "version" : " 3.3.27 " ,
5
5
"author" : " Sebastien Fichot <fichot.sebastien@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
+ ## [ 1.3.25] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.24...gatsby-telemetry@1.3.25 ) (2020-08-03)
7
+
8
+ ### Features
9
+
10
+ - ** gatsby-telemetry:** Add API to track feature usage ([ #26071 ] ( https://github.com/gatsbyjs/gatsby/issues/26071 ) ) ([ 22196a1] ( https://github.com/gatsbyjs/gatsby/commit/22196a1 ) )
11
+
6
12
## [ 1.3.24] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.23...gatsby-telemetry@1.3.24 ) (2020-07-30)
7
13
8
14
### Features
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.24 " ,
4
+ "version" : " 1.3.25 " ,
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.24] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.23...gatsby@2.24.24 ) (2020-08-03)
7
+
8
+ ** Note:** Version bump only for package gatsby
9
+
6
10
## [ 2.24.23] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.21...gatsby@2.24.23 ) (2020-07-31)
7
11
8
12
** Note:** Version bump only for package gatsby
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.23 " ,
4
+ "version" : " 2.24.24 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
71
71
"find-cache-dir" : " ^3.3.1" ,
72
72
"fs-exists-cached" : " 1.0.0" ,
73
73
"fs-extra" : " ^8.1.0" ,
74
- "gatsby-cli" : " ^2.12.68 " ,
74
+ "gatsby-cli" : " ^2.12.69 " ,
75
75
"gatsby-core-utils" : " ^1.3.14" ,
76
76
"gatsby-graphiql-explorer" : " ^0.4.12" ,
77
77
"gatsby-legacy-polyfills" : " ^0.0.2" ,
78
78
"gatsby-link" : " ^2.4.13" ,
79
79
"gatsby-plugin-page-creator" : " ^2.3.19" ,
80
80
"gatsby-plugin-typescript" : " ^2.4.16" ,
81
81
"gatsby-react-router-scroll" : " ^3.0.12" ,
82
- "gatsby-telemetry" : " ^1.3.24 " ,
82
+ "gatsby-telemetry" : " ^1.3.25 " ,
83
83
"glob" : " ^7.1.6" ,
84
84
"got" : " 8.3.2" ,
85
85
"graphql" : " ^14.6.0" ,
You can’t perform that action at this time.
0 commit comments