Skip to content

Commit cda11e7

Browse files
chore(main): release 1.0.0 (#2)
Co-authored-by: Valerii Sidorenko <[email protected]>
1 parent 051839a commit cda11e7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-08-06)
4+
5+
6+
### Features
7+
8+
* **Calendar:** add new component ([#1](https://github.com/gravity-ui/date-components/issues/1)) ([c0b7776](https://github.com/gravity-ui/date-components/commit/c0b7776e58eec876af891f5cb9d59874384edcc0))
9+
* **RangeCalendar:** add new component ([965e416](https://github.com/gravity-ui/date-components/commit/965e4164cbfe5b2cc0d633ce294c7aa32bbd09cd))
10+
* **DateField:** add new component ([8ff3f2c](https://github.com/gravity-ui/date-components/commit/8ff3f2c7e1214e65726c18be14689f8bc2b9edab))
11+
* **DatePicker:** add new commponent ([48c41fb](https://github.com/gravity-ui/date-components/commit/48c41fbdceffe7383a8eb11dcfdaaedeb1253146))
12+
* **RelativeDateField:** add new component ([3346fc7](https://github.com/gravity-ui/date-components/commit/3346fc7df064da04b5d04761d6a4f5a47009aefe))
13+
* **RelativeDatePicker:** add new component ([849b6ca](https://github.com/gravity-ui/date-components/commit/849b6ca2fa27a44d99e95fb49d0e65c39de34f75))

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-components",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)