This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : 20 .x
29+ node-version : 22 .x
3030
3131 - name : Install pnpm
3232 run : npm install -g pnpm@^9
Original file line number Diff line number Diff line change 11# Changelog
22
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+
37## [ 11.0.5] ( https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.4...11.0.5 )
48
59* 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.
1818| Vue.js version| Package version | Branch |
1919| :-------------| :---------------:| --------------------------------------------------------------------:|
2020| 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 ` |
2222
2323## Features
2424
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-flatpickr-component" ,
3- "version" : " 11 .0.5 " ,
3+ "version" : " 12 .0.0 " ,
44 "description" : " Vue.js component for Flatpickr date-time picker" ,
55 "main" : " dist/index.umd.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments