From a9ba54991dcd929c65ddbbb6e446b564e5347736 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 22 Jun 2021 20:50:35 -0700 Subject: [PATCH] chore(release): Publish - gatsby-plugin-gatsby-cloud@2.8.1 --- packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index bada2e9971952..7795306bcdaac 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -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.8.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0...gatsby-plugin-gatsby-cloud@2.8.1) (2021-06-23) + +### Bug Fixes + +- **gatsby-plugin-gatsby-cloud:** add gatsby-telemetry as a dependency ([#32047](https://github.com/gatsbyjs/gatsby/issues/32047)) ([#32049](https://github.com/gatsbyjs/gatsby/issues/32049)) ([ba65e27](https://github.com/gatsbyjs/gatsby/commit/ba65e272993ba15117e5944dba77dcafb9df80e9)) + # [2.8.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.2...gatsby-plugin-gatsby-cloud@2.8.0) (2021-06-22) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 503e5378baade..fae35e8eaca74 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "2.8.0", + "version": "2.8.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"