-
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]
- Loading branch information
Showing
16 changed files
with
55 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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.153](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.153) (2020-09-23) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.152](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.152) (2020-09-18) | ||
|
||
**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.12.100](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.100) (2020-09-23) | ||
|
||
### Features | ||
|
||
- **gatsby-cli:** enable set packagemanager ([#26856](https://github.com/gatsbyjs/gatsby/issues/26856)) ([5658b87](https://github.com/gatsbyjs/gatsby/commit/5658b87e0c9f89fde11b3a04bc467fbfbdd9ba0d)) | ||
|
||
## [2.12.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.99) (2020-09-16) | ||
|
||
### Reverts | ||
|
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.99", | ||
"version": "2.12.100", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -24,7 +24,7 @@ | |
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.20", | ||
"gatsby-recipes": "^0.2.27", | ||
"gatsby-recipes": "^0.2.28", | ||
"gatsby-telemetry": "^1.3.35", | ||
"hosted-git-info": "^3.0.4", | ||
"ink": "^2.7.1", | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.1 (2020-09-23) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-graphql-config:** add dependencies ([#26970](https://github.com/gatsbyjs/gatsby/issues/26970)) ([5c5c045](https://github.com/gatsbyjs/gatsby/commit/5c5c045ea1da84d7a788a69963752fce2cfe08d8)) |
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-graphql-config", | ||
"description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Rikki Schulte <[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.4.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.31) (2020-09-23) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-manifest | ||
|
||
## [2.4.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.30) (2020-09-16) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-manifest | ||
|
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-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.4.30", | ||
"version": "2.4.31", | ||
"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. | ||
|
||
## [0.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.28) (2020-09-23) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
||
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.27) (2020-09-16) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
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.27", | ||
"version": "0.2.28", | ||
"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. | ||
|
||
## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-09-23) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-copy-linked-files:** respect assetPrefix ([#26976](https://github.com/gatsbyjs/gatsby/issues/26976)) ([6270c3d](https://github.com/gatsbyjs/gatsby/commit/6270c3d09ba5abfcd73197a3632bdbc737e96768)) | ||
|
||
## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-09-15) | ||
|
||
**Note:** Version bump only for package gatsby-remark-copy-linked-files | ||
|
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-copy-linked-files", | ||
"description": "Find files which are linked to from markdown and copy them to the public directory", | ||
"version": "2.3.15", | ||
"version": "2.3.16", | ||
"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.3.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.47) (2020-09-23) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.3.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.46) (2020-09-15) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
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": "2.3.46", | ||
"version": "2.3.47", | ||
"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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.24.64](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.64) (2020-09-23) | ||
|
||
### Features | ||
|
||
- **gatsby:** Expose typescript transpiler to default site in plugin list ([#26452](https://github.com/gatsbyjs/gatsby/issues/26452)) ([a8ce6e6](https://github.com/gatsbyjs/gatsby/commit/a8ce6e6e2ad46693a49af052cd302187d56e5943)) | ||
|
||
## [2.24.63](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.63) (2020-09-18) | ||
|
||
### 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.63", | ||
"version": "2.24.64", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -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.99", | ||
"gatsby-cli": "^2.12.100", | ||
"gatsby-core-utils": "^1.3.20", | ||
"gatsby-graphiql-explorer": "^0.4.14", | ||
"gatsby-legacy-polyfills": "^0.0.4", | ||
|