Skip to content

Commit b39f7d4

Browse files
committed
chore(release): 1.8.0-alpha.3 [skip ci]
# [1.8.0-alpha.3](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.8.0-alpha.2...@mweb/extension@1.8.0-alpha.3) (2025-04-24) ### Bug Fixes * correct part styles ([de3c20c](de3c20c)) * fixed themes, hidden documentations ([c1261d8](c1261d8)) * **n8n:** error message.tool_calls.map is not a function ([6b21f27](6b21f27)) * **n8n:** error message.tool_calls.map is not a function [skip ci] ([09ccb5f](09ccb5f)) * **n8n:** update JSON structure and values ([95adffa](95adffa)) * **n8n:** update system message with additional restrictions ([ab045d0](ab045d0)) * **n8n:** update text for wallet connection instruction ([830a6c5](830a6c5)) * **n8n:** update url to use dynamic commit reference ([d237ee9](d237ee9)) * update animation ([008af1b](008af1b)) * update animation to home page ([7ca0e04](7ca0e04)) * update broken links, style: format code ([21f484e](21f484e)) * update styles about page ([ae1c696](ae1c696)) ### Features * add links to hackathons (DAP-4937) ([5073213](5073213)) * add One Trillion Agents Hackathon link ([7096883](7096883)) * added animation to examle section ([3431032](3431032)) * added animation to feature section ([b7d0780](b7d0780)) * added animation to title block buttons ([f684f5d](f684f5d)) * added anomaton to header and supported block ([22a8deb](22a8deb)) * added data to bloc`s example ([d334159](d334159)) * added ladel to exaple block ([cb2c864](cb2c864)) * added new examples ([8d1fc6f](8d1fc6f)) * **n8n:** add /status command to the bot menu [#72](#72), move /memo from menu into /about response [#71](#71) ([#73](#73)) ([be03673](be03673)) * **n8n:** add hidden `/devmode` command to toggle developer mode and Telegram UI controls ([6c6bfe1](6c6bfe1)) * **n8n:** add initial Telegram integration and welcome message ([f4849fb](f4849fb)) * **n8n:** add isdeveloper column to users table ([6d0b9fc](6d0b9fc)) * **n8n:** add msgId to error message sent to telegram ([cb577b7](cb577b7)) * **n8n:** add NEAR authentication to Xen-chatbot ([#65](#65)), replace /help command with /about item in Xen-bot menu ([#69](#69)) (PR [#70](#70)) ([da5c558](da5c558)) * **n8n:** add no-rights error node for Telegram ([5e8f49d](5e8f49d)) * **n8n:** add table for environment variables ([3ce809e](3ce809e)) * **n8n:** add Telegram integration and GitHub node ([88c600c](88c600c)) * **n8n:** add Telegram nodes for developer mode ([d06f0c7](d06f0c7)) * **n8n:** autogenerate SSL via Let's Encrypt ([195620f](195620f)) * **n8n:** autoinstall of custom n8n nodes to interact with NEAR Protocol ([528bec4](528bec4)) * **n8n:** gate `/setabout` execution behind isdeveloper flag ([1acf3c3](1acf3c3)) * **n8n:** global error handler that sends messages to telegram ([#83](#83)) ([6f3a8f5](6f3a8f5)) * **n8n:** implement `deleteAllMemories` JSON RPC method ([979f243](979f243)) * **n8n:** implement `deleteMemory` JSON RPC method ([132bbab](132bbab)) * **n8n:** implement `disableDevMode` JSON RPC method ([d595bd8](d595bd8)) * **n8n:** implement `enableDevMode` JSON RPC method ([16b30ba](16b30ba)) * **n8n:** implement `getBalance` JSON RPC method ([4aaff5a](4aaff5a)) * **n8n:** implement `getCurrentUser` JSON RPC method ([813a3bc](813a3bc)) * **n8n:** implement `getDevMode` JSON RPC method ([2057184](2057184)) * **n8n:** implement `getMemories` JSON RPC method ([56c005f](56c005f)) * **n8n:** implement `logout` JSON RPC method ([59d3672](59d3672)) * **n8n:** implement hidden `/setabout` command with default‑value fallback ([db707dd](db707dd)) * **n8n:** import credentials on startup ([44e69be](44e69be)) * **n8n:** import workflows on startup ([db6d155](db6d155)) * **n8n:** initialize SQL database for Aigency ([1b26742](1b26742)) * **n8n:** introduce docker compose script that initializes postgres, qdrant, ollama and n8n ([d81f85e](d81f85e)) * **n8n:** introduce Telegram22 and Nearai nodes in workflow ([b8a588a](b8a588a)) * **n8n:** update notifications texts ([bb67d39](bb67d39)) * **n8n:** update Telegram bot messages and positions ([338c1c1](338c1c1))
1 parent 008af1b commit b39f7d4

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.2",
3+
"version": "1.8.0-alpha.3",
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)