Skip to content

Commit a777f9f

Browse files
committed
1 parent d27c968 commit a777f9f

8 files changed

Lines changed: 26 additions & 6 deletions

File tree

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.6.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.4) (2021-01-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Use ESM for gatsby-browser, as CJS was causing errors ([#29235](https://github.com/gatsbyjs/gatsby/issues/29235)) ([#29266](https://github.com/gatsbyjs/gatsby/issues/29266)) ([d27c968](https://github.com/gatsbyjs/gatsby/commit/d27c9684558bef5483d082099fdc219ccf400182))
11+
612
## [0.6.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.3) (2021-01-28)
713

814
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
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 -d --declarationDir dist/src",

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.13.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.4) (2021-01-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.13.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.3) (2021-01-28)
711

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

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.13.3",
4+
"version": "2.13.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.11.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.6.3"
36+
"gatsby-plugin-image": "^0.6.4"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-source-contentful/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+
## [4.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.5.3) (2021-01-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-contentful:** validation with environment ([#29228](https://github.com/gatsbyjs/gatsby/issues/29228)) ([#29265](https://github.com/gatsbyjs/gatsby/issues/29265)) ([94e8132](https://github.com/gatsbyjs/gatsby/commit/94e8132104b03ced5f08519bf0502f19d6f89d26))
11+
612
## [4.5.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.5.2) (2021-01-28)
713

814
### Bug Fixes

packages/gatsby-source-contentful/package.json

Lines changed: 1 addition & 1 deletion
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": "4.5.2",
4+
"version": "4.5.3",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

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

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
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.10.3",
4+
"version": "2.10.4",
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.13.3",
12+
"gatsby-plugin-sharp": "^2.13.4",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

0 commit comments

Comments
 (0)