diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 5d92b42897..2b57c53e73 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## [0.111.1] - 2023-11-21 + +### Fixed +- Filter simple condition: display all variables when using a date column + ## [0.111.0] - 2023-10-06 ### Added @@ -1536,6 +1541,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars - Initial version, showtime! +[0.111.1]: https://github.com/ToucanToco/weaverbird/compare/v0.111.0...v0.111.1 [0.111.0]: https://github.com/ToucanToco/weaverbird/compare/v0.110.0...v0.111.0 [0.110.0]: https://github.com/ToucanToco/weaverbird/compare/v0.109.0...v0.110.0 [0.109.0]: https://github.com/ToucanToco/weaverbird/compare/v0.108.0...v0.109.0 diff --git a/ui/package.json b/ui/package.json index 1fcf04f467..d1d334d54d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.111.0", + "version": "0.111.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 bd4de8624a..5851f0a560 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.111.0 +sonar.projectVersion=0.111.1 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src