Skip to content

File tree

30 files changed

+124
-33
lines changed

30 files changed

+124
-33
lines changed

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

+6
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+
# [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)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [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)
713

814
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

packages/babel-plugin-remove-graphql-queries/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "2.16.0-next.0",
3+
"version": "2.16.0-next.1",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -16,8 +16,8 @@
1616
"gatsby-core-utils": "^1.10.0-next.0"
1717
},
1818
"peerDependencies": {
19-
"gatsby": "^2.0.0",
20-
"@babel/core": "^7.0.0"
19+
"@babel/core": "^7.0.0",
20+
"gatsby": "^2.0.0"
2121
},
2222
"license": "MIT",
2323
"main": "index.js",

packages/gatsby-admin/CHANGELOG.md

+4
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.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.0-next.0) (2021-01-18)
711

812
### Bug Fixes

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.0-next.0",
3+
"version": "0.8.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.32.0-next.0",
23+
"gatsby": "^2.32.0-next.1",
2424
"gatsby-interface": "^0.0.225",
25-
"gatsby-plugin-typescript": "^2.12.0-next.0",
25+
"gatsby-plugin-typescript": "^2.12.0-next.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",
2727
"gatsby-source-graphql": "^2.14.0-next.0",
2828
"lodash-es": "^4.17.20",

packages/gatsby-cli/CHANGELOG.md

+4
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.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.0-next.0) (2021-01-18)
711

812
### Bug Fixes

packages/gatsby-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.19.0-next.0",
4+
"version": "2.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -25,8 +25,8 @@
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.10.0-next.0",
28-
"gatsby-recipes": "^0.9.0-next.0",
29-
"gatsby-telemetry": "^1.10.0-next.0",
28+
"gatsby-recipes": "^0.9.0-next.1",
29+
"gatsby-telemetry": "^1.10.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-plugin-image/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.1) (2021-01-26)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Add missing files ([#29185](https://github.com/gatsbyjs/gatsby/issues/29185)) ([0ac0ac8](https://github.com/gatsbyjs/gatsby/commit/0ac0ac840957b92be447d61e46b1b8bcd2bcfacd))
11+
- **gatsby-plugin-image:** Fixes to plugin utils types ([#29204](https://github.com/gatsbyjs/gatsby/issues/29204)) ([b236f49](https://github.com/gatsbyjs/gatsby/commit/b236f4916721c8e5fa1465cca7b6c4b8c26170c8))
12+
- **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))
13+
- **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))
14+
- **gatsby-plugin-image:** Pass sizes for source ([#29192](https://github.com/gatsbyjs/gatsby/issues/29192)) ([0ddbbfe](https://github.com/gatsbyjs/gatsby/commit/0ddbbfe7ac03d5e6281b1d5e9f37d7216a48b079))
15+
- **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))
16+
17+
### Features
18+
19+
- **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))
20+
- **gatsby-plugin-image:** object-fit polyfill for IE ([#29072](https://github.com/gatsbyjs/gatsby/issues/29072)) ([3b4e8a5](https://github.com/gatsbyjs/gatsby/commit/3b4e8a55b5d1a7d2832f7037390ec447086beb83))
21+
622
# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0-next.0) (2021-01-18)
723

824
### Bug Fixes

packages/gatsby-plugin-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.7.0-next.0",
3+
"version": "0.7.0-next.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",
@@ -75,7 +75,7 @@
7575
"@babel/parser": "^7.12.5",
7676
"@babel/traverse": "^7.12.5",
7777
"babel-jsx-utils": "^1.0.1",
78-
"babel-plugin-remove-graphql-queries": "^2.16.0-next.0",
78+
"babel-plugin-remove-graphql-queries": "^2.16.0-next.1",
7979
"camelcase": "^5.3.1",
8080
"chokidar": "^3.4.3",
8181
"fs-extra": "^8.1.0",

packages/gatsby-plugin-manifest/CHANGELOG.md

+6
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+
# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.1) (2021-01-26)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-manifest:** Add `webapp` key ([#29193](https://github.com/gatsbyjs/gatsby/issues/29193)) ([a5714b7](https://github.com/gatsbyjs/gatsby/commit/a5714b7075b7be005d200600e7c53307bf7b6e7b))
11+
612
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.0) (2021-01-18)
713

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

packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.12.0-next.0",
4+
"version": "2.12.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/CHANGELOG.md

+4
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.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-01-18)
711

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

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.10.0-next.0",
3+
"version": "2.10.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"chokidar": "^3.4.2",
3030
"fs-exists-cached": "^1.0.0",
3131
"gatsby-page-utils": "^0.9.0-next.0",
32-
"gatsby-telemetry": "^1.10.0-next.0",
32+
"gatsby-telemetry": "^1.10.0-next.1",
3333
"globby": "^11.0.1",
3434
"lodash": "^4.17.20"
3535
},

