Skip to content

Commit

Permalink
chore: publish root package
Browse files Browse the repository at this point in the history
  • Loading branch information
core-ds-bot committed Sep 15, 2022
1 parent 1698958 commit c3bdb2b
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
## 32.0.0

### Major Changes

#### `@alfalab/core-components-pure-cell`
- [#182](https://github.com/core-ds/core-components/pull/182): Убран проп isMultiline. Есть rowLimit, и если его не передавать, ожидается, что текст не будет обрезаться.. Thanks [@blackraydev](https://github.com/blackraydev)


### Minor Changes

#### `@alfalab/core-components-steps`
- [#189](https://github.com/core-ds/core-components/pull/189): Новый компонент Steps. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-confirmation-v1`
- [#260](https://github.com/core-ds/core-components/pull/260): Добавил реэкспорт для компонента ConfirmationV1 как Confirmation и типа пропсов ConfirmationV1Props как ConfirmationProps. Thanks [@EGNKupava](https://github.com/EGNKupava)


### Patch Changes

#### `@alfalab/core-components-attach`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-bank-card`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-calendar`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-checkbox`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-confirmation`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-confirmation-v1`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-dropzone`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-file-upload-item`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-gallery`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-input`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-password-input`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-select-with-tags`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)


#### `@alfalab/core-components-toast-plate`
- [#189](https://github.com/core-ds/core-components/pull/189): Обновлена зависимость @alfalab/icons-glyph. Thanks [@blackraydev](https://github.com/blackraydev)
- [#261](https://github.com/core-ds/core-components/pull/261): Обновлены внутренние зависимости. Thanks [@Lacronts](https://github.com/Lacronts)


#### `@alfalab/core-components-modal`
- [#261](https://github.com/core-ds/core-components/pull/261): Обновлены внутренние зависимости. Thanks [@Lacronts](https://github.com/Lacronts)

## 31.3.3

- В этом выпуске не было значимых изменений.
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": "@alfalab/core-components",
"version": "31.3.3",
"version": "32.0.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit c3bdb2b

Please sign in to comment.