This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Node.js
27
27
uses : actions/setup-node@v4
28
28
with :
29
- node-version : 20 .x
29
+ node-version : 22 .x
30
30
31
31
- name : Install pnpm
32
32
run : npm install -g pnpm@^9
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 12.0.0] ( https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.4...12.0.0 )
4
+
5
+ * Revert PR #286 #287
6
+
3
7
## [ 11.0.5] ( https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.4...11.0.5 )
4
8
5
9
* Export types, #287
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker.
18
18
| Vue.js version| Package version | Branch |
19
19
| :-------------| :---------------:| --------------------------------------------------------------------:|
20
20
| 2.x | 8.x | [ 8.x] ( https://github.com/ankurk91/vue-flatpickr-component/tree/8.x ) |
21
- | 3.x | 11 .x | ` main ` |
21
+ | 3.x | 12 .x | ` main ` |
22
22
23
23
## Features
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-flatpickr-component" ,
3
- "version" : " 11 .0.5 " ,
3
+ "version" : " 12 .0.0 " ,
4
4
"description" : " Vue.js component for Flatpickr date-time picker" ,
5
5
"main" : " dist/index.umd.js" ,
6
6
"module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments