File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "vuetify-color-field" plugin will be documented in this file.
3
3
4
+ ## v1.1.4
5
+ 2024-02-26
6
+ [ main] (@webdevnerdstuff )
7
+ * Fix external rollup config
8
+
4
9
## v1.1.3
5
- 02-23-24
10
+ 2024- 02-23
6
11
[ main] (@webdevnerdstuff )
7
12
* Update packages
8
13
9
14
## v1.1.2
10
- 01-11-24
15
+ 2024- 01-11
11
16
[ main] (@webdevnerdstuff )
12
17
* Fix settings reactivity
13
18
* Update packages
14
19
15
20
## v1.1.1
16
- 01-10-24
21
+ 2024- 01-10
17
22
[ main] (@webdevnerdstuff )
18
23
* Fix missing styles import in component
19
24
20
25
## v1.1.0
21
- 01-05-24
26
+ 2024- 01-05
22
27
[ main] (@webdevnerdstuff )
23
28
* Fix typescript issues
24
29
* Reorganizing
25
30
* Add vitest
26
31
* Update node version to v20.10.0
27
32
28
33
## v1.0.1
29
- 11-09-23
34
+ 2023- 11-09
30
35
[ main] (@webdevnerdstuff )
31
36
* Update lab components to regular components due to Vuetify official releases
32
37
* Update packages
33
38
* Update Vuetify to v^3.4.0
34
39
* Update docs
35
40
36
41
## v1.0.0
37
- 10-25-23
42
+ 2023- 10-25
38
43
[ main] (@webdevnerdstuff )
39
44
* Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wdns/vuetify-color-field" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Vuetify Color Field is a Vuetify VTextField Color Picker Component" ,
5
5
"private" : false ,
6
6
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments