Skip to content

Commit 9051e3a

Browse files
Merge pull request #10 from webdevnerdstuff/dev
Dev
2 parents 21d032d + 6d0187e commit 9051e3a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2-
All notable changes to the "vuetify-plugin-template" plugin will be documented in this file.
2+
All notable changes to the "vuetify-color-field" plugin will be documented in this file.
33

44
## v1.0.0
5+
10-25-23
6+
[main] (@webdevnerdstuff)
7+
* Initial release

dist/vuetify-color-field.cjs.js

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

dist/vuetify-color-field.es.js

+1-1
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.8
5+
* @version 1.0.0
66
* @description Vuetify Color Field is a Vuetify VTextField Color Picker Component
77
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
88
* @copyright Copyright 2023, __USERNAME__

package.json

+1-1
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.8",
3+
"version": "1.0.0",
44
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)