Skip to content

Commit

Permalink
chore: increase Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Nov 22, 2023
1 parent 02cd61d commit 94810c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "4.0.15",
"version": "4.0.16",
"private": true,
"description": "A ViUR Admin Interface",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@viur/ckeditor5-build-classic": "^1.0.1-v38.0.1",
"@viur/shoelace": "^0.6.3-v2.10.0",
"@viur/vue-components": "^1.0.29",
"@viur/vue-components": "^1.0.30",
"@viur/vue-utils": "^1.0.9",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion admin/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineComponent({
const appStore = useAppStore()
onMounted(() => {
appStore.state["vi.version"] = [4, 0, 15]
appStore.state["vi.version"] = [4, 0, 16]
})
function getPrimaryColor(lightness) {
Expand Down

0 comments on commit 94810c9

Please sign in to comment.