Skip to content

Commit 7be9fa2

Browse files
chore(main): release 2.6.1 (#93)
1 parent 2934f34 commit 7be9fa2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.6.1](https://github.com/gravity-ui/date-utils/compare/v2.6.0...v2.6.1) (2026-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **dateTime:** set quarter ([#90](https://github.com/gravity-ui/date-utils/issues/90)) ([62260c7](https://github.com/gravity-ui/date-utils/commit/62260c758d42ca48f341bec08797de3f610ac6d5))
9+
* **dateTime:** string parse fallbacks to native Date parser ([#91](https://github.com/gravity-ui/date-utils/issues/91)) ([2934f34](https://github.com/gravity-ui/date-utils/commit/2934f34c832cec380ff50d8eae9287db12487d51))
10+
311
## [2.6.0](https://github.com/gravity-ui/date-utils/compare/v2.5.6...v2.6.0) (2025-09-26)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/date-utils",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Gravity UI date helpers",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)