Skip to content

Commit

Permalink
chore(ui): v0.107.0 (#1862)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Aug 17, 2023
1 parent 3083ecd commit 4dd5311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## Unreleased

## [0.107.0] - 2023-08-16

### Added
- NativeSQL translator: Added support for steps concatenate and fromdate
- NativeSQL translator: Added support for the concatenate and fromdate steps
- NativeSQL translator: Added support for the percentage step
- NativeSQL translator: Added support for the concatenate step

Expand Down Expand Up @@ -1510,6 +1512,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars

- Initial version, showtime!

[0.107.0]: https://github.com/ToucanToco/weaverbird/compare/v0.106.0...v0.107.0
[0.106.0]: https://github.com/ToucanToco/weaverbird/compare/v0.105.1...v0.106.0
[0.105.1]: https://github.com/ToucanToco/weaverbird/compare/v0.105.0...v0.105.1
[0.105.0]: https://github.com/ToucanToco/weaverbird/compare/v0.104.0...v0.105.0
Expand Down
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.106.0",
"version": "0.107.0",
"description": "A generic Visual Query Builder built in Vue.js",
"bugs": {
"url": "https://github.com/ToucanToco/weaverbird/issues",
Expand Down
2 changes: 1 addition & 1 deletion ui/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.106.0
sonar.projectVersion=0.107.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=./src
Expand Down

0 comments on commit 4dd5311

Please sign in to comment.