From 0bcd8842e115801cf7bf16df99e295e750a0ef60 Mon Sep 17 00:00:00 2001 From: alice-sevin <59559689+alice-sevin@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:22:25 +0200 Subject: [PATCH] chore(ui): v0.112.0 (#2063) --- ui/CHANGELOG.md | 3 +++ ui/package.json | 2 +- ui/sonar-project.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index d7814472c4..49692d89e4 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.112.0] - 2024-04-09 + - ActionMenu: remove deprecated Custom and Custom Sql step from action menu ## [0.111.3] - 2024-03-11 @@ -1553,6 +1555,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars - Initial version, showtime! +[0.112.0]: https://github.com/ToucanToco/weaverbird/compare/v0.111.3...v0.112.0 [0.111.3]: https://github.com/ToucanToco/weaverbird/compare/v0.111.2...v0.111.3 [0.111.2]: https://github.com/ToucanToco/weaverbird/compare/v0.111.1...v0.111.2 [0.111.1]: https://github.com/ToucanToco/weaverbird/compare/v0.111.0...v0.111.1 diff --git a/ui/package.json b/ui/package.json index aa8c694ab9..b0b97ff380 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.111.3", + "version": "0.112.0", "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 264c65ca10..5804c86dfd 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.3 +sonar.projectVersion=0.112.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src