Skip to content

Commit b03dcb5

Browse files
committed
chore(release): 1.8.0-alpha.22 [skip ci]
# [1.8.0-alpha.22](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.8.0-alpha.21...@mweb/extension@1.8.0-alpha.22) (2025-05-12) ### Bug Fixes * **n8n:** `getUsageHistory` returned empty object if history was empty. ([ff4af1d](ff4af1d)) * text owerflow extends beyond container; big amounts are not supported ([029f594](029f594)) ### Features * add Accordion with a content to the history note ([d2703d4](d2703d4)) * add Payments & Usage page: History and HistoryNote components ([0ec11e9](0ec11e9)) * connect backend to the Payment & Usage page (issue[#173](#173)) ([495f515](495f515)) * **n8n:** add capabilities to transfer history table ([6969cf5](6969cf5)) * **n8n:** add dev‑only transcript, escape markdown, improve monitoring, refactor LLM retries ([658502a](658502a)) * **n8n:** enable and disable built-in News Monitor capability ([7e94e6e](7e94e6e)) * **n8n:** implement JSON PRC method `getLastScanOfSubscriptions` ([55096f7](55096f7)) * **n8n:** implement JSON PRC method `getNextScanOfSubscriptions` ([47b4505](47b4505)) * **n8n:** implement JSON PRC method `removeSubscription` ([6fdfe24](6fdfe24)) * **n8n:** implement JSON PRC method `scanSubscriptions` ([a3f804e](a3f804e)) * **n8n:** implement JSON RPC method `addSubscription` ([f62c87b](f62c87b)) * **n8n:** implement JSON RPC method `disableSubscription` ([e267cef](e267cef)) * **n8n:** implement JSON RPC method `enableSubscription` ([b20a282](b20a282)) * **n8n:** implement JSON RPC method `getSubscriptions` ([bcbd6f9](bcbd6f9)) * **n8n:** implement JSON RPC method `getUsageHistory` ([f484b64](f484b64))
1 parent ca63edf commit b03dcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mweb/extension",
3-
"version": "1.8.0-alpha.21",
3+
"version": "1.8.0-alpha.22",
44
"description": "Bridge to the Mutable Web",
55
"scripts": {
66
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 webpack --config webpack.prod.js",

0 commit comments

Comments
 (0)