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 Apr 12, 2024
1 parent b8d65f3 commit 521cbb2
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 29 deletions.
73 changes: 52 additions & 21 deletions admin/package-lock.json

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

10 changes: 5 additions & 5 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "4.2.2",
"version": "4.2.3",
"private": true,
"description": "A ViUR Admin Interface",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"author": "Andreas H. Kelch",
"dependencies": {
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@viur/ckeditor5-build-classic": "^1.0.2-v38.0.1",
"@viur/shoelace": "^1.0.4-v2.15.0",
"@viur/vue-components": "^1.3.1",
"@viur/vue-utils": "^1.4.1",
"@viur/ckeditor5-build-classic": "^1.0.3-v38.0.1",
"@viur/shoelace": "^1.0.6-v2.15.0",
"@viur/vue-components": "^1.3.2",
"@viur/vue-utils": "^1.4.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.21",
Expand Down
2 changes: 1 addition & 1 deletion admin/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineComponent({
const appStore = useAppStore()
onMounted(() => {
appStore.state["vi.version"] = [4, 2, 2]
appStore.state["vi.version"] = [4, 2, 3]
})
function getPrimaryColor(lightness) {
Expand Down

0 comments on commit 521cbb2

Please sign in to comment.