From dab6f5ad2ab641bde501417efa3dfdf2e174a32b Mon Sep 17 00:00:00 2001 From: Alice Date: Thu, 10 Oct 2024 15:33:59 +0200 Subject: [PATCH] chore(ui): v0.115.3 --- ui/CHANGELOG.md | 7 +++++++ ui/package.json | 2 +- ui/sonar-project.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 3bc401b2d..4b0331297 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.115.3] - 2024-10-10 + +### Fixed + +- StepformComponent: add reactivity for preselected column + ## [0.115.2] - 2024-10-08 ### Fixed @@ -1605,6 +1611,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars - Initial version, showtime! +[0.115.3]: https://github.com/ToucanToco/weaverbird/compare/v0.115.2...v0.115.3 [0.115.2]: https://github.com/ToucanToco/weaverbird/compare/v0.115.1...v0.115.2 [0.115.1]: https://github.com/ToucanToco/weaverbird/compare/v0.115.0...v0.115.1 [0.115.0]: https://github.com/ToucanToco/weaverbird/compare/v0.114.1...v0.115.0 diff --git a/ui/package.json b/ui/package.json index 75d34f104..8c5f6635d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.115.2", + "version": "0.115.3", "description": "A generic Visual Query Builder built in Vue.js", "bugs": { "url": "https://github.com/ToucanToco/weaverbird/issues", diff --git a/ui/sonar-project.properties b/ui/sonar-project.properties index 11ba8a20f..9e59956e8 100644 --- a/ui/sonar-project.properties +++ b/ui/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. # sonar.projectName=weaverbird UI -sonar.projectVersion=0.115.1 +sonar.projectVersion=0.115.3 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src