Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fix-async-router-controller.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-places-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-eggs-occur.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtools-cli",
"version": "1.0.1",
"version": "1.1.0",
"description": "CLI installer for Strapi Webtools",
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading