From b367a0a8d2aec3e8845efa33ea3d00977386d1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:49:13 +0200 Subject: [PATCH] chore: version packages for release (#47) Co-authored-by: github-actions[bot] --- .changeset/poor-bugs-sparkle.md | 5 ----- .changeset/spicy-knives-shout.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/poor-bugs-sparkle.md delete mode 100644 .changeset/spicy-knives-shout.md diff --git a/.changeset/poor-bugs-sparkle.md b/.changeset/poor-bugs-sparkle.md deleted file mode 100644 index 3c4ef3a..0000000 --- a/.changeset/poor-bugs-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@strapi/sdk-plugin": patch ---- - -Add support for Node 22 diff --git a/.changeset/spicy-knives-shout.md b/.changeset/spicy-knives-shout.md deleted file mode 100644 index f709679..0000000 --- a/.changeset/spicy-knives-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@strapi/sdk-plugin': minor ---- - -automate install and build for generated plugins diff --git a/CHANGELOG.md b/CHANGELOG.md index df72842..9af21be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @strapi/sdk-plugin +## 5.2.0 + +### Minor Changes + +- [#46](https://github.com/strapi/sdk-plugin/pull/46) [`4803fe6`](https://github.com/strapi/sdk-plugin/commit/4803fe6c837969284bb53ff76074cb6a548c6a6a) Thanks [@Bassel17](https://github.com/Bassel17)! - automate install and build for generated plugins + +### Patch Changes + +- [#45](https://github.com/strapi/sdk-plugin/pull/45) [`345fa5a`](https://github.com/strapi/sdk-plugin/commit/345fa5a52f00723e0b73e98d968affbad9252a40) Thanks [@dhoko](https://github.com/dhoko)! - Add support for Node 22 + ## 5.1.1 ### Patch Changes diff --git a/package.json b/package.json index 1407d1c..71691c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/sdk-plugin", - "version": "5.1.1", + "version": "5.2.0", "description": "Simple tools for developing Strapi plugins", "keywords": [ "strapi",