Skip to content

Commit ffcbd1c

Browse files
authored
Merge pull request #318 from pluginpal/changeset-release/master
Version Packages
2 parents a0d4bf1 + 4b9dcab commit ffcbd1c

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

.changeset/fix-async-router-controller.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/gold-places-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loose-eggs-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# webtools-cli
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 1.0.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtools-cli",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "CLI installer for Strapi Webtools",
55
"exports": {
66
".": {

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# core
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
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.
14+
315
## 1.5.3
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-webtools",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Everything you need to build a website with Strapi CMS",
55
"strapi": {
66
"name": "webtools",

0 commit comments

Comments
 (0)