-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
20 changed files
with
70 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.9.4](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-06-09) | ||
|
||
### Bug Fixes | ||
|
||
- **babel-plugin-remove-graphql-queries:** Strip ignored characters from query text for better caching and deduping ([#24807](https://github.com/gatsbyjs/gatsby/issues/24807)) ([752f5ff](https://github.com/gatsbyjs/gatsby/commit/752f5ff)) | ||
|
||
## [2.9.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-06-02) | ||
|
||
**Note:** Version bump only for package babel-plugin-remove-graphql-queries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-plugin-remove-graphql-queries", | ||
"version": "2.9.3", | ||
"version": "2.9.4", | ||
"author": "Jason Quense <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.66](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.66) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.65](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.65) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.4.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.5) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typescript | ||
|
||
## [2.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.4) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typescript | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-typescript", | ||
"description": "Adds TypeScript support to Gatsby", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -16,7 +16,7 @@ | |
"@babel/plugin-proposal-optional-chaining": "^7.10.1", | ||
"@babel/preset-typescript": "^7.10.1", | ||
"@babel/runtime": "^7.10.2", | ||
"babel-plugin-remove-graphql-queries": "^2.9.3" | ||
"babel-plugin-remove-graphql-queries": "^2.9.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.3.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.4) (2020-06-09) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-embed-snippet:** readme - change code language ([#24821](https://github.com/gatsbyjs/gatsby/issues/24821)) ([8fcff17](https://github.com/gatsbyjs/gatsby/commit/8fcff17)) | ||
|
||
## [4.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.3) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-remark-embed-snippet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-remark-embed-snippet", | ||
"description": "Gatsby plugin to embed formatted code snippets within markdown", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"author": "Brian Vaughn <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.5.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.41) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.5.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.40) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-blog-core", | ||
"version": "1.5.40", | ||
"version": "1.5.41", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.6.5", | ||
"gatsby": "^2.23.1", | ||
"gatsby": "^2.23.2", | ||
"prettier": "2.0.5", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.6.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.41) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.6.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.40) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.67](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.67) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.3.66](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.66) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.56) (2020-06-09) | ||
|
||
**Note:** Version bump only for package gatsby-theme-ui-preset | ||
|
||
## [0.0.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.55) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby-theme-ui-preset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@[email protected]) (2020-06-09) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-transformer-react-docgen:** update react-docgen, fix tests ([#24788](https://github.com/gatsbyjs/gatsby/issues/24788)) ([032a18c](https://github.com/gatsbyjs/gatsby/commit/032a18c)) | ||
|
||
## [5.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@[email protected]) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-react-docgen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-react-docgen", | ||
"description": "Expose React component metadata and prop information as GraphQL types", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"author": "Jason Quense <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.23.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.23.2) (2020-06-09) | ||
|
||
### Bug Fixes | ||
|
||
- **babel-plugin-remove-graphql-queries:** Strip ignored characters from query text for better caching and deduping ([#24807](https://github.com/gatsbyjs/gatsby/issues/24807)) ([752f5ff](https://github.com/gatsbyjs/gatsby/commit/752f5ff)) | ||
- **gatsby:** Fix issue where inline static query in page gets added to page data ([#24805](https://github.com/gatsbyjs/gatsby/issues/24805)) ([7c9711b](https://github.com/gatsbyjs/gatsby/commit/7c9711b)) | ||
|
||
## [2.23.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.23.1) (2020-06-05) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby", | ||
"description": "Blazing fast modern site generator for React", | ||
"version": "2.23.1", | ||
"version": "2.23.2", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|
@@ -32,7 +32,7 @@ | |
"babel-loader": "^8.1.0", | ||
"babel-plugin-add-module-exports": "^0.3.3", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-remove-graphql-queries": "^2.9.3", | ||
"babel-plugin-remove-graphql-queries": "^2.9.4", | ||
"babel-preset-gatsby": "^0.4.8", | ||
"better-opn": "1.0.0", | ||
"better-queue": "^3.8.10", | ||
|
@@ -72,13 +72,13 @@ | |
"flat": "^4.1.0", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-admin": "^0.1.65", | ||
"gatsby-admin": "^0.1.66", | ||
"gatsby-cli": "^2.12.44", | ||
"gatsby-core-utils": "^1.3.4", | ||
"gatsby-graphiql-explorer": "^0.4.4", | ||
"gatsby-link": "^2.4.5", | ||
"gatsby-plugin-page-creator": "^2.3.8", | ||
"gatsby-plugin-typescript": "^2.4.4", | ||
"gatsby-plugin-typescript": "^2.4.5", | ||
"gatsby-react-router-scroll": "^3.0.2", | ||
"gatsby-telemetry": "^1.3.10", | ||
"glob": "^7.1.6", | ||
|