-
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]
- Loading branch information
Showing
14 changed files
with
53 additions
and
15 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. | ||
|
||
## [0.1.147](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.147) (2020-09-14) | ||
|
||
### Features | ||
|
||
- **gatsby-admin:** track plugin telemetry ([#26885](https://github.com/gatsbyjs/gatsby/issues/26885)) ([bf61854](https://github.com/gatsbyjs/gatsby/commit/bf61854dc5bb87911825f925fe839d67e44da986)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) | ||
|
||
## [0.1.146](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.146) (2020-09-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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.12.96](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.96) (2020-09-14) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.12.95](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.95) (2020-09-10) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
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-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "2.12.95", | ||
"version": "2.12.96", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -24,8 +24,8 @@ | |
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.19", | ||
"gatsby-recipes": "^0.2.24", | ||
"gatsby-telemetry": "^1.3.32", | ||
"gatsby-recipes": "^0.2.25", | ||
"gatsby-telemetry": "^1.3.33", | ||
"hosted-git-info": "^3.0.4", | ||
"ink": "^2.7.1", | ||
"ink-spinner": "^3.1.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. | ||
|
||
## [4.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.11) (2020-09-14) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preact | ||
|
||
## [4.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.10) (2020-08-28) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preact | ||
|
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-preact", | ||
"description": "A Gatsby plugin which replaces React with Preact", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -43,4 +43,4 @@ | |
"engines": { | ||
"node": ">=10.13.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. | ||
|
||
## [0.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.25) (2020-09-14) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
||
## [0.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.24) (2020-09-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-recipes", | ||
"description": "Core functionality for Gatsby Recipes", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -45,7 +45,7 @@ | |
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.19", | ||
"gatsby-interface": "^0.0.166", | ||
"gatsby-telemetry": "^1.3.32", | ||
"gatsby-telemetry": "^1.3.33", | ||
"glob": "^7.1.6", | ||
"graphql": "^14.6.0", | ||
"graphql-compose": "^6.3.8", | ||
|
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. | ||
|
||
## [3.5.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.12) (2020-09-14) | ||
|
||
### Features | ||
|
||
- **gatsby-remark-prismjs:** syntax highlighting inside diffs ([#26525](https://github.com/gatsbyjs/gatsby/issues/26525)) ([60fdd22](https://github.com/gatsbyjs/gatsby/commit/60fdd228c67e19538fd66d298ccddb0a08f5cda8)), closes [#20630](https://github.com/gatsbyjs/gatsby/issues/20630) | ||
|
||
## [3.5.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.11) (2020-08-25) | ||
|
||
### 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-remark-prismjs", | ||
"description": "Adds syntax highlighting to code blocks at build time using PrismJS", | ||
"version": "3.5.11", | ||
"version": "3.5.12", | ||
"author": "Kyle Mathews <[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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.33) (2020-09-14) | ||
|
||
### Features | ||
|
||
- **gatsby:** create telemetry service and start it during develop ([#26832](https://github.com/gatsbyjs/gatsby/issues/26832)) ([6132b95](https://github.com/gatsbyjs/gatsby/commit/6132b9517f2d4668c55e98fe63f2509fdb3d130a)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) | ||
|
||
## [1.3.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.32) (2020-09-08) | ||
|
||
**Note:** Version bump only for package gatsby-telemetry | ||
|
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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "1.3.32", | ||
"version": "1.3.33", | ||
"author": "Jarmo Isotalo <[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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.24.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.58) (2020-09-14) | ||
|
||
### Features | ||
|
||
- **gatsby:** create telemetry service and start it during develop ([#26832](https://github.com/gatsbyjs/gatsby/issues/26832)) ([6132b95](https://github.com/gatsbyjs/gatsby/commit/6132b9517f2d4668c55e98fe63f2509fdb3d130a)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) | ||
- **gatsby:** merge GraphQL types defined by different plugins (with a warning) ([#26864](https://github.com/gatsbyjs/gatsby/issues/26864)) ([0bc63fe](https://github.com/gatsbyjs/gatsby/commit/0bc63fe533f8419708a34b962339f43f4955355d)) | ||
- **gatsby-admin:** track plugin telemetry ([#26885](https://github.com/gatsbyjs/gatsby/issues/26885)) ([bf61854](https://github.com/gatsbyjs/gatsby/commit/bf61854dc5bb87911825f925fe839d67e44da986)), closes [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) [#26853](https://github.com/gatsbyjs/gatsby/issues/26853) | ||
|
||
## [2.24.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.57) (2020-09-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.57", | ||
"version": "2.24.58", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -37,8 +37,8 @@ | |
"better-opn": "1.0.0", | ||
"better-queue": "^3.8.10", | ||
"bluebird": "^3.7.2", | ||
"browserslist": "^4.12.2", | ||
"body-parser": "^1.19.0", | ||
"browserslist": "^4.12.2", | ||
"cache-manager": "^2.11.1", | ||
"cache-manager-fs-hash": "^0.0.9", | ||
"chalk": "^2.4.2", | ||
|
@@ -74,15 +74,15 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.12.95", | ||
"gatsby-cli": "^2.12.96", | ||
"gatsby-core-utils": "^1.3.19", | ||
"gatsby-graphiql-explorer": "^0.4.13", | ||
"gatsby-legacy-polyfills": "^0.0.4", | ||
"gatsby-link": "^2.4.13", | ||
"gatsby-plugin-page-creator": "^2.3.27", | ||
"gatsby-plugin-typescript": "^2.4.19", | ||
"gatsby-react-router-scroll": "^3.0.12", | ||
"gatsby-telemetry": "^1.3.32", | ||
"gatsby-telemetry": "^1.3.33", | ||
"glob": "^7.1.6", | ||
"got": "8.3.2", | ||
"graphql": "^14.6.0", | ||
|