Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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](#19)) ([9aa66c8](9aa66c8))

### Features

* add timestamp to the base dto (DAP-4763) ([717076d](717076d))
* add timestamp to the base entity (DAP-4763) ([#24](#24)) ([9cce251](9cce251))
* add view all notifications function (DAP-4766) ([#27](#27)) ([a8d9664](a8d9664))
* allow to specify notification duration ([#13](#13)) ([7dd15ba](7dd15ba))
* apply changes to origin mutation (DAP-4751) ([a601705](a601705))
* export useViewAllNotifications hook (DAP-4766) ([e39185f](e39185f))
* fork and publish popups (DAP-4749) ([#20](#20)) ([6b2aa46](6b2aa46))
* generate entity ids on backend side (DAP-4767) ([#29](#29)) ([11630c0](11630c0))
* introduce backend for pull request notifications (DAP-4753) ([#23](#23)) ([1e59486](1e59486))
* introduce overlay and notifications (DAP-4762) ([#25](#25)) ([d7abf97](d7abf97))
* introduce working with documents and multiple app instances (DAP-4737, DAP-4738, DAP-4739) ([#14](#14)) ([dcc6f18](dcc6f18))
* make documents reusable between different mutations (DAP-4752) ([#16](#16)) ([3a711de](3a711de))
* Picker and Highlighter use `data-mweb-context-level` parameter (DAP-4731) ([#11](#11)) ([2df3f31](2df3f31))
* review pull request modal window (DAP-4764) ([#28](#28)) ([f59d5ed](f59d5ed))
* store original mutation id when forking (DAP-4751) ([afcfc90](afcfc90))
* throw out human-readable errors for notifications (DAP-4765) ([#26](#26)) ([55f7aa9](55f7aa9))
  • Loading branch information
dapplets-bot committed Oct 4, 2024
1 parent 2f20ac8 commit 1c124ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1c124ef

Please sign in to comment.