diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c48f2..0c0ee51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Change Log All notable changes to the "vuetify-color-field" plugin will be documented in this file. -## v1.1.1 +## v1.1.2 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 071283f..6ea0008 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.1 + * @version 1.1.2 * @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 ee24908..b640a31 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.1 + * @version 1.1.2 * @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 2d3bb71..f807491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wdns/vuetify-color-field", - "version": "1.1.1", + "version": "1.1.2", "description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component", "private": false, "publishConfig": {