Skip to content

Commit

Permalink
chore(main): release 2.9.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Aug 23, 2024
1 parent 3767684 commit 41c4b27
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.9.0](https://github.com/gravity-ui/date-components/compare/v2.8.3...v2.9.0) (2024-08-23)


### Features

* **Calendar:** add isWeekend prop ([#141](https://github.com/gravity-ui/date-components/issues/141)) ([b97fc99](https://github.com/gravity-ui/date-components/commit/b97fc994e97f5d723e3afa08ee5774b56beb1441))


### Bug Fixes

* **Calendar:** always render dates with current locale ([#142](https://github.com/gravity-ui/date-components/issues/142)) ([3767684](https://github.com/gravity-ui/date-components/commit/37676845500c1b8f62c3f2e88765220aa8ab30c2))
* set readonly attribute on inputs ([#139](https://github.com/gravity-ui/date-components/issues/139)) ([a34501d](https://github.com/gravity-ui/date-components/commit/a34501d57b1faed1d39f9de03ee25b453959e10c))

## [2.8.3](https://github.com/gravity-ui/date-components/compare/v2.8.2...v2.8.3) (2024-08-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/date-components",
"version": "2.8.3",
"version": "2.9.0",
"description": "",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 41c4b27

Please sign in to comment.