diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index f8cb412e3..f312a877c 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.115.1] - 2024-09-27 + +### Fixed + +- Stepform: enable to preselect column and use default config values + ## [0.115.0] - 2024-09-25 ### Changed @@ -1593,6 +1599,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars - Initial version, showtime! +[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 [0.114.1]: https://github.com/ToucanToco/weaverbird/compare/v0.114.0...v0.114.1 [0.114.0]: https://github.com/ToucanToco/weaverbird/compare/v0.113.0...v0.114.0 diff --git a/ui/package.json b/ui/package.json index 2957d2831..45e6c0e53 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.115.0", + "version": "0.115.1", "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 74e9c8e25..11ba8a20f 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.0 +sonar.projectVersion=0.115.1 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src