Skip to content

Commit 220d8f0

Browse files
committed
chore(release): Publish
- gatsby-admin@0.11.1 - gatsby-plugin-image@1.1.1 - gatsby-plugin-sharp@3.1.1 - gatsby-source-contentful@5.1.1 - gatsby-transformer-sqip@3.1.1 - gatsby@3.1.1
1 parent 6f1beee commit 220d8f0

File tree

12 files changed

+38
-10
lines changed

12 files changed

+38
-10
lines changed

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.11.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0...gatsby-admin@0.11.1) (2021-03-18)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.4...gatsby-admin@0.11.0) (2021-03-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.11.0",
3+
"version": "0.11.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.1.0",
23+
"gatsby": "^3.1.1",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.1.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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+
## [1.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.1.0...gatsby-plugin-image@1.1.1) (2021-03-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Better StaticImage errors ([#30271](https://github.com/gatsbyjs/gatsby/issues/30271)) ([#30326](https://github.com/gatsbyjs/gatsby/issues/30326)) ([6f1beee](https://github.com/gatsbyjs/gatsby/commit/6f1beee268b98e887011922048cf1668b95325aa))
11+
612
# [1.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.1.0-next.2...gatsby-plugin-image@1.1.0) (2021-03-16)
713

814
**Note:** Version bump only for package gatsby-plugin-image

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": "1.1.0",
3+
"version": "1.1.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 -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+
## [3.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.1.0...gatsby-plugin-sharp@3.1.1) (2021-03-18)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.1.0-next.2...gatsby-plugin-sharp@3.1.0) (2021-03-16)
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": "3.1.0",
4+
"version": "3.1.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^1.1.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^1.1.0",
37+
"gatsby-plugin-image": "^1.1.1",
3838
"gatsby-plugin-utils": "^1.1.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-source-contentful/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+
## [5.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.1.0...gatsby-source-contentful@5.1.1) (2021-03-18)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [5.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.1.0-next.2...gatsby-source-contentful@5.1.0) (2021-03-16)
711

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

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
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": "5.1.0",
4+
"version": "5.1.1",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"contentful": "^8.1.7",
1919
"fs-extra": "^9.1.0",
2020
"gatsby-core-utils": "^2.1.0",
21-
"gatsby-plugin-image": "^1.1.0",
21+
"gatsby-plugin-image": "^1.1.1",
2222
"gatsby-plugin-utils": "^1.1.0",
2323
"gatsby-source-filesystem": "^3.1.0",
2424
"is-online": "^8.5.1",

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+
## [3.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.1.0...gatsby-transformer-sqip@3.1.1) (2021-03-18)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [3.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.1.0-next.2...gatsby-transformer-sqip@3.1.0) (2021-03-16)
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": "3.1.0",
4+
"version": "3.1.1",
55
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
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": "^3.1.0",
12+
"gatsby-plugin-sharp": "^3.1.1",
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)