Skip to content

Commit

Permalink
chore: update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Jan 30, 2025
1 parent 323e1c9 commit 2bb1997
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 29 deletions.
22 changes: 11 additions & 11 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.8.1",
"version": "4.8.2",
"private": true,
"description": "A ViUR Admin Interface",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@viur/ckeditor5-build-classic": "^1.0.3-v38.0.1",
"@viur/shoelace": "^1.0.8-v2.19.1",
"@viur/vue-components": "^2.0.1",
"@viur/vue-utils": "^2.1.0",
"@viur/vue-components": "^2.0.2",
"@viur/vue-utils": "^2.1.1",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@
"update:utils": "npm update @viur/vue-utils -ws -S --package-lock-only",
"update:components": "npm update @viur/vue-components -ws -S --package-lock-only",
"update": "npm run update:utils && npm run update:components",
"patch:utils":"npm version patch -w packages/vi-vue-utils/src",
"patch:components":"npm version patch -w packages/vi-vue-components/src",
"patch:admin":"npm version patch -w admin",
"minor:utils":"npm version minor -w packages/vi-vue-utils/src",
"minor:components":"npm version minor -w packages/vi-vue-components/src",
"minor:admin":"npm version minor -w admin",
"patch:utils": "npm version patch -w packages/vi-vue-utils/src",
"patch:components": "npm version patch -w packages/vi-vue-components/src",
"patch:admin": "npm version patch -w admin",
"minor:utils": "npm version minor -w packages/vi-vue-utils/src",
"minor:components": "npm version minor -w packages/vi-vue-components/src",
"minor:admin": "npm version minor -w admin",
"release:utils:minor": "npm run minor:utils && npm run update:utils && npm run lock:utils",
"release:components:minor": "npm run minor:components && run update && npm run lock:components",
"release:minor": "npm run minor:admin && npm run update && npm run lock",
"release:utils": "npm run patch:utils && npm run update:utils && npm run lock:utils",
"release:components": "npm run patch:components && run update && npm run lock:components",
"release:components": "npm run patch:components && npm run update && npm run lock:components",
"release": "npm run patch:admin && npm run update && npm run lock"

},
"author": "Andreas H. Kelch",
"workspaces": [
Expand Down

0 comments on commit 2bb1997

Please sign in to comment.