Skip to content

Commit 5a654fa

Browse files
committed
chore(release): Publish
- gatsby-admin@0.8.13 - gatsby-cli@2.19.3 - gatsby-plugin-page-creator@2.10.2 - gatsby-plugin-sharp@2.14.4 - gatsby-recipes@0.9.3 - gatsby-telemetry@1.10.2 - gatsby-transformer-sqip@2.11.4 - gatsby@2.32.13
1 parent c8b9b7c commit 5a654fa

File tree

16 files changed

+52
-18
lines changed

16 files changed

+52
-18
lines changed

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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.12...gatsby-admin@0.8.13) (2021-05-04)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.11...gatsby-admin@0.8.12) (2021-04-07)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.8.12",
3+
"version": "0.8.13",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.32.12",
23+
"gatsby": "^2.32.13",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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

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

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 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.2",
4+
"version": "2.19.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.1",
28-
"gatsby-recipes": "^0.9.2",
29-
"gatsby-telemetry": "^1.10.1",
28+
"gatsby-recipes": "^0.9.3",
29+
"gatsby-telemetry": "^1.10.2",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.1...gatsby-plugin-page-creator@2.10.2) (2021-05-04)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [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)
711

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

packages/gatsby-plugin-page-creator/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-page-creator",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
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.5.1",
3030
"fs-exists-cached": "^1.0.0",
3131
"gatsby-page-utils": "^0.9.1",
32-
"gatsby-telemetry": "^1.10.1",
32+
"gatsby-telemetry": "^1.10.2",
3333
"globby": "^11.0.2",
3434
"lodash": "^4.17.20"
3535
},

packages/gatsby-plugin-sharp/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.14.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.3...gatsby-plugin-sharp@2.14.4) (2021-05-04)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.14.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.2...gatsby-plugin-sharp@2.14.3) (2021-02-25)
711

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

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.14.3",
4+
"version": "2.14.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"filenamify": "^4.2.0",
1414
"fs-extra": "^9.1.0",
1515
"gatsby-core-utils": "^1.10.1",
16-
"gatsby-telemetry": "^1.10.1",
16+
"gatsby-telemetry": "^1.10.2",
1717
"got": "^10.7.0",
1818
"imagemin": "^7.0.1",
1919
"imagemin-mozjpeg": "^9.0.0",

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

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

packages/gatsby-recipes/package.json

Lines changed: 2 additions & 2 deletions
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.2",
4+
"version": "0.9.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.1",
34-
"gatsby-telemetry": "^1.10.1",
34+
"gatsby-telemetry": "^1.10.2",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

0 commit comments

Comments
 (0)