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@v3
28
28
with :
29
- node-version : 18 .x
29
+ node-version : 20 .x
30
30
31
31
- name : Install pnpm
32
32
run : npm install -g pnpm@^8
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 11.0.4] ( https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.3...11.0.4 )
4
+
5
+ * Fix issue, #283
6
+
3
7
## [ 11.0.3] ( https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.2...11.0.3 )
4
8
5
9
* Fix SSR issue, #277
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ The component accepts these props:
157
157
## Run examples on your localhost
158
158
159
159
* Clone this repo
160
- * Make sure you have node-js ` >=18.16 ` and [ pnpm] ( https://pnpm.io/ ) ` >=8.x ` pre-installed
160
+ * Make sure you have node-js ` >=20.11 ` and [ pnpm] ( https://pnpm.io/ ) ` >=8.x ` pre-installed
161
161
* Install dependencies ` pnpm install `
162
162
* Run webpack dev server ` npm start `
163
163
* This should open the demo page in your default web browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-flatpickr-component" ,
3
- "version" : " 11.0.3 " ,
3
+ "version" : " 11.0.4 " ,
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