Skip to content

Commit 6fa14e4

Browse files
committed
chore(release): Publish
- babel-plugin-remove-graphql-queries@2.16.1 - babel-preset-gatsby@0.12.2 - gatsby-admin@0.8.5 - gatsby-cli@2.19.2 - gatsby-core-utils@1.10.1 - gatsby-page-utils@0.9.1 - gatsby-plugin-image@0.7.2 - gatsby-plugin-manifest@2.12.1 - gatsby-plugin-mdx@1.10.1 - gatsby-plugin-offline@3.10.2 - gatsby-plugin-page-creator@2.10.1 - gatsby-plugin-preload-fonts@1.9.1 - gatsby-plugin-sharp@2.14.2 - gatsby-plugin-typescript@2.12.1 - gatsby-recipes@0.9.2 - gatsby-remark-images@3.11.1 - gatsby-source-contentful@4.6.3 - gatsby-source-drupal@3.13.1 - gatsby-source-filesystem@2.11.1 - gatsby-source-shopify@3.10.1 - gatsby-source-wordpress@4.0.2 - gatsby-telemetry@1.10.1 - gatsby-transformer-remark@2.16.1 - gatsby-transformer-sqip@2.11.2 - gatsby@2.32.5
1 parent 01d07b3 commit 6fa14e4

File tree

50 files changed

+175
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+175
-67
lines changed

packages/babel-plugin-remove-graphql-queries/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+
## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0...babel-plugin-remove-graphql-queries@2.16.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.1...babel-plugin-remove-graphql-queries@2.16.0) (2021-02-02)
711

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

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

Lines changed: 2 additions & 2 deletions
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",
3+
"version": "2.16.1",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.12.3",
1414
"babel-preset-gatsby-package": "^0.12.0",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^1.10.0"
16+
"gatsby-core-utils": "^1.10.1"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

packages/babel-preset-gatsby/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.12.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.1...babel-preset-gatsby@0.12.2) (2021-02-24)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.12.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0...babel-preset-gatsby@0.12.1) (2021-02-05)
711

812
### Bug Fixes

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^1.10.0",
25+
"gatsby-core-utils": "^1.10.1",
2626
"gatsby-legacy-polyfills": "^0.7.0"
2727
},
2828
"peerDependencies": {

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.8.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.4...gatsby-admin@0.8.5) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.3...gatsby-admin@0.8.4) (2021-02-18)
711

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

packages/gatsby-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
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.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.32.4",
23+
"gatsby": "^2.32.5",
2424
"gatsby-interface": "^0.0.244",
25-
"gatsby-plugin-typescript": "^2.12.0",
25+
"gatsby-plugin-typescript": "^2.12.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",
2727
"gatsby-source-graphql": "^2.14.0",
2828
"lodash-es": "^4.17.20",

packages/gatsby-cli/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+
## [2.19.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.1...gatsby-cli@2.19.2) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.19.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0...gatsby-cli@2.19.1) (2021-02-04)
711

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

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 deletions
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.1",
4+
"version": "2.19.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,9 +24,9 @@
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
27-
"gatsby-core-utils": "^1.10.0",
28-
"gatsby-recipes": "^0.9.1",
29-
"gatsby-telemetry": "^1.10.0",
27+
"gatsby-core-utils": "^1.10.1",
28+
"gatsby-recipes": "^0.9.2",
29+
"gatsby-telemetry": "^1.10.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-core-utils/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+
## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0...gatsby-core-utils@1.10.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0-next.0...gatsby-core-utils@1.10.0) (2021-02-02)
711

812
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/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.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0...gatsby-page-utils@0.9.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0-next.0...gatsby-page-utils@0.9.0) (2021-02-02)
711

812
### Bug Fixes

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.1",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^1.10.0",
29+
"gatsby-core-utils": "^1.10.1",
3030
"glob": "^7.1.6",
3131
"lodash": "^4.17.20",
3232
"micromatch": "^4.0.2"

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+
## [0.7.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.1...gatsby-plugin-image@0.7.2) (2021-02-24)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Apply inline styles and img size ([#29603](https://github.com/gatsbyjs/gatsby/issues/29603)) ([#29668](https://github.com/gatsbyjs/gatsby/issues/29668)) ([9183a6b](https://github.com/gatsbyjs/gatsby/commit/9183a6bcef7126b040a66f08c3663b406ddc4e69))
11+
612
## [0.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0...gatsby-plugin-image@0.7.1) (2021-02-05)
713

