From 777e3ad75f933095cd57a6d261851ae9558a5e40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 10:12:42 +0000 Subject: [PATCH] chore(release): 3.28.0 # [3.28.0](https://github.com/vcync/modV/compare/3.27.0...3.28.0) (2023-06-11) ### Bug Fixes * **background-window:** fixes macos window creation on dock icon click ([#850](https://github.com/vcync/modV/issues/850)) ([a4d2d0b](https://github.com/vcync/modV/commit/a4d2d0b5fb35973ea453269edb424c7b317dda56)) * **gallery:** use grab cursor for gallery items ([#844](https://github.com/vcync/modV/issues/844)) ([23bd5c3](https://github.com/vcync/modV/commit/23bd5c36c5651164ee8b052abdc7b50ec82f227b)) * move maximize function to keep main window hidden until ready ([#839](https://github.com/vcync/modV/issues/839)) ([fbfff08](https://github.com/vcync/modV/commit/fbfff08f1344fd0ae152f760c8247eef4fd691a2)) * **output-window:** removes immediate setSize call ([#849](https://github.com/vcync/modV/issues/849)) ([151feb0](https://github.com/vcync/modV/commit/151feb0b568fd645a9a0a04822d411de5ead233e)) * remove dialog ([#841](https://github.com/vcync/modV/issues/841)) ([81996d1](https://github.com/vcync/modV/commit/81996d10c0775fecc9f0901943df2e4a07a84532)) * restores tween data correctly when focusing other inputs ([#837](https://github.com/vcync/modV/issues/837)) ([aa4a3d5](https://github.com/vcync/modV/commit/aa4a3d54fa55a7fd170f5678bc14a2e64851a116)) * **style:** use custom select and expand widths to 100% ([#845](https://github.com/vcync/modV/issues/845)) ([4453dd8](https://github.com/vcync/modV/commit/4453dd86b80f90074c84605b20aed389177deed3)) * use correct path variable ([#846](https://github.com/vcync/modV/issues/846)) ([14460ab](https://github.com/vcync/modV/commit/14460ab102989b99dc5a91093d684af28599910e)) ### Features * **cursor:** adds grab cursor to group and active module titles ([#842](https://github.com/vcync/modV/issues/842)) ([888ed83](https://github.com/vcync/modV/commit/888ed8312f4cda4f25dc1853727cfab803de3524)) * **expressions:** adds `inputValue` as scope item ([#859](https://github.com/vcync/modV/issues/859)) ([e5f7c7b](https://github.com/vcync/modV/commit/e5f7c7bd8632d1dbd851bafc9aefc082f896361b)), closes [#857](https://github.com/vcync/modV/issues/857) * **group title:** adds additional mouse listener, focus and selection ([#843](https://github.com/vcync/modV/issues/843)) ([4b54059](https://github.com/vcync/modV/commit/4b54059e4c31fe6e3596ce08f089f68cd1b7b8ef)) * **save/saveas:** adds save menu item and updates save as to remember path ([#858](https://github.com/vcync/modV/issues/858)) ([2250fa2](https://github.com/vcync/modV/commit/2250fa228f7f79a2df11e75039cf23d0b78885d3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0967b67..85895285 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.27.0", + "version": "3.28.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {