-
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
Showing
6 changed files
with
25 additions
and
7 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.151](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.151) (2020-09-16) | ||
|
||
### Features | ||
|
||
- **gatsby-admin:** prompt to restart develop process on config changes ([#26916](https://github.com/gatsbyjs/gatsby/issues/26916)) ([1d3ff02](https://github.com/gatsbyjs/gatsby/commit/1d3ff024cb349906373657e8e826a2ac6a415c7c)) | ||
|
||
## [0.1.150](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.150) (2020-09-16) | ||
|
||
### Features | ||
|
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.12.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.99) (2020-09-16) | ||
|
||
### Reverts | ||
|
||
- Revert "chore(gatsby-cli): bundle ink logger (#26887)" (#26921) ([61099b3](https://github.com/gatsbyjs/gatsby/commit/61099b31862f501c148f24aaefde75cc3d090f27)), closes [#26887](https://github.com/gatsbyjs/gatsby/issues/26887) [#26921](https://github.com/gatsbyjs/gatsby/issues/26921) | ||
|
||
## [2.12.98](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.98) (2020-09-16) | ||
|
||
**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.98", | ||
"version": "2.12.99", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
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.62](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.62) (2020-09-16) | ||
|
||
### Features | ||
|
||
- **gatsby:** add babel-lodash plugin to reduce lodash filesize ([#26611](https://github.com/gatsbyjs/gatsby/issues/26611)) ([ede2fd9](https://github.com/gatsbyjs/gatsby/commit/ede2fd9eb89b08d97e5eab0883af819621d7f55f)) | ||
|
||
## [2.24.61](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.61) (2020-09-16) | ||
|
||
### 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.61", | ||
"version": "2.24.62", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -32,9 +32,9 @@ | |
"babel-loader": "^8.1.0", | ||
"babel-plugin-add-module-exports": "^0.3.3", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-remove-graphql-queries": "^2.9.19", | ||
"babel-preset-gatsby": "^0.5.10", | ||
"babel-plugin-lodash": "3.3.4", | ||
"better-opn": "1.0.0", | ||
"better-queue": "^3.8.10", | ||
"bluebird": "^3.7.2", | ||
|
@@ -75,7 +75,7 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.12.98", | ||
"gatsby-cli": "^2.12.99", | ||
"gatsby-core-utils": "^1.3.20", | ||
"gatsby-graphiql-explorer": "^0.4.14", | ||
"gatsby-legacy-polyfills": "^0.0.4", | ||
|