-
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.
- Loading branch information
1 parent
61d8849
commit 4765a4e
Showing
10 changed files
with
37 additions
and
11 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.17](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-08-10) | ||
|
||
### Features | ||
|
||
- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849)) | ||
|
||
## [2.9.16](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-08-06) | ||
|
||
### Bug Fixes | ||
|
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.16", | ||
"version": "2.9.17", | ||
"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.128](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.128) (2020-08-10) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.127](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.127) (2020-08-10) | ||
|
||
**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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.3.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.21) (2020-08-10) | ||
|
||
### Features | ||
|
||
- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849)) | ||
|
||
## [2.3.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.20) (2020-08-05) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-page-creator | ||
|
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.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.18) (2020-08-10) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typescript | ||
|
||
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.17) (2020-08-06) | ||
|
||
**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.17", | ||
"version": "2.4.18", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -16,7 +16,7 @@ | |
"@babel/plugin-proposal-optional-chaining": "^7.10.3", | ||
"@babel/preset-typescript": "^7.10.1", | ||
"@babel/runtime": "^7.10.3", | ||
"babel-plugin-remove-graphql-queries": "^2.9.16" | ||
"babel-plugin-remove-graphql-queries": "^2.9.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.3", | ||
|
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.24.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.39) (2020-08-10) | ||
|
||
### Features | ||
|
||
- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849)) | ||
|
||
## [2.24.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.38) (2020-08-10) | ||
|
||
### Bug Fixes | ||
|
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.24.38", | ||
"version": "2.24.39", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -31,7 +31,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.16", | ||
"babel-plugin-remove-graphql-queries": "^2.9.17", | ||
"babel-preset-gatsby": "^0.5.5", | ||
"better-opn": "1.0.0", | ||
"better-queue": "^3.8.10", | ||
|
@@ -76,8 +76,8 @@ | |
"gatsby-graphiql-explorer": "^0.4.12", | ||
"gatsby-legacy-polyfills": "^0.0.2", | ||
"gatsby-link": "^2.4.13", | ||
"gatsby-plugin-page-creator": "^2.3.20", | ||
"gatsby-plugin-typescript": "^2.4.17", | ||
"gatsby-plugin-page-creator": "^2.3.21", | ||
"gatsby-plugin-typescript": "^2.4.18", | ||
"gatsby-react-router-scroll": "^3.0.12", | ||
"gatsby-telemetry": "^1.3.26", | ||
"glob": "^7.1.6", | ||
|