Skip to content

Commit c9692ab

Browse files

File tree

18 files changed

+57
-19
lines changed

18 files changed

+57
-19
lines changed

packages/babel-plugin-remove-graphql-queries/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.9.12](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-07-03)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
## [2.9.11](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-07-02)
711

812
**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.11",
3+
"version": "2.9.12",
44
"author": "Jason Quense <[email protected]>",
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.84](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.84) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.83](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.83) (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.83",
3+
"version": "0.1.84",
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.18",
20+
"gatsby": "^2.23.19",
2121
"gatsby-interface": "0.0.173",
22-
"gatsby-plugin-typescript": "^2.4.12",
22+
"gatsby-plugin-typescript": "^2.4.13",
2323
"gatsby-source-graphql": "^2.6.1",
2424
"ncp": "^2.0.0",
2525
"nodemon": "^2.0.4",

packages/gatsby-design-tokens/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.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.10) (2020-07-03)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-design-tokens:** Add border definitions to theme ([#25486](https://github.com/gatsbyjs/gatsby/issues/25486)) ([7efdbd3](https://github.com/gatsbyjs/gatsby/commit/7efdbd3))
11+
612
## [2.0.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.9) (2020-06-29)
713

814
### Bug Fixes

packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

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.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.13) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typescript
9+
610
## [2.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.12) (2020-07-02)
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.12",
4+
"version": "2.4.13",
55
"author": "Kyle Mathews <[email protected]>",
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.11"
19+
"babel-plugin-remove-graphql-queries": "^2.9.12"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.10.3",

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.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.58) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.5.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.57) (2020-07-02)
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.57",
3+
"version": "1.5.58",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.6.6",
33-
"gatsby": "^2.23.18",
33+
"gatsby": "^2.23.19",
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.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.58) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.6.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.57) (2020-07-02)
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.57",
3+
"version": "1.6.58",
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.9",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.3.9",
32-
"gatsby-theme-blog-core": "^1.5.57",
32+
"gatsby-theme-blog-core": "^1.5.58",
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.18",
42+
"gatsby": "^2.23.19",
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.84](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.84) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.3.83](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.83) (2020-07-02)
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.83",
4+
"version": "1.3.84",
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.18",
23+
"gatsby": "^2.23.19",
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.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.73) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby-theme-ui-preset
9+
610
## [0.0.72](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.72) (2020-07-02)
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.72",
3+
"version": "0.0.73",
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.18",
33+
"gatsby": "^2.23.19",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

packages/gatsby/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.23.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.23.19) (2020-07-03)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.23.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.23.18) (2020-07-02)
711

812
### Bug Fixes

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.18",
4+
"version": "2.23.19",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -32,7 +32,7 @@
3232
"babel-loader": "^8.1.0",
3333
"babel-plugin-add-module-exports": "^0.3.3",
3434
"babel-plugin-dynamic-import-node": "^2.3.3",
35-
"babel-plugin-remove-graphql-queries": "^2.9.11",
35+
"babel-plugin-remove-graphql-queries": "^2.9.12",
3636
"babel-preset-gatsby": "^0.5.1",
3737
"better-opn": "1.0.0",
3838
"better-queue": "^3.8.10",
@@ -77,7 +77,7 @@
7777
"gatsby-graphiql-explorer": "^0.4.10",
7878
"gatsby-link": "^2.4.11",
7979
"gatsby-plugin-page-creator": "^2.3.15",
80-
"gatsby-plugin-typescript": "^2.4.12",
80+
"gatsby-plugin-typescript": "^2.4.13",
8181
"gatsby-react-router-scroll": "^3.0.10",
8282
"gatsby-telemetry": "^1.3.17",
8383
"glob": "^7.1.6",

0 commit comments

Comments
 (0)