Skip to content

Commit

Permalink
Updated - v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buildingwatsize committed Apr 19, 2024
1 parent 4b0ecbd commit 384b600
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@

## 🎉 Release - v1 🎉

## [v1.3.1] - `2024-04-19`

### Edited

- Refactor code to explicit props declaration and also minimize the export
- Refactor code to support webpack 5
- Updated example for selectable with input formatting

## [v1.3.0] - `2024-04-18`

- Added supported `dayjs/locale/th` as default
- Added supported `dayjs/plugin/buddhistEra` as default
- Updated dependencies
- Updated `example/with-vite-andt-tailwind`'s deps, source code, and also bumps the vite major version
### Added

- Support `dayjs/locale/th` as default
- Support `dayjs/plugin/buddhistEra` as default

### Updated

- dependencies
- `example/with-vite-andt-tailwind`'s deps, source code, and also bumps the vite major version

## [v1.2.1] - `2024-02-20`

Expand Down Expand Up @@ -137,6 +150,8 @@ I have to skipping for the old versions which was unpublished once on first crea

- Initialized Project

[v1.3.1]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.1
[v1.3.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.3.0
[v1.2.1]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.2.1
[v1.2.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.2.0
[v1.1.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
},
"source": "src/index.jsx",
"type": "module",
"version": "1.3.0"
"version": "1.3.1"
}

0 comments on commit 384b600

Please sign in to comment.