Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KadirBalku committed Jul 4, 2024
1 parent c6a37c8 commit 8ef3e4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/package-lock.json

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

2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viur/shop-components",
"version": "0.0.1-dev.37",
"version": "0.0.1-dev.38",
"description": "Frontend Vue components for the shop module of ViUR",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions source/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default defineConfig({
"@viur/ignite",
"@viur/viur-shop-client",
"vue-router",
"@ckeditor/ckeditor5-vue",
"@ckeditor/ckeditor5-build-classic",
],
output: {
globals: {
Expand All @@ -36,6 +38,8 @@ export default defineConfig({
"@viur/ignite": "ViurIgnite",
"@viur/viur-shop-client": "ViurShopClient",
"vue-router": "VueRouter",
"@ckeditor/ckeditor5-vue": "CKEditor5Vue",
"@ckeditor/ckeditor5-build-classic": "ClassicEditor",
},
},
},
Expand Down

0 comments on commit 8ef3e4a

Please sign in to comment.