From f87a34e17df74fe0503a939f97a81a16a5c76941 Mon Sep 17 00:00:00 2001 From: gatsby-uc-bot <98916954+gatsby-uc-bot@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:19:28 -0700 Subject: [PATCH] Version Packages (#420) Co-authored-by: github-actions[bot] --- .changeset/dull-terms-shop.md | 5 ----- packages/gatsby-source-strapi/CHANGELOG.md | 6 ++++++ packages/gatsby-source-strapi/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dull-terms-shop.md diff --git a/.changeset/dull-terms-shop.md b/.changeset/dull-terms-shop.md deleted file mode 100644 index 92cbb4e9e..000000000 --- a/.changeset/dull-terms-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-strapi": minor ---- - -upgrade axios to v1 diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 3b7883695..e951b92b4 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 3.2.0 + +### Minor Changes + +- [#411](https://github.com/gatsby-uc/plugins/pull/411) [`016caf1`](https://github.com/gatsby-uc/plugins/commit/016caf17372c5623f98b88846ebe9299bf7fe796) Thanks [@konsalex](https://github.com/konsalex)! - upgrade axios to v1 + ## 3.1.4 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index ca9a8523a..fc575bbcd 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "3.1.4", + "version": "3.2.0", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",