From 4c583a62a60582dd23cb907df5df5d18fb2d5438 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Mar 2023 21:52:05 +0000 Subject: [PATCH] chore(release): 3.26.0 # [3.26.0](https://github.com/vcync/modV/compare/3.25.5...3.26.0) (2023-03-01) ### Bug Fixes * **checkbox:** add boolean emission prop ([#792](https://github.com/vcync/modV/issues/792)) ([e62f47a](https://github.com/vcync/modV/commit/e62f47ae63d9a643532c863a634d7557defb95d7)) * **color-picker:** dismiss color picker by clicking outside color picker ([#793](https://github.com/vcync/modV/issues/793)) ([015b84a](https://github.com/vcync/modV/commit/015b84a765806ccc6ecb4d5c4a83b8d7c1a41d8d)), closes [#461](https://github.com/vcync/modV/issues/461) * **plugins:** emit boolean from checkbox ([#795](https://github.com/vcync/modV/issues/795)) ([c13f54a](https://github.com/vcync/modV/commit/c13f54a15c03d969c8db463c08d1efc1b0e1d21a)) * **styling:** fix unwanted top range control alignment in module inspector ([#806](https://github.com/vcync/modV/issues/806)) ([0082450](https://github.com/vcync/modV/commit/0082450c6bc013e378ca619e372b07d752da9637)) * **styling:** update tab styles to match design. fix tab dropdown stacking ([#815](https://github.com/vcync/modV/issues/815)) ([a280099](https://github.com/vcync/modV/commit/a280099032f9979e47518bcbc948566e975ea796)) * **swap:** properly set default swap structure when finished swapping ([#766](https://github.com/vcync/modV/issues/766)) ([144453c](https://github.com/vcync/modV/commit/144453cc8f311236cac7319404298cc7b29b94d4)), closes [#765](https://github.com/vcync/modV/issues/765) ### Features * add animated loader, remove when loaded to prevent redraws ([#771](https://github.com/vcync/modV/issues/771)) ([57f3658](https://github.com/vcync/modV/commit/57f365873676ab6c8c029e99dc86355dfe6c6c3b)) * add automation of browserslist update ([#787](https://github.com/vcync/modV/issues/787)) ([16f33a6](https://github.com/vcync/modV/commit/16f33a64bcef670faaf1ca1c0007069e1f8d5448)), closes [#691](https://github.com/vcync/modV/issues/691) * audio input gain control ([#800](https://github.com/vcync/modV/issues/800)) ([07ac0a0](https://github.com/vcync/modV/commit/07ac0a0a3f8f927128a8ac3e69874631d3d04d90)) * **gallery-item:** implement better gallery item scaling ([#791](https://github.com/vcync/modV/issues/791)) ([9146c1e](https://github.com/vcync/modV/commit/9146c1e49d4087201cb307dfe3062aa6ccd95f5e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94177e1c0..bf8c7504f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.25.5", + "version": "3.26.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {