Skip to content

Commit edffb39

Browse files
Merge pull request #24 from webdevnerdstuff/dev
Fix version
2 parents 4084858 + 1202cfa commit edffb39

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

CHANGELOG.md

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

4-
## v1.1.2
4+
## v1.1.1
55
01-11-24
66
[main] (@webdevnerdstuff)
77
* Fix settings reactivity
88
* Update packages
9-
10-
## v1.1.1
11-
01-10-24
12-
[main] (@webdevnerdstuff)
139
* Fix missing styles import in component
1410

1511
## v1.1.0

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 ye, reactive as yt, computed as v, watchEffect as _t, toRef
22
import { onClickOutside as ya } from "@vueuse/core";
33
/**
44
* @name @wdns/vuetify-color-field
5-
* @version 1.1.2
5+
* @version 1.1.1
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 2024, WebDevNerdStuff

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

0 commit comments

Comments
 (0)