diff --git a/.changeset/fix-async-router-controller.md b/.changeset/fix-async-router-controller.md deleted file mode 100644 index 06167060..00000000 --- a/.changeset/fix-async-router-controller.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -Fix async handling in router controller - -Add await keyword before transformResponse call to properly handle the Promise returned by the method. This resolves the issue where the router endpoint returns empty objects instead of the expected content. \ No newline at end of file diff --git a/.changeset/gold-places-yawn.md b/.changeset/gold-places-yawn.md deleted file mode 100644 index 23a974a6..00000000 --- a/.changeset/gold-places-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webtools-cli": minor ---- - -feat: add license key setup to the cli diff --git a/.changeset/loose-eggs-occur.md b/.changeset/loose-eggs-occur.md deleted file mode 100644 index da57d865..00000000 --- a/.changeset/loose-eggs-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -feat: add a new 'search' controller for the admin interface diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index defb0b19..d7ba48db 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # webtools-cli +## 1.1.0 + +### Minor Changes + +- [#317](https://github.com/pluginpal/strapi-webtools/pull/317) [`e913598`](https://github.com/pluginpal/strapi-webtools/commit/e91359874df631fddd8c8ea3ef958805a511f4c8) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: add license key setup to the cli + ## 1.0.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9b999d3c..d44dc1f8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "webtools-cli", - "version": "1.0.1", + "version": "1.1.0", "description": "CLI installer for Strapi Webtools", "exports": { ".": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 405007da..4b4e7450 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # core +## 1.6.0 + +### Minor Changes + +- [`0c19c49`](https://github.com/pluginpal/strapi-webtools/commit/0c19c497845f0320967a9353cc819cbdca16c2ca) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: add a new 'search' controller for the admin interface + +### Patch Changes + +- [#320](https://github.com/pluginpal/strapi-webtools/pull/320) [`bec4f55`](https://github.com/pluginpal/strapi-webtools/commit/bec4f55c35b4676bd929de63d5671a41069985c6) Thanks [@cayblood](https://github.com/cayblood)! - Fix async handling in router controller + + Add await keyword before transformResponse call to properly handle the Promise returned by the method. This resolves the issue where the router endpoint returns empty objects instead of the expected content. + ## 1.5.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 68784791..c5ff9c9b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.5.3", + "version": "1.6.0", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",