Skip to content

Commit 0ed3469

Browse files
committedOct 2, 2023
Version bump
1 parent bad7a41 commit 0ed3469

File tree

4 files changed

+1216
-1280
lines changed

4 files changed

+1216
-1280
lines changed
 

Diff for: ‎dist/vuetify-inline-fields.cjs.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎dist/vuetify-inline-fields.es.js

+1,203-1,209
Large diffs are not rendered by default.

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-inline-fields",
3-
"version": "1.0.0-beta-1.8",
3+
"version": "1.0.0-beta-1.9",
44
"description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.",
55
"private": false,
66
"main": "dist/vuetify-inline-fields.cjs.js",
@@ -64,7 +64,8 @@
6464
],
6565
"dependencies": {
6666
"@vueuse/core": "^10.4.1",
67-
"vue": "^3.3.4"
67+
"vue": "^3.3.4",
68+
"vuetify": "^3.3.19"
6869
},
6970
"devDependencies": {
7071
"@babel/core": "^7.23.0",
@@ -126,7 +127,6 @@
126127
"vite-plugin-vuetify": "^1.0.2",
127128
"vue-tsc": "^1.8.15",
128129
"vue3-code-block": "^2.2.12",
129-
"vuetify": "^3.3.19",
130130
"webfontloader": "^1.6.28"
131131
}
132132
}

Diff for: ‎pnpm-lock.yaml

+6-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.