Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.14.2
 - gatsby-plugin-image@1.4.1
 - gatsby-plugin-sharp@3.4.2
 - gatsby-transformer-sqip@3.4.2
 - gatsby@3.4.2
  • Loading branch information
vladar committed May 7, 2021
1 parent 942ddba commit 2d5080a
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/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.

## [0.14.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.1...gatsby-admin@0.14.2) (2021-05-07)

**Note:** Version bump only for package gatsby-admin

## [0.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0...gatsby-admin@0.14.1) (2021-05-04)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.14.1",
"version": "0.14.2",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.4.1",
"gatsby": "^3.4.2",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.4.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-image/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.

## [1.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0...gatsby-plugin-image@1.4.1) (2021-05-07)

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

# [1.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.3...gatsby-plugin-image@1.4.0) (2021-04-27)

**Note:** Version bump only for package gatsby-plugin-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.4.0",
"version": "1.4.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.

## [3.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.1...gatsby-plugin-sharp@3.4.2) (2021-05-07)

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

## [3.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.0...gatsby-plugin-sharp@3.4.1) (2021-05-04)

**Note:** Version bump only for package gatsby-plugin-sharp
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": "3.4.1",
"version": "3.4.2",
"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": "^1.4.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-image": "^1.4.1",
"gatsby-plugin-utils": "^1.4.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
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.

## [3.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.1...gatsby-transformer-sqip@3.4.2) (2021-05-07)

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

## [3.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.0...gatsby-transformer-sqip@3.4.1) (2021-05-04)

**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": "3.4.1",
"version": "3.4.2",
"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": "^3.4.1",
"gatsby-plugin-sharp": "^3.4.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.1...gatsby@3.4.2) (2021-05-07)

### Bug Fixes

- **gatsby:** add generic type to GatsbyFunctionResponse ([#31182](https://github.com/gatsbyjs/gatsby/issues/31182)) ([#31330](https://github.com/gatsbyjs/gatsby/issues/31330)) ([942ddba](https://github.com/gatsbyjs/gatsby/commit/942ddba72c15c875a80958ab03723f1114ff1c68))

### Features

- **gatsby:** first pass at API functions docs ([#31066](https://github.com/gatsbyjs/gatsby/issues/31066)) ([#31329](https://github.com/gatsbyjs/gatsby/issues/31329)) ([6a6f46b](https://github.com/gatsbyjs/gatsby/commit/6a6f46bf38a4234beb682bc7bac3986467454ee1))

## [3.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0...gatsby@3.4.1) (2021-05-04)

**Note:** Version bump only for package gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.4.1",
"version": "3.4.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 2d5080a

Please sign in to comment.