Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ui): v0.111.1
Browse files Browse the repository at this point in the history
alice-sevin committed Nov 21, 2023
1 parent 0349690 commit 36b2a8b
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion ui/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 36b2a8b

Please sign in to comment.