Skip to content

Commit

Permalink
chore(ui): v0.115.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin committed Oct 10, 2024
1 parent 9359548 commit dab6f5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.115.3] - 2024-10-10

### Fixed

- StepformComponent: add reactivity for preselected column

## [0.115.2] - 2024-10-08

### Fixed
Expand Down Expand Up @@ -1605,6 +1611,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars

- Initial version, showtime!

[0.115.3]: https://github.com/ToucanToco/weaverbird/compare/v0.115.2...v0.115.3
[0.115.2]: https://github.com/ToucanToco/weaverbird/compare/v0.115.1...v0.115.2
[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
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.115.2",
"version": "0.115.3",
"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.115.1
sonar.projectVersion=0.115.3

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

0 comments on commit dab6f5a

Please sign in to comment.