Skip to content

Commit c15af99

Browse files

File tree

20 files changed

+71
-21
lines changed

20 files changed

+71
-21
lines changed

packages/gatsby-admin/CHANGELOG.md

+4
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.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.2) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.1) (2021-01-06)
711

812
### Bug Fixes

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.6.1",
3+
"version": "0.6.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.30.1",
23+
"gatsby": "^2.30.2",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

+4
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.17.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.1) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.17.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.0) (2021-01-05)
711

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

packages/gatsby-cli/package.json

+3-3
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.17.0",
4+
"version": "2.17.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -25,8 +25,8 @@
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.8.0",
28-
"gatsby-recipes": "^0.7.0",
29-
"gatsby-telemetry": "^1.8.0",
28+
"gatsby-recipes": "^0.7.1",
29+
"gatsby-telemetry": "^1.8.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-plugin-image/CHANGELOG.md

+4
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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.1) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image
9+
610
# [0.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0) (2021-01-05)
711

812
### Bug Fixes

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.5.0",
3+
"version": "0.5.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",

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

+4
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.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.1) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-01-05)
711

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"chokidar": "^3.4.2",
3030
"fs-exists-cached": "^1.0.0",
3131
"gatsby-page-utils": "^0.7.0",
32-
"gatsby-telemetry": "^1.8.0",
32+
"gatsby-telemetry": "^1.8.1",
3333
"globby": "^11.0.1",
3434
"lodash": "^4.17.20"
3535
},

packages/gatsby-plugin-sharp/CHANGELOG.md

+6
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+
## [2.12.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.1) (2021-01-13)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** PathPrefix isn't being passed/set for GatsbyImage ([#28845](https://github.com/gatsbyjs/gatsby/issues/28845)) ([#28991](https://github.com/gatsbyjs/gatsby/issues/28991)) ([c762050](https://github.com/gatsbyjs/gatsby/commit/c76205061e83d372bc205690ea1b970273f673dc))
11+
612
# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0) (2021-01-05)
713

814
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

+3-3
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.12.0",
4+
"version": "2.12.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"bluebird": "^3.7.2",
1313
"fs-extra": "^9.0.1",
1414
"gatsby-core-utils": "^1.8.0",
15-
"gatsby-telemetry": "^1.8.0",
15+
"gatsby-telemetry": "^1.8.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.10.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.5.0"
36+
"gatsby-plugin-image": "^0.5.1"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-recipes/CHANGELOG.md

+4
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.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.1) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0) (2021-01-05)
711

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

packages/gatsby-recipes/package.json

+2-2
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.7.0",
4+
"version": "0.7.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -31,7 +31,7 @@
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
3333
"gatsby-core-utils": "^1.8.0",
34-
"gatsby-telemetry": "^1.8.0",
34+
"gatsby-telemetry": "^1.8.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

packages/gatsby-telemetry/CHANGELOG.md

+4
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.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.1) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-telemetry
9+
610
# [1.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.8.0) (2021-01-05)
711

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

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sharp/CHANGELOG.md

+6
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+
## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.1) (2021-01-13)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** PathPrefix isn't being passed/set for GatsbyImage ([#28845](https://github.com/gatsbyjs/gatsby/issues/28845)) ([#28991](https://github.com/gatsbyjs/gatsby/issues/28991)) ([c762050](https://github.com/gatsbyjs/gatsby/commit/c76205061e83d372bc205690ea1b970273f673dc))
11+
612
# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2021-01-05)
713

814
**Note:** Version bump only for package gatsby-transformer-sharp

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.10.0",
4+
"version": "2.10.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/CHANGELOG.md

+4
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) (2021-01-13)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.9.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0) (2021-01-05)
711

812
**Note:** Version bump only for package gatsby-transformer-sqip

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.9.0",
4+
"version": "2.9.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.12.0",
12+
"gatsby-plugin-sharp": "^2.12.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.30.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.2) (2021-01-13)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** fix stale query results on data updates ([#28986](https://github.com/gatsbyjs/gatsby/issues/28986)) ([#28994](https://github.com/gatsbyjs/gatsby/issues/28994)) ([c172848](https://github.com/gatsbyjs/gatsby/commit/c172848f16cd9449f2ce47df8ec0ba42254381e2))
11+
12+
### Performance Improvements
13+
14+
- **develop:** don't use debug config for bluebird ([#28957](https://github.com/gatsbyjs/gatsby/issues/28957)) ([#28993](https://github.com/gatsbyjs/gatsby/issues/28993)) ([f632c0a](https://github.com/gatsbyjs/gatsby/commit/f632c0ac5e8e1085942a4616c98b980636949d6e))
15+
616
## [2.30.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.1) (2021-01-06)
717

818
### Bug Fixes

packages/gatsby/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.30.1",
4+
"version": "2.30.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,16 +77,16 @@
7777
"find-cache-dir": "^3.3.1",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^8.1.0",
80-
"gatsby-cli": "^2.17.0",
80+
"gatsby-cli": "^2.17.1",
8181
"gatsby-core-utils": "^1.8.0",
8282
"gatsby-graphiql-explorer": "^0.9.0",
8383
"gatsby-legacy-polyfills": "^0.5.0",
8484
"gatsby-link": "^2.9.0",
85-
"gatsby-plugin-page-creator": "^2.8.0",
85+
"gatsby-plugin-page-creator": "^2.8.1",
8686
"gatsby-plugin-typescript": "^2.10.0",
8787
"gatsby-plugin-utils": "^0.7.0",
8888
"gatsby-react-router-scroll": "^3.5.0",
89-
"gatsby-telemetry": "^1.8.0",
89+
"gatsby-telemetry": "^1.8.1",
9090
"glob": "^7.1.6",
9191
"got": "8.3.2",
9292
"graphql": "^14.6.0",

0 commit comments

Comments
 (0)