-
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] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
46 changed files
with
167 additions
and
53 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.5.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.6) (2020-08-24) | ||
|
||
**Note:** Version bump only for package babel-preset-gatsby | ||
|
||
## [0.5.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.5) (2020-08-05) | ||
|
||
**Note:** Version bump only for package babel-preset-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,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,7 +21,7 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"gatsby-legacy-polyfills": "^0.0.2" | ||
}, | ||
"peerDependencies": { | ||
|
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.137](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.137) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.136](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.136) (2020-08-12) | ||
|
||
**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.88](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.88) (2020-08-24) | ||
|
||
### Features | ||
|
||
- **gatsby-core-utils:** Add node.js export, and move site-metadata into its own function ([#26237](https://github.com/gatsbyjs/gatsby/issues/26237)) ([b164147](https://github.com/gatsbyjs/gatsby/commit/b164147)) | ||
|
||
## [2.12.87](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.87) (2020-08-12) | ||
|
||
**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.87", | ||
"version": "2.12.88", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -23,9 +23,9 @@ | |
"execa": "^3.4.0", | ||
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-recipes": "^0.2.16", | ||
"gatsby-telemetry": "^1.3.27", | ||
"gatsby-core-utils": "^1.3.16", | ||
"gatsby-recipes": "^0.2.17", | ||
"gatsby-telemetry": "^1.3.28", | ||
"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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.16) (2020-08-24) | ||
|
||
### Features | ||
|
||
- **gatsby-core-utils:** Add node.js export, and move site-metadata into its own function ([#26237](https://github.com/gatsbyjs/gatsby/issues/26237)) ([b164147](https://github.com/gatsbyjs/gatsby/commit/b164147)) | ||
|
||
## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.15) (2020-08-05) | ||
|
||
### 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
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.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.21) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-page-utils | ||
|
||
## [0.2.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.20) (2020-08-05) | ||
|
||
**Note:** Version bump only for package gatsby-page-utils | ||
|
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.4.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.24) (2020-08-24) | ||
|
||
### Features | ||
|
||
- **gatsby-core-utils:** Add node.js export, and move site-metadata into its own function ([#26237](https://github.com/gatsbyjs/gatsby/issues/26237)) ([b164147](https://github.com/gatsbyjs/gatsby/commit/b164147)) | ||
|
||
## [2.4.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.23) (2020-08-11) | ||
|
||
**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,14 +1,14 @@ | ||
{ | ||
"name": "gatsby-plugin-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.4.23", | ||
"version": "2.4.24", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.3", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"semver": "^7.3.2", | ||
"sharp": "^0.25.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. | ||
|
||
## [1.2.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.35) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
||
## [1.2.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.34) (2020-08-05) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
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.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.24) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
||
## [3.2.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.23) (2020-08-10) | ||
|
||
### 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,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-plugin-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "3.2.23", | ||
"version": "3.2.24", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.3", | ||
"cheerio": "^1.0.0-rc.3", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"glob": "^7.1.6", | ||
"idb-keyval": "^3.2.0", | ||
"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. | ||
|
||
## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.23) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-page-creator | ||
|
||
## [2.3.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.22) (2020-08-11) | ||
|
||
### 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. | ||
|
||
## [1.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.21) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preload-fonts | ||
|
||
## [1.2.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.20) (2020-08-05) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preload-fonts | ||
|
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-preload-fonts", | ||
"description": "Gatsby plugin for preloading fonts per page", | ||
"version": "1.2.20", | ||
"version": "1.2.21", | ||
"author": "Aaron Ross <[email protected]>", | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -14,7 +14,7 @@ | |
"chalk": "^2.4.2", | ||
"date-fns": "^2.14.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"graphql-request": "^1.8.2", | ||
"progress": "^2.0.3", | ||
"puppeteer": "^3.3.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.6.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.28) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
||
## [2.6.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.27) (2020-08-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
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.6.27", | ||
"version": "2.6.28", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"async": "^2.6.3", | ||
"bluebird": "^3.7.2", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"got": "^8.3.2", | ||
"imagemin": "^6.1.0", | ||
"imagemin-mozjpeg": "^8.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.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.12) (2020-08-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sitemap | ||
|
||
## [2.4.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.11) (2020-07-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sitemap | ||
|
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-sitemap", | ||
"description": "Gatsby plugin that automatically creates a sitemap for your site", | ||
"version": "2.4.11", | ||
"version": "2.4.12", | ||
"author": "Nicholas Young <[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,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.17) (2020-08-24) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-recipes:** some code cleanups + tests ([#26420](https://github.com/gatsbyjs/gatsby/issues/26420)) ([3d1cc4b](https://github.com/gatsbyjs/gatsby/commit/3d1cc4b)) | ||
|
||
### Features | ||
|
||
- **gatsby-core-utils:** Add node.js export, and move site-metadata into its own function ([#26237](https://github.com/gatsbyjs/gatsby/issues/26237)) ([b164147](https://github.com/gatsbyjs/gatsby/commit/b164147)) | ||
|
||
## [0.2.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.16) (2020-08-12) | ||
|
||
### 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.2.16", | ||
"version": "0.2.17", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -42,9 +42,9 @@ | |
"flatted": "^3.0.0", | ||
"formik": "^2.0.8", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.3.15", | ||
"gatsby-core-utils": "^1.3.16", | ||
"gatsby-interface": "^0.0.166", | ||
"gatsby-telemetry": "^1.3.27", | ||
"gatsby-telemetry": "^1.3.28", | ||
"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.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.26) (2020-08-24) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-images:** Use pathPrefix also with WebP files ([#26472](https://github.com/gatsbyjs/gatsby/issues/26472)) ([c8e8e32](https://github.com/gatsbyjs/gatsby/commit/c8e8e32)) | ||
|
||
## [3.3.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.25) (2020-08-05) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
Oops, something went wrong.