Skip to content

Commit 5750abd

Browse files
Updated - v2.0.1
1 parent b355527 commit 5750abd

File tree

5 files changed

+285
-241
lines changed

5 files changed

+285
-241
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## 🎉 Release - v2 🎉
44

5+
## [v2.0.1] - `2024-09-20`
6+
7+
### Updated
8+
9+
- Fixed known vulnerabilities
10+
- Updated dependencies
11+
512
## [v2.0.0] - `2024-09-09`
613

714
### Added
@@ -203,6 +210,7 @@ I have to skipping for the old versions which was unpublished once on first crea
203210

204211
- Initialized Project
205212

213+
[v2.0.1]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.0.1
206214
[v2.0.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.0.0
207215
[v1.3.6]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.6
208216
[v1.3.5]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.5

example/with-vite-antd-tailwind/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"preview": "vite preview"
1414
},
1515
"dependencies": {
16-
"@ant-design/icons": "^5.4.0",
16+
"@ant-design/icons": "^5.5.1",
1717
"@vercel/analytics": "^1.3.1",
18-
"antd": "^5.20.1",
18+
"antd": "^5.20.6",
1919
"autoprefixer": "^10.4.20",
20-
"postcss": "^8.4.41",
20+
"postcss": "^8.4.47",
2121
"react": "link:../../node_modules/react",
2222
"react-dom": "link:../../node_modules/react-dom",
23-
"tailwindcss": "^3.4.10",
23+
"tailwindcss": "^3.4.12",
2424
"thaidatepicker-react": "link:../.."
2525
},
2626
"devDependencies": {
27-
"@types/react": "^18.3.3",
27+
"@types/react": "^18.3.8",
2828
"@types/react-dom": "^18.3.0",
2929
"@vitejs/plugin-react": "^4.3.1",
30-
"vite": "^5.4.0"
30+
"vite": "^5.4.6"
3131
}
3232
}

0 commit comments

Comments
 (0)