Skip to content

Commit

Permalink
chore(release): cut 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.2...v2.0.0) (2024-11-21)

### Bug Fixes

* use export type ([#81](#81)) ([eaa8cdb](eaa8cdb))
* **useDatePicker:** fix onDateSelect type, export types ([#79](#79)) ([94358d2](94358d2))
* add 'valid' property to validation result ([894e181](894e181))
* remove Temporal references from hook public API and clean up use date picker ([#75](#75)) ([fb31512](fb31512))
* update validation logic to expose error code and mirror RFF format ([001d236](001d236))
* use NepaliCalendar instance to validate dates ([9fb353a](9fb353a))

### BREAKING CHANGES

* Remove Temporal references from hook public API

* feat: remove validation details from result of useDatePicker

as they are available in exposed validate date string function

* feat: remove calendar date from use date picker

* refactor: remove calendarDate from onDateSelect callback

* refactor: remove zonedDateTime from week days array

* refactor: fix linting issues
  • Loading branch information
dhis2-bot committed Nov 21, 2024
1 parent dc780ba commit c86d95f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [2.0.0](https://github.com/dhis2/multi-calendar-dates/compare/v1.3.2...v2.0.0) (2024-11-21)


### Bug Fixes

* use export type ([#81](https://github.com/dhis2/multi-calendar-dates/issues/81)) ([eaa8cdb](https://github.com/dhis2/multi-calendar-dates/commit/eaa8cdb0416407ab45d0a683aae6ff97f1b55f3c))
* **useDatePicker:** fix onDateSelect type, export types ([#79](https://github.com/dhis2/multi-calendar-dates/issues/79)) ([94358d2](https://github.com/dhis2/multi-calendar-dates/commit/94358d242f5130b8e0c89fba7b89584fea144d30))
* add 'valid' property to validation result ([894e181](https://github.com/dhis2/multi-calendar-dates/commit/894e1818b261652542e6141b8bd6408c3dcc7a5e))
* remove Temporal references from hook public API and clean up use date picker ([#75](https://github.com/dhis2/multi-calendar-dates/issues/75)) ([fb31512](https://github.com/dhis2/multi-calendar-dates/commit/fb31512f25973c46d9758c02f145dbfbb2616e6c))
* update validation logic to expose error code and mirror RFF format ([001d236](https://github.com/dhis2/multi-calendar-dates/commit/001d236efc92ad98e3b0b72bf562725f64960897))
* use NepaliCalendar instance to validate dates ([9fb353a](https://github.com/dhis2/multi-calendar-dates/commit/9fb353a73b12b4fccc32dd48c2775fd57270f180))


### BREAKING CHANGES

* Remove Temporal references from hook public API

* feat: remove validation details from result of useDatePicker

as they are available in exposed validate date string function

* feat: remove calendar date from use date picker

* refactor: remove calendarDate from onDateSelect callback

* refactor: remove zonedDateTime from week days array

* refactor: fix linting issues

# [2.0.0-alpha.6](https://github.com/dhis2/multi-calendar-dates/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/multi-calendar-dates",
"version": "2.0.0-alpha.6",
"version": "2.0.0",
"license": "BSD-3-Clause",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c86d95f

Please sign in to comment.