diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3134d..85d1e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log -All notable changes to the "vuetify-plugin-template" plugin will be documented in this file. +All notable changes to the "vuetify-color-field" plugin will be documented in this file. ## v1.0.0 +10-25-23 +[main] (@webdevnerdstuff) +* Initial release diff --git a/dist/vuetify-color-field.cjs.js b/dist/vuetify-color-field.cjs.js index 3dcd62c..ec48484 100644 --- a/dist/vuetify-color-field.cjs.js +++ b/dist/vuetify-color-field.cjs.js @@ -1,6 +1,6 @@ "use strict";/** * @name @wdns/vuetify-color-field - * @version 1.0.0-beta.8 + * @version 1.0.0 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, __USERNAME__ diff --git a/dist/vuetify-color-field.es.js b/dist/vuetify-color-field.es.js index df88e6f..84ced24 100644 --- a/dist/vuetify-color-field.es.js +++ b/dist/vuetify-color-field.es.js @@ -2,7 +2,7 @@ import { Fragment as he, reactive as Jt, computed as f, watchEffect as Qt, toRef import { onClickOutside as fa } from "@vueuse/core"; /** * @name @wdns/vuetify-color-field - * @version 1.0.0-beta.8 + * @version 1.0.0 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, __USERNAME__ diff --git a/package.json b/package.json index 8ec4726..dbd4cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wdns/vuetify-color-field", - "version": "1.0.0-beta.8", + "version": "1.0.0", "description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component", "private": false, "publishConfig": {