Skip to content

Commit 092dc54

Browse files
committed
1 parent a8135ea commit 092dc54

File tree

14 files changed

+47
-14
lines changed

14 files changed

+47
-14
lines changed

packages/gatsby-plugin-sharp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.1) (2020-01-27)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** convert rotate boolean to int ([#20894](https://github.com/gatsbyjs/gatsby/issues/20894)) ([a8135ea](https://github.com/gatsbyjs/gatsby/commit/a8135ea))
11+
- **gatsby-plugin-sharp:** hot fix for "Generating image thumbnails" progress bar reporting duplicates that don't do actual processing ([#20839](https://github.com/gatsbyjs/gatsby/issues/20839)) ([db36d69](https://github.com/gatsbyjs/gatsby/commit/db36d69))
12+
613
# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0) (2020-01-21)
714

815
### Features

packages/gatsby-plugin-sharp/package.json

+1-1
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.4.0",
4+
"version": "2.4.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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.1.80](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.80) (2020-01-27)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.79](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.79) (2020-01-23)
711

812
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.1.79",
4+
"version": "2.1.80",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"deep-map": "^1.5.0",
1818
"fs-extra": "^8.1.0",
1919
"gatsby-core-utils": "^1.0.26",
20-
"gatsby-plugin-sharp": "^2.4.0",
20+
"gatsby-plugin-sharp": "^2.4.1",
2121
"gatsby-source-filesystem": "^2.1.46",
2222
"is-online": "^8.2.1",
2323
"json-stringify-safe": "^5.0.1",

packages/gatsby-theme-blog-core/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.0.61](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.61) (2020-01-27)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.0.60](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.60) (2020-01-24)
711

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

packages/gatsby-theme-blog-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.0.60",
3+
"version": "1.0.61",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@mdx-js/mdx": "^1.5.1",
2121
"gatsby-core-utils": "^1.0.26",
2222
"gatsby-plugin-mdx": "^1.0.67",
23-
"gatsby-plugin-sharp": "^2.4.0",
23+
"gatsby-plugin-sharp": "^2.4.1",
2424
"gatsby-remark-copy-linked-files": "^2.1.36",
2525
"gatsby-remark-images": "^3.1.42",
2626
"gatsby-remark-smartypants": "^2.1.20",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.5.1",
33-
"gatsby": "^2.19.5",
33+
"gatsby": "^2.19.6",
3434
"prettier": "^1.19.1",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

packages/gatsby-theme-blog/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.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.33) (2020-01-27)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.2.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.32) (2020-01-24)
711

812
**Note:** Version bump only for package gatsby-theme-blog

packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.2.32",
3+
"version": "1.2.33",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.1.21",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.18",
32-
"gatsby-theme-blog-core": "^1.0.60",
32+
"gatsby-theme-blog-core": "^1.0.61",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.19.5",
42+
"gatsby": "^2.19.6",
4343
"prettier": "^1.19.1",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

packages/gatsby-theme-notes/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.0.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.55) (2020-01-27)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.0.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.54) (2020-01-24)
711

812
**Note:** Version bump only for package gatsby-theme-notes

packages/gatsby-theme-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.0.54",
4+
"version": "1.0.55",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.19.5",
23+
"gatsby": "^2.19.6",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},

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.1.60](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.60) (2020-01-27)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.1.59](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.59) (2020-01-21)
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,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.1.59",
4+
"version": "2.1.60",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.7.6",
1111
"bluebird": "^3.7.2",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-plugin-sharp": "^2.4.0",
13+
"gatsby-plugin-sharp": "^2.4.1",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.1.3",
1616
"p-queue": "^2.4.2",

packages/gatsby/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.19.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.6) (2020-01-27)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Add `__typename` and `id` fields in queries to ma… ([#20849](https://github.com/gatsbyjs/gatsby/issues/20849)) ([4d27336](https://github.com/gatsbyjs/gatsby/commit/4d27336))
11+
612
## [2.19.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.5) (2020-01-24)
713

814
### Features

packages/gatsby/package.json

+1-1
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.19.5",
4+
"version": "2.19.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)