-
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]
- Loading branch information
Showing
18 changed files
with
61 additions
and
13 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.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.2) (2020-12-03) | ||
|
||
### Features | ||
|
||
- **create-gatsby:** Prompt for site name ([#28401](https://github.com/gatsbyjs/gatsby/issues/28401)) ([5ffb6dd](https://github.com/gatsbyjs/gatsby/commit/5ffb6ddc5d3fdcf1658b66d186269dc4eb412b4b)) | ||
|
||
# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.1) (2020-12-01) | ||
|
||
### 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
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.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.2) (2020-12-03) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.1) (2020-12-01) | ||
|
||
**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.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.2) (2020-12-03) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
# [2.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.1) (2020-12-01) | ||
|
||
**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.16.0-next.1", | ||
"version": "2.16.0-next.2", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -19,7 +19,7 @@ | |
"common-tags": "^1.8.0", | ||
"configstore": "^5.0.1", | ||
"convert-hrtime": "^3.0.0", | ||
"create-gatsby": "^0.2.0-next.1", | ||
"create-gatsby": "^0.2.0-next.2", | ||
"envinfo": "^7.7.3", | ||
"execa": "^3.4.0", | ||
"fs-exists-cached": "^1.0.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. | ||
|
||
# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2020-12-03) | ||
|
||
**Note:** Version bump only for package gatsby-dev-cli | ||
|
||
# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.0) (2020-11-26) | ||
|
||
### 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-dev-cli", | ||
"description": "CLI helpers for contributors working on Gatsby", | ||
"version": "2.11.0-next.0", | ||
"version": "2.11.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby-dev": "./dist/index.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.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.2) (2020-12-03) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-sharp:** decode URL so it matches the cache key ([#28449](https://github.com/gatsbyjs/gatsby/issues/28449)) ([946eed0](https://github.com/gatsbyjs/gatsby/commit/946eed0fb8cff37471d85a2b0d09f493e7e0442d)) | ||
|
||
# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2020-12-01) | ||
|
||
### 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-plugin-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "2.11.0-next.1", | ||
"version": "2.11.0-next.2", | ||
"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. | ||
|
||
# [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.0-next.2) (2020-12-03) | ||
|
||
### Performance Improvements | ||
|
||
- **gatsby-source-contentful:** prevent redundant fs/remote fetches for base64 ([#28438](https://github.com/gatsbyjs/gatsby/issues/28438)) ([2755cfa](https://github.com/gatsbyjs/gatsby/commit/2755cfaa0e459dd47be32aa7b69bcf0f5950356a)) | ||
|
||
# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.0-next.1) (2020-12-01) | ||
|
||
### Performance Improvements | ||
|
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-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "4.3.0-next.1", | ||
"version": "4.3.0-next.2", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"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. | ||
|
||
# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@[email protected]) (2020-12-03) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-remark | ||
|
||
# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@[email protected]) (2020-11-26) | ||
|
||
### 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-transformer-remark", | ||
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", | ||
"version": "2.13.0-next.0", | ||
"version": "2.13.0-next.1", | ||
"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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.2) (2020-12-03) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
||
# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.1) (2020-12-01) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
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,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-transformer-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "2.8.0-next.1", | ||
"version": "2.8.0-next.2", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-plugin-sharp": "^2.11.0-next.1", | ||
"gatsby-plugin-sharp": "^2.11.0-next.2", | ||
"md5-file": "^5.0.0", | ||
"mini-svg-data-uri": "^1.2.3", | ||
"p-queue": "^6.6.2", | ||
|
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,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.29.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.2) (2020-12-03) | ||
|
||
### Bug Fixes | ||
|
||
- PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds ([#28427](https://github.com/gatsbyjs/gatsby/issues/28427)) ([95b4fdd](https://github.com/gatsbyjs/gatsby/commit/95b4fdd7a7ce2032a658a9cc14e6bcb219fb2bc2)) | ||
|
||
### Features | ||
|
||
- **gatsby:** Add new caching clearing behavior for webpack/file downloads behind flags ([#28334](https://github.com/gatsbyjs/gatsby/issues/28334)) ([f57d590](https://github.com/gatsbyjs/gatsby/commit/f57d590142a67bd8c79c7805d3298f316198fde9)) | ||
|
||
# [2.29.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.1) (2020-12-01) | ||
|
||
### 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.29.0-next.1", | ||
"version": "2.29.0-next.2", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -77,7 +77,7 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.16.0-next.1", | ||
"gatsby-cli": "^2.16.0-next.2", | ||
"gatsby-core-utils": "^1.7.0-next.0", | ||
"gatsby-graphiql-explorer": "^0.8.0-next.0", | ||
"gatsby-legacy-polyfills": "^0.4.0-next.0", | ||
|