Skip to content

Commit

Permalink
Merge pull request #22 from aliakbarazizi/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--test-release-please

chore(main): release 3.0.0
  • Loading branch information
aliakbarazizi authored Mar 13, 2024
2 parents ac9570c + a130499 commit b92af88
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/aliakbarazizi/headless-datepicker/compare/v2.0.2...v3.0.0) (2024-03-13)


### ⚠ BREAKING CHANGES

* npm package change to headless-datetimepicker

### Features

* add new isDisabled and isInCurrentMonth for items and deprecated disabled ([4d75e17](https://github.com/aliakbarazizi/headless-datepicker/commit/4d75e172a6bceafaf56838f4ca89273871860478))
* change package name ([ac9570c](https://github.com/aliakbarazizi/headless-datepicker/commit/ac9570c9d268fe167548e7e9c9d305a2e58bad8d))


### Bug Fixes

* export config from package ([cf85959](https://github.com/aliakbarazizi/headless-datepicker/commit/cf859597aa12252c67b81edf1cb5b8da385007ad))

## [2.0.2](https://github.com/aliakbarazizi/headless-datepicker/compare/v2.0.1...v2.0.2) (2023-10-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"files": [
"dist"
],
"version": "2.0.2",
"version": "3.0.0",
"main": "./dist/headless-datepicker.js",
"module": "./dist/headless-datepicker.mjs",
"types": "./dist/headless-datepicker.d.ts",
Expand Down

0 comments on commit b92af88

Please sign in to comment.