File tree 26 files changed +81
-27
lines changed
26 files changed +81
-27
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.83] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.82...gatsby-admin@0.1.83 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.1.82] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.81...gatsby-admin@0.1.82 ) (2020-07-02)
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.82 " ,
3
+ "version" : " 0.1.83 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Max Stoiber" ,
6
6
"license" : " MIT" ,
17
17
"@typescript-eslint/parser" : " ^2.28.0" ,
18
18
"csstype" : " ^2.6.10" ,
19
19
"formik" : " ^2.1.4" ,
20
- "gatsby" : " ^2.23.17 " ,
20
+ "gatsby" : " ^2.23.18 " ,
21
21
"gatsby-interface" : " 0.0.173" ,
22
22
"gatsby-plugin-typescript" : " ^2.4.12" ,
23
23
"gatsby-source-graphql" : " ^2.6.1" ,
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.57] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.56...gatsby-cli@2.12.57 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-cli
9
+
6
10
## [ 2.12.56] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.55...gatsby-cli@2.12.56 ) (2020-07-02)
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.56 " ,
4
+ "version" : " 2.12.57 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " cli.js"
27
27
"fs-exists-cached" : " ^1.0.0" ,
28
28
"fs-extra" : " ^8.1.0" ,
29
29
"gatsby-core-utils" : " ^1.3.11" ,
30
- "gatsby-recipes" : " ^0.1.47 " ,
30
+ "gatsby-recipes" : " ^0.1.48 " ,
31
31
"gatsby-telemetry" : " ^1.3.17" ,
32
32
"hosted-git-info" : " ^3.0.4" ,
33
33
"ink" : " ^2.7.1" ,
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.48] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.47...gatsby-recipes@0.1.48 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-recipes
9
+
6
10
## [ 0.1.47] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.46...gatsby-recipes@0.1.47 ) (2020-07-02)
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.47 " ,
4
+ "version" : " 0.1.48 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"main" : " dist/index.js" ,
7
7
"bugs" : {
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.3.22] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.21...gatsby-source-contentful@2.3.22 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-contentful
9
+
6
10
## [ 2.3.21] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.20...gatsby-source-contentful@2.3.21 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-source-contentful
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-contentful" ,
3
3
"description" : " Gatsby source plugin for building websites using the Contentful CMS as a data source" ,
4
- "version" : " 2.3.21 " ,
4
+ "version" : " 2.3.22 " ,
5
5
"author" : " Marcus Ericsson <mericsson@gmail.com> (mericsson.com)" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
19
19
"fs-extra" : " ^8.1.0" ,
20
20
"gatsby-core-utils" : " ^1.3.11" ,
21
21
"gatsby-plugin-sharp" : " ^2.6.17" ,
22
- "gatsby-source-filesystem" : " ^2.3.17 " ,
22
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
23
23
"is-online" : " ^8.4.0" ,
24
24
"json-stringify-safe" : " ^5.0.1" ,
25
25
"lodash" : " ^4.17.15" ,
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.5.20] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.19...gatsby-source-drupal@3.5.20 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-drupal
9
+
6
10
## [ 3.5.19] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.18...gatsby-source-drupal@3.5.19 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-source-drupal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-drupal" ,
3
3
"description" : " Gatsby source plugin for building websites using the Drupal CMS as a data source" ,
4
- "version" : " 3.5.19 " ,
4
+ "version" : " 3.5.20 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
11
11
"axios" : " ^0.19.2" ,
12
12
"bluebird" : " ^3.7.2" ,
13
13
"body-parser" : " ^1.19.0" ,
14
- "gatsby-source-filesystem" : " ^2.3.17 " ,
14
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
15
15
"lodash" : " ^4.17.15" ,
16
16
"tiny-async-pool" : " ^1.1.0"
17
17
},
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.3.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.17...gatsby-source-filesystem@2.3.18 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-filesystem
9
+
6
10
## [ 2.3.17] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.16...gatsby-source-filesystem@2.3.17 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-source-filesystem
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-filesystem" ,
3
3
"description" : " Gatsby plugin which parses files within a directory for further parsing by other plugins" ,
4
- "version" : " 2.3.17 " ,
4
+ "version" : " 2.3.18 " ,
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.2.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.17...gatsby-source-shopify@3.2.18 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-shopify
9
+
6
10
## [ 3.2.17] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.16...gatsby-source-shopify@3.2.17 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-source-shopify
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-shopify" ,
3
- "version" : " 3.2.17 " ,
3
+ "version" : " 3.2.18 " ,
4
4
"description" : " Gatsby source plugin for building websites using Shopfiy as a data source." ,
5
5
"scripts" : {
6
6
"build" : " babel src --out-dir . --ignore \" **/__tests__\" " ,
36
36
"babel-preset-gatsby-package" : " ^0.5.1" ,
37
37
"chalk" : " ^2.4.2" ,
38
38
"gatsby-node-helpers" : " ^0.3.0" ,
39
- "gatsby-source-filesystem" : " ^2.3.17 " ,
39
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
40
40
"graphql-request" : " ^1.8.2" ,
41
41
"lodash" : " ^4.17.15" ,
42
42
"p-iteration" : " ^1.1.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.19] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.18...gatsby-source-wordpress@3.3.19 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-source-wordpress
9
+
6
10
## [ 3.3.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.17...gatsby-source-wordpress@3.3.18 ) (2020-07-02)
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.18 " ,
4
+ "version" : " 3.3.19 " ,
5
5
"author" : " Sebastien Fichot <fichot.sebastien@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
14
14
"bluebird" : " ^3.7.2" ,
15
15
"deep-map" : " ^1.5.0" ,
16
16
"deep-map-keys" : " ^1.2.0" ,
17
- "gatsby-source-filesystem" : " ^2.3.17 " ,
17
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
18
18
"json-stringify-safe" : " ^5.0.1" ,
19
19
"lodash" : " ^4.17.15" ,
20
20
"minimatch" : " ^3.0.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
+ ## [ 1.5.57] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.56...gatsby-theme-blog-core@1.5.57 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-blog-core
9
+
6
10
## [ 1.5.56] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.55...gatsby-theme-blog-core@1.5.56 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-theme-blog-core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-blog-core" ,
3
- "version" : " 1.5.56 " ,
3
+ "version" : " 1.5.57 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)" ,
6
6
"license" : " MIT" ,
24
24
"gatsby-remark-copy-linked-files" : " ^2.3.10" ,
25
25
"gatsby-remark-images" : " ^3.3.17" ,
26
26
"gatsby-remark-smartypants" : " ^2.3.9" ,
27
- "gatsby-source-filesystem" : " ^2.3.17 " ,
27
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
28
28
"gatsby-transformer-sharp" : " ^2.5.10" ,
29
29
"remark-slug" : " ^5.1.2"
30
30
},
31
31
"devDependencies" : {
32
32
"@mdx-js/react" : " ^1.6.6" ,
33
- "gatsby" : " ^2.23.17 " ,
33
+ "gatsby" : " ^2.23.18 " ,
34
34
"prettier" : " 2.0.5" ,
35
35
"react" : " ^16.12.0" ,
36
36
"react-dom" : " ^16.12.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
+ ## [ 1.6.57] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.56...gatsby-theme-blog@1.6.57 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-blog
9
+
6
10
## [ 1.6.56] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.55...gatsby-theme-blog@1.6.56 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-theme-blog
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-blog" ,
3
- "version" : " 1.6.56 " ,
3
+ "version" : " 1.6.57 " ,
4
4
"description" : " A Gatsby theme for miscellaneous blogging with a dark/light mode" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
29
29
"gatsby-plugin-react-helmet" : " ^3.3.9" ,
30
30
"gatsby-plugin-theme-ui" : " ^0.2.53" ,
31
31
"gatsby-plugin-twitter" : " ^2.3.9" ,
32
- "gatsby-theme-blog-core" : " ^1.5.56 " ,
32
+ "gatsby-theme-blog-core" : " ^1.5.57 " ,
33
33
"mdx-utils" : " 0.2.0" ,
34
34
"react-helmet" : " ^5.2.1" ,
35
35
"react-switch" : " ^5.0.1" ,
39
39
"typography-theme-wordpress-2016" : " ^0.16.19"
40
40
},
41
41
"devDependencies" : {
42
- "gatsby" : " ^2.23.17 " ,
42
+ "gatsby" : " ^2.23.18 " ,
43
43
"prettier" : " 2.0.5" ,
44
44
"react" : " ^16.12.0" ,
45
45
"react-dom" : " ^16.12.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
+ ## [ 1.3.83] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.82...gatsby-theme-notes@1.3.83 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-notes
9
+
6
10
## [ 1.3.82] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.81...gatsby-theme-notes@1.3.82 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-theme-notes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-notes" ,
3
3
"description" : " Gatsby Theme for adding a notes section to your website" ,
4
- "version" : " 1.3.82 " ,
4
+ "version" : " 1.3.83 " ,
5
5
"author" : " John Otander" ,
6
6
"license" : " MIT" ,
7
7
"main" : " index.js" ,
20
20
},
21
21
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme" ,
22
22
"devDependencies" : {
23
- "gatsby" : " ^2.23.17 " ,
23
+ "gatsby" : " ^2.23.18 " ,
24
24
"react" : " ^16.12.0" ,
25
25
"react-dom" : " ^16.12.0"
26
26
},
43
43
"gatsby-plugin-meta-redirect" : " ^1.1.1" ,
44
44
"gatsby-plugin-redirects" : " ^1.0.0" ,
45
45
"gatsby-plugin-theme-ui" : " ^0.2.53" ,
46
- "gatsby-source-filesystem" : " ^2.3.17 " ,
46
+ "gatsby-source-filesystem" : " ^2.3.18 " ,
47
47
"is-present" : " ^1.0.0" ,
48
48
"react-feather" : " ^1.1.6" ,
49
49
"theme-ui" : " ^0.2.52" ,
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.0.72] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.71...gatsby-theme-ui-preset@0.0.72 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-ui-preset
9
+
6
10
## [ 0.0.71] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.70...gatsby-theme-ui-preset@0.0.71 ) (2020-07-02)
7
11
8
12
** Note:** Version bump only for package gatsby-theme-ui-preset
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-ui-preset" ,
3
- "version" : " 0.0.71 " ,
3
+ "version" : " 0.0.72 " ,
4
4
"description" : " A Gatsby theme for theme-ui styles" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
30
30
"typography-theme-wordpress-2016" : " ^0.16.19"
31
31
},
32
32
"devDependencies" : {
33
- "gatsby" : " ^2.23.17 " ,
33
+ "gatsby" : " ^2.23.18 " ,
34
34
"prettier" : " 2.0.5" ,
35
35
"react" : " ^16.12.0" ,
36
36
"react-dom" : " ^16.12.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.23.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.17...gatsby@2.23.18 ) (2020-07-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** eslint-config:** Remove deprecated jsx-a11y/label-has-for rule ([ #25317 ] ( https://github.com/gatsbyjs/gatsby/issues/25317 ) ) ([ ff4ce02] ( https://github.com/gatsbyjs/gatsby/commit/ff4ce02 ) )
11
+
6
12
## [ 2.23.17] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.16...gatsby@2.23.17 ) (2020-07-02)
7
13
8
14
** 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.23.17 " ,
4
+ "version" : " 2.23.18 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
72
72
"flat" : " ^4.1.0" ,
73
73
"fs-exists-cached" : " 1.0.0" ,
74
74
"fs-extra" : " ^8.1.0" ,
75
- "gatsby-cli" : " ^2.12.56 " ,
75
+ "gatsby-cli" : " ^2.12.57 " ,
76
76
"gatsby-core-utils" : " ^1.3.11" ,
77
77
"gatsby-graphiql-explorer" : " ^0.4.10" ,
78
78
"gatsby-link" : " ^2.4.11" ,
You can’t perform that action at this time.
0 commit comments