814
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
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,11 +75,11 @@
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",
78+
"babel-plugin-remove-graphql-queries": "^2.16.1",
7979
"camelcase": "^5.3.1",
8080
"chokidar": "^3.5.1",
8181
"fs-extra": "^8.1.0",
82-
"gatsby-core-utils": "^1.10.0",
82+
"gatsby-core-utils": "^1.10.1",
8383
"objectFitPolyfill": "^2.3.0",
8484
"prop-types": "^15.7.2"
8585
},

packages/gatsby-plugin-manifest/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+
## [2.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0...gatsby-plugin-manifest@2.12.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.1...gatsby-plugin-manifest@2.12.0) (2021-02-02)
711

812
### Bug Fixes

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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",
4+
"version": "2.12.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
11-
"gatsby-core-utils": "^1.10.0",
11+
"gatsby-core-utils": "^1.10.1",
1212
"gatsby-plugin-utils": "^0.9.0",
1313
"semver": "^7.3.2",
1414
"sharp": "^0.27.0"

packages/gatsby-plugin-mdx/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+
## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0...gatsby-plugin-mdx@1.10.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0-next.0...gatsby-plugin-mdx@1.10.0) (2021-02-02)
711

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

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
3535
"fs-extra": "^8.1.0",
36-
"gatsby-core-utils": "^1.10.0",
36+
"gatsby-core-utils": "^1.10.1",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.3",
3939
"loader-utils": "^1.4.0",

packages/gatsby-plugin-offline/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.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.1...gatsby-plugin-offline@3.10.2) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0...gatsby-plugin-offline@3.10.1) (2021-02-18)
711

812
### Bug Fixes

packages/gatsby-plugin-offline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.10.1",
4+
"version": "3.10.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.10.0",
12+
"gatsby-core-utils": "^1.10.1",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.20",

packages/gatsby-plugin-page-creator/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+
## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0...gatsby-plugin-page-creator@2.10.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.1...gatsby-plugin-page-creator@2.10.0) (2021-02-02)
711

812
### Bug Fixes

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -28,8 +28,8 @@
2828
"@sindresorhus/slugify": "^1.1.0",
2929
"chokidar": "^3.5.1",
3030
"fs-exists-cached": "^1.0.0",
31-
"gatsby-page-utils": "^0.9.0",
32-
"gatsby-telemetry": "^1.10.0",
31+
"gatsby-page-utils": "^0.9.1",
32+
"gatsby-telemetry": "^1.10.1",
3333
"globby": "^11.0.2",
3434
"lodash": "^4.17.20"
3535
},

packages/gatsby-plugin-preload-fonts/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+
## [1.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0...gatsby-plugin-preload-fonts@1.9.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
# [1.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0-next.0...gatsby-plugin-preload-fonts@1.9.0) (2021-02-02)
711

812
**Note:** Version bump only for package gatsby-plugin-preload-fonts

packages/gatsby-plugin-preload-fonts/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-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"author": "Aaron Ross <superhawk610@gmail.com>",
66
"main": "index.js",
77
"bin": {
@@ -14,7 +14,7 @@
1414
"chalk": "^4.1.0",
1515
"date-fns": "^2.16.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^1.10.0",
17+
"gatsby-core-utils": "^1.10.1",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^3.3.0"

packages/gatsby-plugin-sharp/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+
## [2.14.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2) (2021-02-24)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** Fix defaults handling ([#29564](https://github.com/gatsbyjs/gatsby/issues/29564)) ([#29589](https://github.com/gatsbyjs/gatsby/issues/29589)) ([be9d9f9](https://github.com/gatsbyjs/gatsby/commit/be9d9f9c81606208cb4c237753e11b1e61a75dc4))
11+
612
## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0...gatsby-plugin-sharp@2.14.1) (2021-02-05)
713

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

packages/gatsby-plugin-sharp/package.json

Lines changed: 4 additions & 4 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": "2.14.1",
4+
"version": "2.14.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,8 +12,8 @@
1212
"bluebird": "^3.7.2",
1313
"filenamify": "^4.2.0",
1414
"fs-extra": "^9.1.0",
15-
"gatsby-core-utils": "^1.10.0",
16-
"gatsby-telemetry": "^1.10.0",
15+
"gatsby-core-utils": "^1.10.1",
16+
"gatsby-telemetry": "^1.10.1",
1717
"got": "^10.7.0",
1818
"imagemin": "^7.0.1",
1919
"imagemin-mozjpeg": "^9.0.0",
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^0.12.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^0.7.1",
37+
"gatsby-plugin-image": "^0.7.2",
3838
"gatsby-plugin-utils": "^0.9.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-plugin-typescript/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+
## [2.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0...gatsby-plugin-typescript@2.12.1) (2021-02-24)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typescript
9+
610
# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.1...gatsby-plugin-typescript@2.12.0) (2021-02-02)
711

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

0 commit comments

Comments
 (0)