Skip to content

Commit

Permalink
chore(ui): v0.114.0 (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinov authored Sep 9, 2024
1 parent 4ed726c commit a2c765e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## [0.114.0] - 2024-09-06

### Added

- Allow to type custom column names in step forms #2229

### Changed

- When creating a new AddTotal step, the form does not contain an empty (invalid) aggregation

## [0.113.1] - 2024-08-19

### Fixed
Expand All @@ -20,7 +30,7 @@

## [0.112.0] - 2024-04-09

- ActionMenu: remove deprecated Custom and Custom Sql step from action menu
- ActionMenu: remove deprecated Custom and Custom Sql step from action menu

## [0.111.3] - 2024-03-11

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

- Initial version, showtime!

[0.114.0]: https://github.com/ToucanToco/weaverbird/compare/v0.113.0...v0.114.0
[0.113.0]: https://github.com/ToucanToco/weaverbird/compare/v0.112.1...v0.113.0
[0.112.1]: https://github.com/ToucanToco/weaverbird/compare/v0.112.0...v0.112.1
[0.112.0]: https://github.com/ToucanToco/weaverbird/compare/v0.111.3...v0.112.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.113.1",
"version": "0.113.2",
"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.113.1
sonar.projectVersion=0.113.2

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

0 comments on commit a2c765e

Please sign in to comment.