Skip to content

File tree

46 files changed

+152
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+152
-56
lines changed

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.0) (2020-12-15)
711

812
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.7.0",
24+
"gatsby-core-utils": "^1.7.1",
2525
"gatsby-legacy-polyfills": "^0.4.0"
2626
},
2727
"peerDependencies": {

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.5.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.1) (2020-12-16)
711

812
**Note:** Version bump only for package gatsby-admin

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.29.1",
23+
"gatsby": "^2.29.2",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.9.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.16.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.1) (2020-12-16)
711

812
**Note:** Version bump only for package gatsby-cli

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.16.1",
4+
"version": "2.16.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,9 +24,9 @@
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
27-
"gatsby-core-utils": "^1.7.0",
28-
"gatsby-recipes": "^0.6.0",
29-
"gatsby-telemetry": "^1.7.0",
27+
"gatsby-core-utils": "^1.7.1",
28+
"gatsby-recipes": "^0.6.1",
29+
"gatsby-telemetry": "^1.7.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.4.3",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^1.7.0",
29+
"gatsby-core-utils": "^1.7.1",
3030
"glob": "^7.1.6",
3131
"lodash": "^4.17.20",
3232
"micromatch": "^4.0.2"

packages/gatsby-plugin-image/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.1) (2020-12-23)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** do not return from preprocessSource if nothing is changed ([#28678](https://github.com/gatsbyjs/gatsby/issues/28678)) ([#28745](https://github.com/gatsbyjs/gatsby/issues/28745)) ([2864af9](https://github.com/gatsbyjs/gatsby/commit/2864af986dfa1d8cf5e1b199d0599043aad86ab6))
11+
612
# [0.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0) (2020-12-15)
713

814
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts",
@@ -87,7 +87,7 @@
8787
"camelcase": "^5.3.1",
8888
"chokidar": "^3.4.3",
8989
"fs-extra": "^8.1.0",
90-
"gatsby-core-utils": "^1.7.0",
90+
"gatsby-core-utils": "^1.7.1",
9191
"prop-types": "^15.7.2"
9292
},
9393
"repository": {

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.9.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-plugin-manifest

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.9.0",
4+
"version": "2.9.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
11-
"gatsby-core-utils": "^1.7.0",
11+
"gatsby-core-utils": "^1.7.1",
1212
"gatsby-plugin-utils": "^0.6.0",
1313
"semver": "^7.3.2",
1414
"sharp": "^0.26.3"

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
# [1.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-plugin-mdx

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
3535
"fs-extra": "^8.1.0",
36-
"gatsby-core-utils": "^1.7.0",
36+
"gatsby-core-utils": "^1.7.1",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.3",
3939
"loader-utils": "^1.4.0",

packages/gatsby-plugin-offline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.7.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
# [3.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.7.0) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-plugin-offline

packages/gatsby-plugin-offline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.7.0",
12+
"gatsby-core-utils": "^1.7.1",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.20",

packages/gatsby-plugin-page-creator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.1) (2020-12-16)
711

812
### Bug Fixes

packages/gatsby-plugin-page-creator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -28,8 +28,8 @@
2828
"@sindresorhus/slugify": "^1.1.0",
2929
"chokidar": "^3.4.2",
3030
"fs-exists-cached": "^1.0.0",
31-
"gatsby-page-utils": "^0.6.0",
32-
"gatsby-telemetry": "^1.7.0",
31+
"gatsby-page-utils": "^0.6.1",
32+
"gatsby-telemetry": "^1.7.1",
3333
"globby": "^11.0.1",
3434
"lodash": "^4.17.20"
3535
},

packages/gatsby-plugin-preload-fonts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
# [1.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@[email protected]) (2020-12-15)
711

812
**Note:** Version bump only for package gatsby-plugin-preload-fonts

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {
@@ -14,7 +14,7 @@
1414
"chalk": "^4.1.0",
1515
"date-fns": "^2.16.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.7.0",
17+
"gatsby-core-utils": "^1.7.1",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^3.3.0"

packages/gatsby-plugin-sharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.2) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.11.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.1) (2020-12-16)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.11.1",
4+
"version": "2.11.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,8 +11,8 @@
1111
"async": "^3.2.0",
1212
"bluebird": "^3.7.2",
1313
"fs-extra": "^9.0.1",
14-
"gatsby-core-utils": "^1.7.0",
15-
"gatsby-telemetry": "^1.7.0",
14+
"gatsby-core-utils": "^1.7.1",
15+
"gatsby-telemetry": "^1.7.1",
1616
"got": "^10.7.0",
1717
"imagemin": "^7.0.1",
1818
"imagemin-mozjpeg": "^9.0.0",
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.9.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.4.0"
36+
"gatsby-plugin-image": "^0.4.1"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0) (2020-12-15)
711

812
### Bug Fixes

packages/gatsby-recipes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -30,8 +30,8 @@
3030
"express": "^4.17.1",
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
33-
"gatsby-core-utils": "^1.7.0",
34-
"gatsby-telemetry": "^1.7.0",
33+
"gatsby-core-utils": "^1.7.1",
34+
"gatsby-telemetry": "^1.7.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

packages/gatsby-remark-images/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.1) (2020-12-23)
7+
8+
**Note:** Version bump only for package gatsby-remark-images
9+
610
# [3.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.0) (2020-12-15)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)