-
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
1 parent
43952c6
commit 9c8b442
Showing
14 changed files
with
45 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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.113](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.113) (2020-08-03) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.112](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.112) (2020-07-31) | ||
|
||
**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.69](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.69) (2020-08-03) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.12.68](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.68) (2020-07-30) | ||
|
||
**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.68", | ||
"version": "2.12.69", | ||
"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.14", | ||
"gatsby-recipes": "^0.1.58", | ||
"gatsby-telemetry": "^1.3.24", | ||
"gatsby-recipes": "^0.1.59", | ||
"gatsby-telemetry": "^1.3.25", | ||
"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. | ||
|
||
## [0.1.59](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.59) (2020-08-03) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
||
## [0.1.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.58) (2020-07-30) | ||
|
||
**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.1.58", | ||
"version": "0.1.59", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"main": "dist/index.js", | ||
"bugs": { | ||
|
@@ -32,7 +32,7 @@ | |
"express-graphql": "^0.9.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.14", | ||
"gatsby-telemetry": "^1.3.24", | ||
"gatsby-telemetry": "^1.3.25", | ||
"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.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.24) (2020-08-03) | ||
|
||
### Bug Fixes | ||
|
||
- **readme:** gatsby-remark-images -> put code in code fences ([#25854](https://github.com/gatsbyjs/gatsby/issues/25854)) ([96fdb6b](https://github.com/gatsbyjs/gatsby/commit/96fdb6b)) | ||
|
||
## [3.3.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.23) (2020-07-30) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
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-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "3.3.23", | ||
"version": "3.3.24", | ||
"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. | ||
|
||
## [3.3.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.27) (2020-08-03) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
||
## [3.3.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.26) (2020-07-24) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
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-wordpress", | ||
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.", | ||
"version": "3.3.26", | ||
"version": "3.3.27", | ||
"author": "Sebastien Fichot <[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.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.25) (2020-08-03) | ||
|
||
### Features | ||
|
||
- **gatsby-telemetry:** Add API to track feature usage ([#26071](https://github.com/gatsbyjs/gatsby/issues/26071)) ([22196a1](https://github.com/gatsbyjs/gatsby/commit/22196a1)) | ||
|
||
## [1.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.24) (2020-07-30) | ||
|
||
### 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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "1.3.24", | ||
"version": "1.3.25", | ||
"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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.24.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.24) (2020-08-03) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
||
## [2.24.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.23) (2020-07-31) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
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.23", | ||
"version": "2.24.24", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -71,15 +71,15 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.12.68", | ||
"gatsby-cli": "^2.12.69", | ||
"gatsby-core-utils": "^1.3.14", | ||
"gatsby-graphiql-explorer": "^0.4.12", | ||
"gatsby-legacy-polyfills": "^0.0.2", | ||
"gatsby-link": "^2.4.13", | ||
"gatsby-plugin-page-creator": "^2.3.19", | ||
"gatsby-plugin-typescript": "^2.4.16", | ||
"gatsby-react-router-scroll": "^3.0.12", | ||
"gatsby-telemetry": "^1.3.24", | ||
"gatsby-telemetry": "^1.3.25", | ||
"glob": "^7.1.6", | ||
"got": "8.3.2", | ||
"graphql": "^14.6.0", | ||
|