Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Feb 9, 2024
1 parent a1f40c1 commit c9b225f
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 74 deletions.
136 changes: 68 additions & 68 deletions admin/package-lock.json

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

6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "A ViUR Admin Interface",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@viur/ckeditor5-build-classic": "^1.0.2-v38.0.1",
"@viur/shoelace": "^1.0.0-v2.13.1",
"@viur/vue-components": "^1.2.0",
"@viur/vue-utils": "^1.3.0",
"@viur/vue-components": "^1.2.1",
"@viur/vue-utils": "^1.3.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "~3.3.9",
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, 1, 0]
appStore.state["vi.version"] = [4, 1, 1]
})
function getPrimaryColor(lightness) {
Expand Down

0 comments on commit c9b225f

Please sign in to comment.