Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@0.7.1
 - gatsby-plugin-sharp@2.14.1
 - gatsby-source-contentful@4.6.1
 - gatsby-transformer-sqip@2.11.1
  • Loading branch information
ascorbic committed Feb 5, 2021
1 parent 4ef8ce1 commit 1bbde7f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0...gatsby-plugin-image@0.7.1) (2021-02-05)

### Bug Fixes

- **gatsby-plugin-image:** Fix blur up on navigate issue ([#29333](https://github.com/gatsbyjs/gatsby/issues/29333)) ([#29354](https://github.com/gatsbyjs/gatsby/issues/29354)) ([4ef8ce1](https://github.com/gatsbyjs/gatsby/commit/4ef8ce12bb38e3ee4bee07f78ff0d4ac13a6bdea))

# [0.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0-next.1...gatsby-plugin-image@0.7.0) (2021-02-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0...gatsby-plugin-sharp@2.14.1) (2021-02-05)

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

# [2.14.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0-next.1...gatsby-plugin-sharp@2.14.0) (2021-02-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.14.0",
"version": "2.14.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^0.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^0.7.0",
"gatsby-plugin-image": "^0.7.1",
"gatsby-plugin-utils": "^0.9.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.0...gatsby-source-contentful@4.6.1) (2021-02-05)

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

# [4.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.0-next.1...gatsby-source-contentful@4.6.0) (2021-02-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "4.6.0",
"version": "4.6.1",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"contentful": "^7.15.2",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-plugin-image": "^0.7.0",
"gatsby-plugin-image": "^0.7.1",
"gatsby-plugin-utils": "^0.9.0",
"gatsby-source-filesystem": "^2.11.0",
"is-online": "^8.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.0...gatsby-transformer-sqip@2.11.1) (2021-02-05)

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

# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.0-next.1...gatsby-transformer-sqip@2.11.0) (2021-02-02)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.11.0",
"version": "2.11.1",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.14.0",
"gatsby-plugin-sharp": "^2.14.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 1bbde7f

Please sign in to comment.