Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@2.16.0-next.1
 - gatsby-admin@0.8.0-next.1
 - gatsby-cli@2.19.0-next.1
 - gatsby-plugin-image@0.7.0-next.1
 - gatsby-plugin-manifest@2.12.0-next.1
 - gatsby-plugin-page-creator@2.10.0-next.1
 - gatsby-plugin-sharp@2.14.0-next.1
 - gatsby-plugin-styled-components@3.10.0-next.1
 - gatsby-plugin-typescript@2.12.0-next.1
 - gatsby-recipes@0.9.0-next.1
 - gatsby-source-contentful@4.6.0-next.1
 - gatsby-telemetry@1.10.0-next.1
 - gatsby-transformer-sharp@2.12.0-next.1
 - gatsby-transformer-sqip@2.11.0-next.1
 - gatsby@2.32.0-next.1
  • Loading branch information
ascorbic committed Jan 26, 2021
1 parent 5cd0acb commit 7ce988e
Show file tree
Hide file tree
Showing 30 changed files with 124 additions and 33 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.0...babel-plugin-remove-graphql-queries@2.16.0-next.1) (2021-01-26)

### Bug Fixes

- **babel-plugin-remove-graphql-queries:** make sure imports are posix ([#29144](https://github.com/gatsbyjs/gatsby/issues/29144)) ([3a5a855](https://github.com/gatsbyjs/gatsby/commit/3a5a855ebc16c1cd2e9c1cae1586765591a4b353))

# [2.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.15.0-next.0...babel-plugin-remove-graphql-queries@2.16.0-next.0) (2021-01-18)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.16.0-next.0",
"version": "2.16.0-next.1",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"gatsby-core-utils": "^1.10.0-next.0"
},
"peerDependencies": {
"gatsby": "^2.0.0",
"@babel/core": "^7.0.0"
"@babel/core": "^7.0.0",
"gatsby": "^2.0.0"
},
"license": "MIT",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.0-next.0...gatsby-admin@0.8.0-next.1) (2021-01-26)

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

# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.7.0-next.1...gatsby-admin@0.8.0-next.0) (2021-01-18)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.8.0-next.0",
"version": "0.8.0-next.1",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,9 +20,9 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.2.5",
"gatsby": "^2.32.0-next.0",
"gatsby": "^2.32.0-next.1",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.12.0-next.0",
"gatsby-plugin-typescript": "^2.12.0-next.1",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-graphql": "^2.14.0-next.0",
"lodash-es": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0-next.0...gatsby-cli@2.19.0-next.1) (2021-01-26)

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

