Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin committed Oct 6, 2020
1 parent 6a99e0f commit 8ca543e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## UNRELEASED
## [0.27.0] - 2020-10-06

### Changed
- Display a tooltip with value when hovering a variable in variables dropdown

### Fixes
- Formula / IfThenElse Steps: allow to use variable

## [0.26.0] - 2020-09-23

### Changed
Expand Down Expand Up @@ -460,6 +463,7 @@

- Initial version, showtime!

[0.27.0]: https://github.com/ToucanToco/weaverbird/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/ToucanToco/weaverbird/compare/v0.25.2...v0.26.0
[0.25.2]: https://github.com/ToucanToco/weaverbird/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/ToucanToco/weaverbird/compare/v0.25.0...v0.25.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weaverbird",
"version": "0.26.0",
"version": "0.27.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 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
sonar.projectVersion=0.25.1
sonar.projectVersion=0.27.0

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

0 comments on commit 8ca543e

Please sign in to comment.