-
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
21 additions
and
5 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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.1) (2021-07-02) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
# [0.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.0) (2021-07-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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.0-next.1) (2021-07-02) | ||
|
||
### Features | ||
|
||
- **gatsby-worker:** add messaging api ([#32159](https://github.com/gatsbyjs/gatsby/issues/32159)) ([5a93e74](https://github.com/gatsbyjs/gatsby/commit/5a93e7485b2718b44a59e595c5b1e896fe9802cb)) | ||
|
||
# 0.1.0-next.0 (2021-07-01) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "0.1.0-next.0", | ||
"version": "0.1.0-next.1", | ||
"author": "Michal Piechowiak<[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. | ||
|
||
# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.1) (2021-07-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** add fallback for resolveType ([#32195](https://github.com/gatsbyjs/gatsby/issues/32195)) ([dfef2fb](https://github.com/gatsbyjs/gatsby/commit/dfef2fbeb49b8ad5a7a7a178f28d9b1ce358d757)) | ||
|
||
# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.0) (2021-07-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": "3.10.0-next.0", | ||
"version": "3.10.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -85,7 +85,7 @@ | |
"gatsby-plugin-utils": "^1.10.0-next.0", | ||
"gatsby-react-router-scroll": "^4.10.0-next.0", | ||
"gatsby-telemetry": "^2.10.0-next.0", | ||
"gatsby-worker": "^0.1.0-next.0", | ||
"gatsby-worker": "^0.1.0-next.1", | ||
"glob": "^7.1.6", | ||
"got": "8.3.2", | ||
"graphql": "^15.4.0", | ||
|