# [2.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.18.0-next.1...gatsby-cli@2.19.0-next.0) (2021-01-18)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.19.0-next.0",
"version": "2.19.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -25,8 +25,8 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0-next.0",
"gatsby-recipes": "^0.9.0-next.0",
"gatsby-telemetry": "^1.10.0-next.0",
"gatsby-recipes": "^0.9.0-next.1",
"gatsby-telemetry": "^1.10.0-next.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **gatsby-plugin-image:** Add missing files ([#29185](https://github.com/gatsbyjs/gatsby/issues/29185)) ([0ac0ac8](https://github.com/gatsbyjs/gatsby/commit/0ac0ac840957b92be447d61e46b1b8bcd2bcfacd))
- **gatsby-plugin-image:** Fixes to plugin utils types ([#29204](https://github.com/gatsbyjs/gatsby/issues/29204)) ([b236f49](https://github.com/gatsbyjs/gatsby/commit/b236f4916721c8e5fa1465cca7b6c4b8c26170c8))
- **gatsby-plugin-image:** Handle breakpoints and auto-format in plugin utils ([#29187](https://github.com/gatsbyjs/gatsby/issues/29187)) ([25912f0](https://github.com/gatsbyjs/gatsby/commit/25912f00b452c4df04ba950efa90cdf12e73818e))
- **gatsby-plugin-image:** pass down missing sizes attribute to <sources> ([#29092](https://github.com/gatsbyjs/gatsby/issues/29092)) ([2e42197](https://github.com/gatsbyjs/gatsby/commit/2e42197025e2e1bac06c721c3cc44135bf8ef526))
- **gatsby-plugin-image:** Pass sizes for source ([#29192](https://github.com/gatsbyjs/gatsby/issues/29192)) ([0ddbbfe](https://github.com/gatsbyjs/gatsby/commit/0ddbbfe7ac03d5e6281b1d5e9f37d7216a48b079))
- **gatsby-plugin-image:** Use inline-block in class so users can override ([#29148](https://github.com/gatsbyjs/gatsby/issues/29148)) ([f945049](https://github.com/gatsbyjs/gatsby/commit/f9450498daa12921085cf60171f4f45b8012cf5f))

### Features

- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de))
- **gatsby-plugin-image:** object-fit polyfill for IE ([#29072](https://github.com/gatsbyjs/gatsby/issues/29072)) ([3b4e8a5](https://github.com/gatsbyjs/gatsby/commit/3b4e8a55b5d1a7d2832f7037390ec447086beb83))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "0.7.0-next.0",
"version": "0.7.0-next.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 Expand Up @@ -75,7 +75,7 @@
"@babel/parser": "^7.12.5",
"@babel/traverse": "^7.12.5",
"babel-jsx-utils": "^1.0.1",
"babel-plugin-remove-graphql-queries": "^2.16.0-next.0",
"babel-plugin-remove-graphql-queries": "^2.16.0-next.1",
"camelcase": "^5.3.1",
"chokidar": "^3.4.3",
"fs-extra": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.0...gatsby-plugin-manifest@2.12.0-next.1) (2021-01-26)

### Bug Fixes

- **gatsby-plugin-manifest:** Add `webapp` key ([#29193](https://github.com/gatsbyjs/gatsby/issues/29193)) ([a5714b7](https://github.com/gatsbyjs/gatsby/commit/a5714b7075b7be005d200600e7c53307bf7b6e7b))

# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.11.0-next.1...gatsby-plugin-manifest@2.12.0-next.0) (2021-01-18)

**Note:** Version bump only for package gatsby-plugin-manifest
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.12.0-next.0",
"version": "2.12.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.0...gatsby-plugin-page-creator@2.10.0-next.1) (2021-01-26)

**Note:** Version bump only for package gatsby-plugin-page-creator

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.9.0-next.1...gatsby-plugin-page-creator@2.10.0-next.0) (2021-01-18)

**Note:** Version bump only for package gatsby-plugin-page-creator
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.10.0-next.0",
"version": "2.10.0-next.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"chokidar": "^3.4.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.9.0-next.0",
"gatsby-telemetry": "^1.10.0-next.0",
"gatsby-telemetry": "^1.10.0-next.1",
"globby": "^11.0.1",
"lodash": "^4.17.20"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **gatsby-plugin-sharp:** ignore incorrect duotone options ([#28999](https://github.com/gatsbyjs/gatsby/issues/28999)) ([298eb31](https://github.com/gatsbyjs/gatsby/commit/298eb317f91b050f822803934931c136fa4e94c1))

### Features

- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de))
- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156))

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.14.0-next.0",
"version": "2.14.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -12,7 +12,7 @@
"bluebird": "^3.7.2",
"fs-extra": "^9.0.1",
"gatsby-core-utils": "^1.10.0-next.0",
"gatsby-telemetry": "^1.10.0-next.0",
"gatsby-telemetry": "^1.10.0-next.1",
"got": "^10.7.0",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
Expand All @@ -33,7 +33,7 @@
"@types/sharp": "^0.26.1",
"babel-preset-gatsby-package": "^0.12.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^0.7.0-next.0",
"gatsby-plugin-image": "^0.7.0-next.1",
"gatsby-plugin-utils": "^0.9.0-next.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.10.0-next.0...gatsby-plugin-styled-components@3.10.0-next.1) (2021-01-26)

### Bug Fixes

- **gatsby-plugin-styled-components:** add `namespace` option ([#29095](https://github.com/gatsbyjs/gatsby/issues/29095)) ([1a09302](https://github.com/gatsbyjs/gatsby/commit/1a09302d65817ce0d6b62819a5e1fcdddafc3ea3))

# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.9.0-next.0...gatsby-plugin-styled-components@3.10.0-next.0) (2021-01-18)

**Note:** Version bump only for package gatsby-plugin-styled-components
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styled-components",
"description": "Gatsby plugin to add support for styled components",
"version": "3.10.0-next.0",
"version": "3.10.0-next.1",
"author": "Guten Ye <ywzhaifei@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.0...gatsby-plugin-typescript@2.12.0-next.1) (2021-01-26)

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

# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.11.0-next.0...gatsby-plugin-typescript@2.12.0-next.0) (2021-01-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.12.0-next.0",
"version": "2.12.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.5",
"babel-plugin-remove-graphql-queries": "^2.16.0-next.0"
"babel-plugin-remove-graphql-queries": "^2.16.0-next.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.0-next.0...gatsby-recipes@0.9.0-next.1) (2021-01-26)

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

# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.8.0-next.1...gatsby-recipes@0.9.0-next.0) (2021-01-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.9.0-next.0",
"version": "0.9.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -31,7 +31,7 @@
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0-next.0",
"gatsby-telemetry": "^1.10.0-next.0",
"gatsby-telemetry": "^1.10.0-next.1",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.0-next.0...gatsby-source-contentful@4.6.0-next.1) (2021-01-26)

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -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-next.0",
"version": "4.6.0-next.1",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.0-next.0...gatsby-telemetry@1.10.0-next.1) (2021-01-26)

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

# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.9.0-next.1...gatsby-telemetry@1.10.0-next.0) (2021-01-18)

**Note:** Version bump only for package gatsby-telemetry
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "1.10.0-next.0",
"version": "1.10.0-next.1",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-transformer-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0-next.0...gatsby-transformer-sharp@2.12.0-next.1) (2021-01-26)

### Features

- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de))
- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156))

# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.11.0-next.1...gatsby-transformer-sharp@2.12.0-next.0) (2021-01-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "2.12.0-next.0",
"version": "2.12.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.0-next.0...gatsby-transformer-sqip@2.11.0-next.1) (2021-01-26)

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

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

### Bug Fixes
Expand Down
Loading

0 comments on commit 7ce988e

Please sign in to comment.