From bd3525cad1f456ca86da82d9ee60508e991f9504 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:24:42 +0200 Subject: [PATCH] chore: version packages for release (#30) Co-authored-by: github-actions[bot] --- .changeset/afraid-flies-enjoy.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/afraid-flies-enjoy.md diff --git a/.changeset/afraid-flies-enjoy.md b/.changeset/afraid-flies-enjoy.md deleted file mode 100644 index 385b669..0000000 --- a/.changeset/afraid-flies-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@strapi/sdk-plugin': patch ---- - -Use rc versions instead of beta diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b113c..edc067a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @strapi/sdk-plugin +## 5.0.2 + +### Patch Changes + +- [#28](https://github.com/strapi/sdk-plugin/pull/28) [`4711257`](https://github.com/strapi/sdk-plugin/commit/47112572ea317b837ba6a3ca09768f8fa4e97a52) Thanks [@innerdvations](https://github.com/innerdvations)! - Use rc versions instead of beta + ## 5.0.1 ### Patch Changes diff --git a/package.json b/package.json index 6513aa6..8adf868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/sdk-plugin", - "version": "5.0.1", + "version": "5.0.2", "description": "Simple tools for developing Strapi plugins", "keywords": [ "strapi",