Skip to content

Commit

Permalink
chore(ui): v0.101.0 (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin authored Feb 2, 2023
1 parent 3bbadc8 commit 077aeef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased

## [0.101.0] - 2023-02-02

### Changed

- **BREAKING** | Store is now using Pinia rather than Vuex

## [0.100.0] - 2023-01-23

## Changed
### Changed

- Documentation and playground are now under the domain toucantoco.de

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

- Initial version, showtime!

[0.101.0]: https://github.com/ToucanToco/weaverbird/compare/v0.100.0...v0.101.0
[0.100.0]: https://github.com/ToucanToco/weaverbird/compare/v0.99.0...v0.100.0
[0.99.0]: https://github.com/ToucanToco/weaverbird/compare/v0.99.0...v0.98.2
[0.98.2]: https://github.com/ToucanToco/weaverbird/compare/v0.98.2...v0.98.1
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.100.0",
"version": "0.101.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.100.0
sonar.projectVersion=0.101.0

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

0 comments on commit 077aeef

Please sign in to comment.