Skip to content

Commit fee8119

Browse files
committed
chore(release): 1.6.0-alpha.1 [skip ci]
# [1.6.0-alpha.1](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.5.0...@mweb/extension@1.6.0-alpha.1) (2025-01-24) ### Bug Fixes * all app instances are removed ([b16c1af](b16c1af)) * bottom-padding in opened Notch ([4f58831](4f58831)) * cannot create mutation from scratch ([39fb2a0](39fb2a0)) * murkup in Notch without mutations (origin) ([59a5d99](59a5d99)) ### Features * add scroll to apps bar in Mini Overlay ([33335b7](33335b7)) * allow user to fork own documents ([5563a21](5563a21)) * allow user to fork own documents ([a75bf48](a75bf48)) * allow user to fork own documents ([bb01dee](bb01dee)) * copy mutation selector to overlay (DAP-4798) ([#38](#38)) ([11565ee](11565ee)) * introduce AI Crawler as part of the Mutable Web monorepository ([#52](#52)) ([9d4fe90](9d4fe90)) * introduce crawler agent and orders system (DAP-4811) ([#56](#56)) ([181d1cc](181d1cc)) * introduce entity versioning (DAP-4797) ([#40](#40)) ([08b3d8e](08b3d8e)) * move wallet profile to the overlay (DAP-4778) ([#34](#34)) ([e1eea1e](e1eea1e)) * open the overlay by left-clicking on the extension icon (DAP-4805) ([5470dbd](5470dbd)) * read-only connected accounts integration (DAP-4807) ([#55](#55)) ([4ba87b5](4ba87b5)) * show document and application IDs ([f1d25e8](f1d25e8)) * show document ID for apps with docs in MiniOverlay ([e36d388](e36d388)) * show outgoing notifications (DAP-4770, DAP-4771, DAP-4772) ([#35](#35)) ([ed866e6](ed866e6)) * stylize version switcher in the mutation manager (DAP-4801) ([#41](#41)) ([8a9ab3e](8a9ab3e)) * teaser page for connected accounts (DAP-4807) ([#50](#50)) ([b21c23b](b21c23b))
1 parent a186696 commit fee8119

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.5.0",
3+
"version": "1.6.0-alpha.1",
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)