diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0ee51..21c48f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,11 @@ # Change Log All notable changes to the "vuetify-color-field" plugin will be documented in this file. -## v1.1.2 +## v1.1.1 01-11-24 [main] (@webdevnerdstuff) * Fix settings reactivity * Update packages - -## v1.1.1 -01-10-24 -[main] (@webdevnerdstuff) * Fix missing styles import in component ## v1.1.0 diff --git a/dist/vuetify-color-field.cjs.js b/dist/vuetify-color-field.cjs.js index 6ea0008..071283f 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.1.2 + * @version 1.1.1 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2024, WebDevNerdStuff diff --git a/dist/vuetify-color-field.es.js b/dist/vuetify-color-field.es.js index b640a31..ee24908 100644 --- a/dist/vuetify-color-field.es.js +++ b/dist/vuetify-color-field.es.js @@ -2,7 +2,7 @@ import { Fragment as ye, reactive as yt, computed as v, watchEffect as _t, toRef import { onClickOutside as ya } from "@vueuse/core"; /** * @name @wdns/vuetify-color-field - * @version 1.1.2 + * @version 1.1.1 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2024, WebDevNerdStuff diff --git a/package.json b/package.json index f807491..2d3bb71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wdns/vuetify-color-field", - "version": "1.1.2", + "version": "1.1.1", "description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component", "private": false, "publishConfig": {