Skip to content

Commit

Permalink
chore(release): cut 1.3.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-alpha.1](v1.2.4...v1.3.0-alpha.1) (2024-08-28)

### Bug Fixes

* format undefined when thers is a mismatch ([79b54fd](79b54fd))
* remove unnecessary console warn ([b2d795d](b2d795d))

### Features

* expose function to convert dates ([622f0eb](622f0eb))
* expose function to convert dates ([9d42640](9d42640))
* expose methods for converting between iso8601 and calendars ([#37](#37)) ([33fa25d](33fa25d))
* reararnge memorized variables so that we only recompute them when necessary ([b754dcc](b754dcc))
* support min & max date, DD-MM-YYYY date format  ([#36](#36)) ([3b2e57e](3b2e57e))
* **validation:** add and expose validateDateString utility ([cb4c919](cb4c919))
  • Loading branch information
dhis2-bot committed Aug 28, 2024
1 parent c93f789 commit 2467eaf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.3.0-alpha.1](https://github.com/dhis2/multi-calendar-dates/compare/v1.2.4...v1.3.0-alpha.1) (2024-08-28)


### Bug Fixes

* format undefined when thers is a mismatch ([79b54fd](https://github.com/dhis2/multi-calendar-dates/commit/79b54fdbac8d8de1eab5e197dc65f2cb523e35cc))
* remove unnecessary console warn ([b2d795d](https://github.com/dhis2/multi-calendar-dates/commit/b2d795d39d4e5a6d936b10ef3f6bb46bd9ead798))


### Features

* expose function to convert dates ([622f0eb](https://github.com/dhis2/multi-calendar-dates/commit/622f0ebb5aa9952866127feb140a50639669975d))
* expose function to convert dates ([9d42640](https://github.com/dhis2/multi-calendar-dates/commit/9d426408e06f7f2d04025edc267559edb8f73768))
* expose methods for converting between iso8601 and calendars ([#37](https://github.com/dhis2/multi-calendar-dates/issues/37)) ([33fa25d](https://github.com/dhis2/multi-calendar-dates/commit/33fa25d30e9b0f5fe45e2174e18d41bc4cd7c058))
* reararnge memorized variables so that we only recompute them when necessary ([b754dcc](https://github.com/dhis2/multi-calendar-dates/commit/b754dcc4c3c8f0aecb06836b0c3915af1b2af6d5))
* support min & max date, DD-MM-YYYY date format ([#36](https://github.com/dhis2/multi-calendar-dates/issues/36)) ([3b2e57e](https://github.com/dhis2/multi-calendar-dates/commit/3b2e57e7bc1bb3326ab83662c7eaac8e6447be41))
* **validation:** add and expose validateDateString utility ([cb4c919](https://github.com/dhis2/multi-calendar-dates/commit/cb4c9191dd96ff0da3e05a73ac0149e9304f974d))

## [1.2.4](https://github.com/dhis2/multi-calendar-dates/compare/v1.2.3...v1.2.4) (2024-08-07)


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": "1.2.4",
"version": "1.3.0-alpha.1",
"license": "BSD-3-Clause",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2467eaf

Please sign in to comment.