packages/gatsby-plugin-sharp/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0-next.1) (2021-01-26)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** ignore incorrect duotone options ([#28999](https://github.com/gatsbyjs/gatsby/issues/28999)) ([298eb31](https://github.com/gatsbyjs/gatsby/commit/298eb317f91b050f822803934931c136fa4e94c1))
11+
12+
### Features
13+
14+
- **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))
15+
- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156))
16+
617
# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0-next.0) (2021-01-18)
718

819
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

+3-3
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.14.0-next.0",
4+
"version": "2.14.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"bluebird": "^3.7.2",
1313
"fs-extra": "^9.0.1",
1414
"gatsby-core-utils": "^1.10.0-next.0",
15-
"gatsby-telemetry": "^1.10.0-next.0",
15+
"gatsby-telemetry": "^1.10.0-next.1",
1616
"got": "^10.7.0",
1717
"imagemin": "^7.0.1",
1818
"imagemin-mozjpeg": "^9.0.0",
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.12.0-next.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.7.0-next.0",
36+
"gatsby-plugin-image": "^0.7.0-next.1",
3737
"gatsby-plugin-utils": "^0.9.0-next.0"
3838
},
3939
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-plugin-styled-components/CHANGELOG.md

+6
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+
# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@[email protected]) (2021-01-26)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-styled-components:** add `namespace` option ([#29095](https://github.com/gatsbyjs/gatsby/issues/29095)) ([1a09302](https://github.com/gatsbyjs/gatsby/commit/1a09302d65817ce0d6b62819a5e1fcdddafc3ea3))
11+
612
# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@[email protected]) (2021-01-18)
713

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

packages/gatsby-plugin-styled-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styled-components",
33
"description": "Gatsby plugin to add support for styled components",
4-
"version": "3.10.0-next.0",
4+
"version": "3.10.0-next.1",
55
"author": "Guten Ye <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typescript/CHANGELOG.md

+4
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.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@[email protected]) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typescript
9+
610
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@[email protected]) (2021-01-18)
711

812
### Bug Fixes

packages/gatsby-plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.12.0-next.0",
4+
"version": "2.12.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
1717
"@babel/preset-typescript": "^7.12.1",
1818
"@babel/runtime": "^7.12.5",
19-
"babel-plugin-remove-graphql-queries": "^2.16.0-next.0"
19+
"babel-plugin-remove-graphql-queries": "^2.16.0-next.1"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.12.1",

packages/gatsby-recipes/CHANGELOG.md

+4
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.0-next.0) (2021-01-18)
711

812
### Bug Fixes

packages/gatsby-recipes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.9.0-next.0",
4+
"version": "0.9.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -31,7 +31,7 @@
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
3333
"gatsby-core-utils": "^1.10.0-next.0",
34-
"gatsby-telemetry": "^1.10.0-next.0",
34+
"gatsby-telemetry": "^1.10.0-next.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

packages/gatsby-source-contentful/CHANGELOG.md

+4
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+
# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.0-next.0) (2021-01-18)
711

812
### Bug Fixes

packages/gatsby-source-contentful/package.json

+1-1
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.6.0-next.0",
4+
"version": "4.6.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-telemetry/CHANGELOG.md

+4
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+
# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.10.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-telemetry
9+
610
# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.10.0-next.0) (2021-01-18)
711

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

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.10.0-next.0",
4+
"version": "1.10.0-next.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sharp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2021-01-26)
7+
8+
### Features
9+
10+
- **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))
11+
- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156))
12+
613
# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2021-01-18)
714

815
### Bug Fixes

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.12.0-next.0",
4+
"version": "2.12.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/CHANGELOG.md

+4
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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.0) (2021-01-18)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)