Skip to content

Commit

Permalink
Lock quasar to version ~2.15 to avoid breaking change in 2.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed May 9, 2024
1 parent aa8af62 commit 37589bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# bedrock-quasar ChangeLog

## 10.0.1 - 2024-05-dd

### Fixed
- Lock `quasar` to version `~2.15` to avoid breaking change in `2.16`.

## 10.0.0 - 2024-03-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/digitalbazaar/bedrock-quasar",
"dependencies": {
"animate.css": "^4.1.1",
"quasar": "^2.14.7"
"quasar": "~2.15.0"
},
"peerDependencies": {
"@bedrock/vue": "^5.0.1",
Expand Down

0 comments on commit 37589bd

Please sign in to comment.