Skip to content

Commit fa41d8a

Browse files
committedJul 2, 2020
chore(release): Publish
- babel-plugin-remove-graphql-queries@2.9.10 - gatsby-admin@0.1.80 - gatsby-plugin-typescript@2.4.11 - gatsby-source-drupal@3.5.18 - gatsby-theme-blog-core@1.5.54 - gatsby-theme-blog@1.6.54 - gatsby-theme-notes@1.3.80 - gatsby-theme-ui-preset@0.0.69 - gatsby@2.23.15
1 parent 6b39645 commit fa41d8a

File tree

18 files changed

+61
-19
lines changed

18 files changed

+61
-19
lines changed
 

‎packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
## [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)
713

814
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

‎packages/babel-plugin-remove-graphql-queries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "2.9.9",
3+
"version": "2.9.10",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",

‎packages/gatsby-admin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [0.1.79](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.78...gatsby-admin@0.1.79) (2020-07-02)
711

812
**Note:** Version bump only for package gatsby-admin

‎packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.79",
3+
"version": "0.1.80",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -17,9 +17,9 @@
1717
"@typescript-eslint/parser": "^2.28.0",
1818
"csstype": "^2.6.10",
1919
"formik": "^2.1.4",
20-
"gatsby": "^2.23.14",
20+
"gatsby": "^2.23.15",
2121
"gatsby-interface": "0.0.173",
22-
"gatsby-plugin-typescript": "^2.4.10",
22+
"gatsby-plugin-typescript": "^2.4.11",
2323
"gatsby-source-graphql": "^2.6.0",
2424
"ncp": "^2.0.0",
2525
"nodemon": "^2.0.4",

‎packages/gatsby-plugin-typescript/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [2.4.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.9...gatsby-plugin-typescript@2.4.10) (2020-07-01)
711

812
**Note:** Version bump only for package gatsby-plugin-typescript

‎packages/gatsby-plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.4.10",
4+
"version": "2.4.11",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
1717
"@babel/preset-typescript": "^7.10.1",
1818
"@babel/runtime": "^7.10.3",
19-
"babel-plugin-remove-graphql-queries": "^2.9.9"
19+
"babel-plugin-remove-graphql-queries": "^2.9.10"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.10.3",

‎packages/gatsby-source-drupal/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
## [3.5.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.16...gatsby-source-drupal@3.5.17) (2020-07-01)
713

814
**Note:** Version bump only for package gatsby-source-drupal

‎packages/gatsby-source-drupal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"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",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-theme-blog-core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
**Note:** Version bump only for package gatsby-theme-blog-core

‎packages/gatsby-theme-blog-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.5.53",
3+
"version": "1.5.54",
44
"main": "index.js",
55
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.6.6",
33-
"gatsby": "^2.23.14",
33+
"gatsby": "^2.23.15",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

‎packages/gatsby-theme-blog/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [1.6.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.52...gatsby-theme-blog@1.6.53) (2020-07-01)
711

812
**Note:** Version bump only for package gatsby-theme-blog

‎packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.6.53",
3+
"version": "1.6.54",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.3.8",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.3.8",
32-
"gatsby-theme-blog-core": "^1.5.53",
32+
"gatsby-theme-blog-core": "^1.5.54",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.23.14",
42+
"gatsby": "^2.23.15",
4343
"prettier": "2.0.5",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

‎packages/gatsby-theme-notes/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [1.3.79](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.78...gatsby-theme-notes@1.3.79) (2020-07-01)
711

812
**Note:** Version bump only for package gatsby-theme-notes

‎packages/gatsby-theme-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.3.79",
4+
"version": "1.3.80",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.23.14",
23+
"gatsby": "^2.23.15",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},

‎packages/gatsby-theme-ui-preset/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
**Note:** Version bump only for package gatsby-theme-ui-preset

‎packages/gatsby-theme-ui-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-ui-preset",
3-
"version": "0.0.68",
3+
"version": "0.0.69",
44
"description": "A Gatsby theme for theme-ui styles",
55
"main": "index.js",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"typography-theme-wordpress-2016": "^0.16.19"
3131
},
3232
"devDependencies": {
33-
"gatsby": "^2.23.14",
33+
"gatsby": "^2.23.15",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

‎packages/gatsby/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
## [2.23.14](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.13...gatsby@2.23.14) (2020-07-01)
713

814
**Note:** Version bump only for package gatsby

‎packages/gatsby/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.23.14",
4+
"version": "2.23.15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -30,7 +30,7 @@
3030
"babel-loader": "^8.1.0",
3131
"babel-plugin-add-module-exports": "^0.3.3",
3232
"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",
3434
"babel-preset-gatsby": "^0.5.0",
3535
"better-opn": "1.0.0",
3636
"better-queue": "^3.8.10",
@@ -75,7 +75,7 @@
7575
"gatsby-graphiql-explorer": "^0.4.9",
7676
"gatsby-link": "^2.4.10",
7777
"gatsby-plugin-page-creator": "^2.3.14",
78-
"gatsby-plugin-typescript": "^2.4.10",
78+
"gatsby-plugin-typescript": "^2.4.11",
7979
"gatsby-react-router-scroll": "^3.0.9",
8080
"gatsby-telemetry": "^1.3.16",
8181
"glob": "^7.1.6",

0 commit comments

Comments
 (0)
Please sign in to comment.