Skip to content

Commit 21d032d

Browse files
Fix goof
1 parent cda0122 commit 21d032d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dist/vuetify-color-field.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuetify-color-field.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Fragment as he, reactive as Jt, computed as f, watchEffect as Qt, toRef
22
import { onClickOutside as fa } from "@vueuse/core";
33
/**
44
* @name @wdns/vuetify-color-field
5-
* @version 1.0.0-beta.7
5+
* @version 1.0.0-beta.8
66
* @description Vuetify Color Field is a Vuetify VTextField Color Picker Component
77
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
88
* @copyright Copyright 2023, __USERNAME__

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-color-field",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
55
"private": false,
66
"publishConfig": {
@@ -53,7 +53,6 @@
5353
],
5454
"dependencies": {
5555
"@vueuse/core": "^10.5.0",
56-
"@wdns/vuetify-color-field": "link:",
5756
"vue": "^3.3.6",
5857
"vuetify": "^3.3.22"
5958
},

0 commit comments

Comments
 (0)