File tree 18 files changed +61
-19
lines changed
babel-plugin-remove-graphql-queries
18 files changed +61
-19
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
+ ## [ 2.9.10] ( https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.9...babel-plugin-remove-graphql-queries@2.9.10 ) (2020-07-02)
7
+
8
+ ### Features
9
+
10
+ - ** gatsby:** Track static queries by template ([ #25120 ] ( https://github.com/gatsbyjs/gatsby/issues/25120 ) ) ([ 6b39645] ( https://github.com/gatsbyjs/gatsby/commit/6b39645 ) )
11
+
6
12
## [ 2.9.9] ( https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.8...babel-plugin-remove-graphql-queries@2.9.9 ) (2020-07-01)
7
13
8
14
** Note:** Version bump only for package babel-plugin-remove-graphql-queries
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-remove-graphql-queries" ,
3
- "version" : " 2.9.9 " ,
3
+ "version" : " 2.9.10 " ,
4
4
"author" : " Jason Quense <monastic.panic@gmail.com>" ,
5
5
"repository" : {
6
6
"type" : " git" ,
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.80] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.79...gatsby-admin@0.1.80 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.1.79] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.78...gatsby-admin@0.1.79 ) (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.79 " ,
3
+ "version" : " 0.1.80 " ,
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.14 " ,
20
+ "gatsby" : " ^2.23.15 " ,
21
21
"gatsby-interface" : " 0.0.173" ,
22
- "gatsby-plugin-typescript" : " ^2.4.10 " ,
22
+ "gatsby-plugin-typescript" : " ^2.4.11 " ,
23
23
"gatsby-source-graphql" : " ^2.6.0" ,
24
24
"ncp" : " ^2.0.0" ,
25
25
"nodemon" : " ^2.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
+ ## [ 2.4.11] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.10...gatsby-plugin-typescript@2.4.11 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-plugin-typescript
9
+
6
10
## [ 2.4.10] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.9...gatsby-plugin-typescript@2.4.10 ) (2020-07-01)
7
11
8
12
** Note:** Version bump only for package gatsby-plugin-typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-typescript" ,
3
3
"description" : " Adds TypeScript support to Gatsby" ,
4
- "version" : " 2.4.10 " ,
4
+ "version" : " 2.4.11 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
16
16
"@babel/plugin-proposal-optional-chaining" : " ^7.10.3" ,
17
17
"@babel/preset-typescript" : " ^7.10.1" ,
18
18
"@babel/runtime" : " ^7.10.3" ,
19
- "babel-plugin-remove-graphql-queries" : " ^2.9.9 "
19
+ "babel-plugin-remove-graphql-queries" : " ^2.9.10 "
20
20
},
21
21
"devDependencies" : {
22
22
"@babel/cli" : " ^7.10.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
+ ## [ 3.5.18] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.17...gatsby-source-drupal@3.5.18 ) (2020-07-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-source-drupal:** end activities if errors are thrown ([ #25447 ] ( https://github.com/gatsbyjs/gatsby/issues/25447 ) ) ([ fae19ac] ( https://github.com/gatsbyjs/gatsby/commit/fae19ac ) )
11
+
6
12
## [ 3.5.17] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.16...gatsby-source-drupal@3.5.17 ) (2020-07-01)
7
13
8
14
** 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.17 " ,
4
+ "version" : " 3.5.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
+ ## [ 1.5.54] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.53...gatsby-theme-blog-core@1.5.54 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-blog-core
9
+
6
10
## [ 1.5.53] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.52...gatsby-theme-blog-core@1.5.53 ) (2020-07-01)
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.53 " ,
3
+ "version" : " 1.5.54 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)" ,
6
6
"license" : " MIT" ,
30
30
},
31
31
"devDependencies" : {
32
32
"@mdx-js/react" : " ^1.6.6" ,
33
- "gatsby" : " ^2.23.14 " ,
33
+ "gatsby" : " ^2.23.15 " ,
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.54] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.53...gatsby-theme-blog@1.6.54 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-blog
9
+
6
10
## [ 1.6.53] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.52...gatsby-theme-blog@1.6.53 ) (2020-07-01)
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.53 " ,
3
+ "version" : " 1.6.54 " ,
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.8" ,
30
30
"gatsby-plugin-theme-ui" : " ^0.2.53" ,
31
31
"gatsby-plugin-twitter" : " ^2.3.8" ,
32
- "gatsby-theme-blog-core" : " ^1.5.53 " ,
32
+ "gatsby-theme-blog-core" : " ^1.5.54 " ,
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.14 " ,
42
+ "gatsby" : " ^2.23.15 " ,
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.80] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.79...gatsby-theme-notes@1.3.80 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-notes
9
+
6
10
## [ 1.3.79] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.78...gatsby-theme-notes@1.3.79 ) (2020-07-01)
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.79 " ,
4
+ "version" : " 1.3.80 " ,
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.14 " ,
23
+ "gatsby" : " ^2.23.15 " ,
24
24
"react" : " ^16.12.0" ,
25
25
"react-dom" : " ^16.12.0"
26
26
},
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.69] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.68...gatsby-theme-ui-preset@0.0.69 ) (2020-07-02)
7
+
8
+ ** Note:** Version bump only for package gatsby-theme-ui-preset
9
+
6
10
## [ 0.0.68] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.67...gatsby-theme-ui-preset@0.0.68 ) (2020-07-01)
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.68 " ,
3
+ "version" : " 0.0.69 " ,
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.14 " ,
33
+ "gatsby" : " ^2.23.15 " ,
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.15] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.14...gatsby@2.23.15 ) (2020-07-02)
7
+
8
+ ### Features
9
+
10
+ - ** gatsby:** Track static queries by template ([ #25120 ] ( https://github.com/gatsbyjs/gatsby/issues/25120 ) ) ([ 6b39645] ( https://github.com/gatsbyjs/gatsby/commit/6b39645 ) )
11
+
6
12
## [ 2.23.14] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.13...gatsby@2.23.14 ) (2020-07-01)
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.14 " ,
4
+ "version" : " 2.23.15 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
30
30
"babel-loader" : " ^8.1.0" ,
31
31
"babel-plugin-add-module-exports" : " ^0.3.3" ,
32
32
"babel-plugin-dynamic-import-node" : " ^2.3.3" ,
33
- "babel-plugin-remove-graphql-queries" : " ^2.9.9 " ,
33
+ "babel-plugin-remove-graphql-queries" : " ^2.9.10 " ,
34
34
"babel-preset-gatsby" : " ^0.5.0" ,
35
35
"better-opn" : " 1.0.0" ,
36
36
"better-queue" : " ^3.8.10" ,
75
75
"gatsby-graphiql-explorer" : " ^0.4.9" ,
76
76
"gatsby-link" : " ^2.4.10" ,
77
77
"gatsby-plugin-page-creator" : " ^2.3.14" ,
78
- "gatsby-plugin-typescript" : " ^2.4.10 " ,
78
+ "gatsby-plugin-typescript" : " ^2.4.11 " ,
79
79
"gatsby-react-router-scroll" : " ^3.0.9" ,
80
80
"gatsby-telemetry" : " ^1.3.16" ,
81
81
"glob" : " ^7.1.6" ,
You can’t perform that action at this time.
0 commit comments