diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a96613d..6c1332eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.47.0" + ".": "1.48.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cebc1cb..38aca4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.48.0](https://github.com/danielo515/obsidian-modal-form/compare/1.47.0...1.48.0) (2024-07-02) + + +### Features + +* conditional input form builder ([5f6a9be](https://github.com/danielo515/obsidian-modal-form/commit/5f6a9befea605507dc7e4f5eaed42d620da72954)) +* **runtime:** conditional fields v1 ([4ab141e](https://github.com/danielo515/obsidian-modal-form/commit/4ab141ec537089f3e9cbd052843e3b45fec9aea6)) +* **runtime:** show conditional errors in the form ([83a1060](https://github.com/danielo515/obsidian-modal-form/commit/83a1060aef020133f2723f090c09603a058e010e)) + + +### Bug Fixes + +* ConditionInput finally works as expected ([c5d5fff](https://github.com/danielo515/obsidian-modal-form/commit/c5d5fff647b1ae8fb2bcd8a168b97a90b48ff8b1)) + ## [1.47.0](https://github.com/danielo515/obsidian-modal-form/compare/1.46.0...1.47.0) (2024-06-22) diff --git a/manifest.json b/manifest.json index aa742136..27b33cce 100644 --- a/manifest.json +++ b/manifest.json @@ -8,5 +8,5 @@ "fundingUrl": "https://www.buymeacoffee.com/danielo515", "helpUrl": "https://danielorodriguez.com/obsidian-modal-form/", "isDesktopOnly": false, - "version": "1.47.0" + "version": "1.48.0" } \ No newline at end of file diff --git a/package.json b/package.json index 1ff498e1..85138119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.47.0", + "version": "1.48.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 266d3b2f..afca248d 100644 --- a/versions.json +++ b/versions.json @@ -67,5 +67,6 @@ "1.45.1": "0.15.0", "1.45.2": "0.15.0", "1.46.0": "0.15.0", - "1.47.0": "0.15.0" + "1.47.0": "0.15.0", + "1.48.0": "0.15.0" } \ No newline at end of file