Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
pieh committed May 4, 2021
1 parent c8b9b7c commit 5a654fa
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 18 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.8.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.12...gatsby-admin@0.8.13) (2021-05-04)

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

## [0.8.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.11...gatsby-admin@0.8.12) (2021-04-07)

**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.8.12",
"version": "0.8.13",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^2.32.12",
"gatsby": "^2.32.13",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/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.

## [2.19.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.2...gatsby-cli@2.19.3) (2021-05-04)

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

## [2.19.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.1...gatsby-cli@2.19.2) (2021-02-24)

**Note:** Version bump only for package gatsby-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.19.2",
"version": "2.19.3",
"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.1",
"gatsby-recipes": "^0.9.2",
"gatsby-telemetry": "^1.10.1",
"gatsby-recipes": "^0.9.3",
"gatsby-telemetry": "^1.10.2",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/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.

## [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)

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

## [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)

**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
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.10.1",
"version": "2.10.2",
"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.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.9.1",
"gatsby-telemetry": "^1.10.1",
"gatsby-telemetry": "^1.10.2",
"globby": "^11.0.2",
"lodash": "^4.17.20"
},
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.

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

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

## [2.14.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.2...gatsby-plugin-sharp@2.14.3) (2021-02-25)

**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": "2.14.3",
"version": "2.14.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"filenamify": "^4.2.0",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-telemetry": "^1.10.1",
"gatsby-telemetry": "^1.10.2",
"got": "^10.7.0",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/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.9.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.2...gatsby-recipes@0.9.3) (2021-05-04)

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

## [0.9.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.1...gatsby-recipes@0.9.2) (2021-02-24)

**Note:** Version bump only for package gatsby-recipes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-recipes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.9.2",
"version": "0.9.3",
"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.1",
"gatsby-telemetry": "^1.10.1",
"gatsby-telemetry": "^1.10.2",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-telemetry/CHANGELOG.md
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.

## [1.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.1...gatsby-telemetry@1.10.2) (2021-05-04)

### Bug Fixes

- **gatsby-telemetry:** Read installedGatsbyVersion correctly for workspaces ([#31196](https://github.com/gatsbyjs/gatsby/issues/31196)) ([#31208](https://github.com/gatsbyjs/gatsby/issues/31208)) ([c8b9b7c](https://github.com/gatsbyjs/gatsby/commit/c8b9b7c88b0bbd76b87f843447f8d7f71d8b9a0f))

## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.0...gatsby-telemetry@1.10.1) (2021-02-24)

**Note:** Version bump only for package gatsby-telemetry
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "1.10.1",
"version": "1.10.2",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.

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

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

## [2.11.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.2...gatsby-transformer-sqip@2.11.3) (2021-02-25)

**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": "2.11.3",
"version": "2.11.4",
"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": "^2.14.3",
"gatsby-plugin-sharp": "^2.14.4",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/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.

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

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

## [2.32.12](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.11...gatsby@2.32.12) (2021-04-07)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.32.12",
"version": "2.32.13",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -78,16 +78,16 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.19.2",
"gatsby-cli": "^2.19.3",
"gatsby-core-utils": "^1.10.1",
"gatsby-graphiql-explorer": "^0.11.0",
"gatsby-legacy-polyfills": "^0.7.1",
"gatsby-link": "^2.11.0",
"gatsby-plugin-page-creator": "^2.10.1",
"gatsby-plugin-page-creator": "^2.10.2",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-utils": "^0.9.0",
"gatsby-react-router-scroll": "^3.7.0",
"gatsby-telemetry": "^1.10.1",
"gatsby-telemetry": "^1.10.2",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^14.6.0",
Expand Down

0 comments on commit 5a654fa

Please sign in to comment.