Skip to content

Commit

Permalink
1.9.1 (#143)
Browse files Browse the repository at this point in the history
* Update dependency @vitejs/plugin-vue to v5

* Remove vite-plugin-rewrite-all

* Version bump

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
JackBailey and renovate[bot] authored Mar 26, 2024
1 parent 9732a54 commit 91cef43
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 111 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.9.1] - 2024-03-26

- Remove vite-plugin-rewrite-all
- Update to Vite 5

## [1.9.0] - 2024-03-26

- Make slug copy/open more obvious
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1
5 changes: 2 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@
"qrcode.vue": "^3.0.0",
"sass": "^1.56.2",
"uuid": "^9.0.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-observe-visibility": "^0.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.17.0",
"vite": "^4.5.2"
"vite": "^5.0.0"
}
}
Loading

0 comments on commit 91cef43

Please sign in to comment.