Skip to content

Commit

Permalink
v11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Feb 17, 2024
1 parent 464ab93 commit 1b897c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install pnpm
run: npm install -g pnpm@^8
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [11.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.3...11.0.4)

* Fix issue, #283

## [11.0.3](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.2...11.0.3)

* Fix SSR issue, #277
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The component accepts these props:
## Run examples on your localhost

* Clone this repo
* Make sure you have node-js `>=18.16` and [pnpm](https://pnpm.io/) `>=8.x` pre-installed
* Make sure you have node-js `>=20.11` and [pnpm](https://pnpm.io/) `>=8.x` pre-installed
* Install dependencies `pnpm install`
* Run webpack dev server `npm start`
* This should open the demo page in your default web browser
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-flatpickr-component",
"version": "11.0.3",
"version": "11.0.4",
"description": "Vue.js component for Flatpickr date-time picker",
"main": "dist/index.umd.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 1b897c8

Please sign in to comment.