Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 1b897c8

Browse files
committed
v11.0.4
1 parent 464ab93 commit 1b897c8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030

3131
- name: Install pnpm
3232
run: npm install -g pnpm@^8

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [11.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.3...11.0.4)
4+
5+
* Fix issue, #283
6+
37
## [11.0.3](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.2...11.0.3)
48

59
* Fix SSR issue, #277

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The component accepts these props:
157157
## Run examples on your localhost
158158

159159
* 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
161161
* Install dependencies `pnpm install`
162162
* Run webpack dev server `npm start`
163163
* This should open the demo page in your default web browser

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-flatpickr-component",
3-
"version": "11.0.3",
3+
"version": "11.0.4",
44
"description": "Vue.js component for Flatpickr date-time picker",
55
"main": "dist/index.umd.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)