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

Commit 383c17a

Browse files
committed
v12.0.0
1 parent 1883e78 commit 383c17a

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@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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff 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

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.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",

0 commit comments

Comments
 (0)