From d2bca90b00f6b9902f1bbeec07fb6463eb792360 Mon Sep 17 00:00:00 2001 From: core-ds-bot Date: Mon, 19 Sep 2022 10:49:55 +0000 Subject: [PATCH] chore: publish root package [skip ci] --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af55d48c6..21d029c565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 32.1.0 + +### Minor Changes + +#### `@alfalab/core-components-date-range-input` +- [#175](https://github.com/core-ds/core-components/pull/175): Новые компоненты: TimeInput, DateTimeInput, DateRangeInput. Thanks [@blackraydev](https://github.com/blackraydev) + + +#### `@alfalab/core-components-date-time-input` +- [#175](https://github.com/core-ds/core-components/pull/175): Новые компоненты: TimeInput, DateTimeInput, DateRangeInput. Thanks [@blackraydev](https://github.com/blackraydev) + + +#### `@alfalab/core-components-time-input` +- [#175](https://github.com/core-ds/core-components/pull/175): Новые компоненты: TimeInput, DateTimeInput, DateRangeInput. Thanks [@blackraydev](https://github.com/blackraydev) + + +#### `@alfalab/core-components-themes` +- [#269](https://github.com/core-ds/core-components/pull/269): Удалена темизация click для компонента CodeInput. Thanks [@Valeri8888](https://github.com/Valeri8888) + + +### Patch Changes + +#### `@alfalab/core-components-calendar` +- [#175](https://github.com/core-ds/core-components/pull/175): Новые компоненты: TimeInput, DateTimeInput, DateRangeInput. Thanks [@blackraydev](https://github.com/blackraydev) + + +#### `@alfalab/core-components-code-input` +- [#274](https://github.com/core-ds/core-components/pull/274): Компактная версия теперь включается когда >6 полей. Thanks [@Valeri8888](https://github.com/Valeri8888) + ## 32.0.1 ### Patch Changes diff --git a/package.json b/package.json index 199014b446..e8791e43b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/core-components", - "version": "32.0.1", + "version": "32.1.0", "private": true, "workspaces": [ "packages/*"