-
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] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
30 changed files
with
98 additions
and
30 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.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.57) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.56) (2020-05-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.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.41) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.12.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.40) (2020-05-31) | ||
|
||
**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.40", | ||
"version": "2.12.41", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "lib/index.js" | ||
|
@@ -26,7 +26,7 @@ | |
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.3", | ||
"gatsby-recipes": "^0.1.34", | ||
"gatsby-recipes": "^0.1.35", | ||
"gatsby-telemetry": "^1.3.9", | ||
"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 |
---|---|---|
|
@@ -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.7.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.7) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-dev-cli | ||
|
||
## [2.7.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.6) (2020-05-30) | ||
|
||
### 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.7.6", | ||
"version": "2.7.7", | ||
"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. | ||
|
||
## [4.0.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.1) (2020-06-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-preact:** add preact to framework bundle ([#24154](https://github.com/gatsbyjs/gatsby/issues/24154)) ([0772801](https://github.com/gatsbyjs/gatsby/commit/0772801)) | ||
|
||
# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0) (2020-05-20) | ||
|
||
### 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-plugin-preact", | ||
"description": "A Gatsby plugin which replaces React with Preact", | ||
"version": "4.0.0", | ||
"version": "4.0.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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.35) (2020-06-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-recipes:** move strip-ansi to dependencies ([#24687](https://github.com/gatsbyjs/gatsby/issues/24687)) ([19dc8a9](https://github.com/gatsbyjs/gatsby/commit/19dc8a9)), closes [#20949](https://github.com/gatsbyjs/gatsby/issues/20949) | ||
- **recipe:** AVA - fix brand name ([#24696](https://github.com/gatsbyjs/gatsby/issues/24696)) ([c92da12](https://github.com/gatsbyjs/gatsby/commit/c92da12)) | ||
- **recipe:** Preact - brand name ([#24699](https://github.com/gatsbyjs/gatsby/issues/24699)) ([3c55efe](https://github.com/gatsbyjs/gatsby/commit/3c55efe)) | ||
|
||
## [0.1.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.34) (2020-05-31) | ||
|
||
### 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-recipes", | ||
"description": "Core functionality for Gatsby Recipes", | ||
"version": "0.1.34", | ||
"version": "0.1.35", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"main": "dist/index.js", | ||
"bugs": { | ||
|
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.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.13) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.12) (2020-05-22) | ||
|
||
**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.12", | ||
"version": "2.3.13", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -19,7 +19,7 @@ | |
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.3", | ||
"gatsby-plugin-sharp": "^2.6.9", | ||
"gatsby-source-filesystem": "^2.3.8", | ||
"gatsby-source-filesystem": "^2.3.9", | ||
"is-online": "^8.3.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.15", | ||
|
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.5.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.10) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-source-drupal | ||
|
||
## [3.5.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.9) (2020-05-22) | ||
|
||
**Note:** Version bump only for package gatsby-source-drupal | ||
|
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-drupal", | ||
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", | ||
"version": "3.5.9", | ||
"version": "3.5.10", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"axios": "^0.19.2", | ||
"bluebird": "^3.7.2", | ||
"body-parser": "^1.19.0", | ||
"gatsby-source-filesystem": "^2.3.8", | ||
"gatsby-source-filesystem": "^2.3.9", | ||
"lodash": "^4.17.15", | ||
"tiny-async-pool": "^1.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.3.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.9) (2020-06-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-source-filesystem:** fix extension guessing on warm cache ([#24613](https://github.com/gatsbyjs/gatsby/issues/24613)) ([93da8e1](https://github.com/gatsbyjs/gatsby/commit/93da8e1)) | ||
|
||
## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.8) (2020-05-22) | ||
|
||
**Note:** Version bump only for package gatsby-source-filesystem | ||
|
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-filesystem", | ||
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", | ||
"version": "2.3.8", | ||
"version": "2.3.9", | ||
"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.2.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.9) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-source-shopify | ||
|
||
## [3.2.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.8) (2020-05-22) | ||
|
||
**Note:** Version bump only for package gatsby-source-shopify | ||
|
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. | ||
|
||
## [3.3.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.9) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
||
## [3.3.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.8) (2020-05-22) | ||
|
||
**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.8", | ||
"version": "3.3.9", | ||
"author": "Sebastien Fichot <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -14,7 +14,7 @@ | |
"bluebird": "^3.7.2", | ||
"deep-map": "^1.5.0", | ||
"deep-map-keys": "^1.2.0", | ||
"gatsby-source-filesystem": "^2.3.8", | ||
"gatsby-source-filesystem": "^2.3.9", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.15", | ||
"minimatch": "^3.0.4", | ||
|
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. | ||
|
||
## [1.5.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.32) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.5.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.31) (2020-05-31) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-blog-core", | ||
"version": "1.5.31", | ||
"version": "1.5.32", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -24,13 +24,13 @@ | |
"gatsby-remark-copy-linked-files": "^2.3.3", | ||
"gatsby-remark-images": "^3.3.8", | ||
"gatsby-remark-smartypants": "^2.3.2", | ||
"gatsby-source-filesystem": "^2.3.8", | ||
"gatsby-source-filesystem": "^2.3.9", | ||
"gatsby-transformer-sharp": "^2.5.3", | ||
"remark-slug": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.6.1", | ||
"gatsby": "^2.22.15", | ||
"gatsby": "^2.22.16", | ||
"prettier": "2.0.5", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.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. | ||
|
||
## [1.6.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.32) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.6.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.31) (2020-05-31) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
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. | ||
|
||
## [1.3.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.58) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.3.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.57) (2020-05-31) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
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.0.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.47) (2020-06-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-ui-preset | ||
|
||
## [0.0.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.46) (2020-05-31) | ||
|
||
**Note:** Version bump only for package gatsby-theme-ui-preset | ||
|
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
Oops, something went wrong.