From 1c124efac3f8527ff84981b333e9eb4ff3799f68 Mon Sep 17 00:00:00 2001 From: Dapplets Bot Date: Fri, 4 Oct 2024 11:59:44 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.3.0...@mweb/extension@1.4.0) (2024-10-04) ### Bug Fixes * wrong layer z-axis position in Picker (DAP-4755) ([#19](https://github.com/dapplets/mutable-web-monorepo/issues/19)) ([9aa66c8](https://github.com/dapplets/mutable-web-monorepo/commit/9aa66c88d743c8120db7e180512b854d9c682b9d)) ### Features * add timestamp to the base dto (DAP-4763) ([717076d](https://github.com/dapplets/mutable-web-monorepo/commit/717076df5d0a72ebe31309608ee0b22a0c146fb8)) * add timestamp to the base entity (DAP-4763) ([#24](https://github.com/dapplets/mutable-web-monorepo/issues/24)) ([9cce251](https://github.com/dapplets/mutable-web-monorepo/commit/9cce251bdc1b8e516faa2c3ced1469cd7fbe407a)) * add view all notifications function (DAP-4766) ([#27](https://github.com/dapplets/mutable-web-monorepo/issues/27)) ([a8d9664](https://github.com/dapplets/mutable-web-monorepo/commit/a8d96640214f5d98c6c9c168169998011a408798)) * allow to specify notification duration ([#13](https://github.com/dapplets/mutable-web-monorepo/issues/13)) ([7dd15ba](https://github.com/dapplets/mutable-web-monorepo/commit/7dd15ba589ed74db23bf476b58c492685b8852ad)) * apply changes to origin mutation (DAP-4751) ([a601705](https://github.com/dapplets/mutable-web-monorepo/commit/a601705c25cf33aba215846b5929f404f196218f)) * export useViewAllNotifications hook (DAP-4766) ([e39185f](https://github.com/dapplets/mutable-web-monorepo/commit/e39185f4abd15383a055fbd944c90c7ad3782105)) * fork and publish popups (DAP-4749) ([#20](https://github.com/dapplets/mutable-web-monorepo/issues/20)) ([6b2aa46](https://github.com/dapplets/mutable-web-monorepo/commit/6b2aa4606d3b3e4563734af719205058ddc38120)) * generate entity ids on backend side (DAP-4767) ([#29](https://github.com/dapplets/mutable-web-monorepo/issues/29)) ([11630c0](https://github.com/dapplets/mutable-web-monorepo/commit/11630c0e4834983365441ef588cace0df7b6d9a5)) * introduce backend for pull request notifications (DAP-4753) ([#23](https://github.com/dapplets/mutable-web-monorepo/issues/23)) ([1e59486](https://github.com/dapplets/mutable-web-monorepo/commit/1e59486dfcf0e9282a2b9480ec7d30bd290d6317)) * introduce overlay and notifications (DAP-4762) ([#25](https://github.com/dapplets/mutable-web-monorepo/issues/25)) ([d7abf97](https://github.com/dapplets/mutable-web-monorepo/commit/d7abf9741e788a66d2e10a73f99db1648bb06b6d)) * introduce working with documents and multiple app instances (DAP-4737, DAP-4738, DAP-4739) ([#14](https://github.com/dapplets/mutable-web-monorepo/issues/14)) ([dcc6f18](https://github.com/dapplets/mutable-web-monorepo/commit/dcc6f1888496dd2b55cb00dce50e73b34670a080)) * make documents reusable between different mutations (DAP-4752) ([#16](https://github.com/dapplets/mutable-web-monorepo/issues/16)) ([3a711de](https://github.com/dapplets/mutable-web-monorepo/commit/3a711de6d8e68025e8bc520b8641631c074e20ab)) * Picker and Highlighter use `data-mweb-context-level` parameter (DAP-4731) ([#11](https://github.com/dapplets/mutable-web-monorepo/issues/11)) ([2df3f31](https://github.com/dapplets/mutable-web-monorepo/commit/2df3f31284bb7ce22fdba8d2c6ea647e883ad285)) * review pull request modal window (DAP-4764) ([#28](https://github.com/dapplets/mutable-web-monorepo/issues/28)) ([f59d5ed](https://github.com/dapplets/mutable-web-monorepo/commit/f59d5edea7f961cd074b715132ecbe6b1327579d)) * store original mutation id when forking (DAP-4751) ([afcfc90](https://github.com/dapplets/mutable-web-monorepo/commit/afcfc909bcd270828504b250e25b00177d3c6fa4)) * throw out human-readable errors for notifications (DAP-4765) ([#26](https://github.com/dapplets/mutable-web-monorepo/issues/26)) ([55f7aa9](https://github.com/dapplets/mutable-web-monorepo/commit/55f7aa96d21c12678a48589a7620c51424d5ff20)) --- apps/extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/extension/package.json b/apps/extension/package.json index 49ab98a2..0d4f0349 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -1,6 +1,6 @@ { "name": "@mweb/extension", - "version": "1.4.0-alpha.15", + "version": "1.4.0", "description": "Bridge to the Mutable Web", "scripts": { "build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 webpack --config webpack.prod.js",