Skip to content

Commit

Permalink
Updated - v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buildingwatsize committed Sep 20, 2024
1 parent b355527 commit 5750abd
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 241 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## 🎉 Release - v2 🎉

## [v2.0.1] - `2024-09-20`

### Updated

- Fixed known vulnerabilities
- Updated dependencies

## [v2.0.0] - `2024-09-09`

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

- Initialized Project

[v2.0.1]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.0.1
[v2.0.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.0.0
[v1.3.6]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.6
[v1.3.5]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.5
Expand Down
12 changes: 6 additions & 6 deletions example/with-vite-antd-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/icons": "^5.5.1",
"@vercel/analytics": "^1.3.1",
"antd": "^5.20.1",
"antd": "^5.20.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.12",
"thaidatepicker-react": "link:../.."
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0"
"vite": "^5.4.6"
}
}
Loading

0 comments on commit 5750abd

Please sign in to comment.