Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
core-ds-bot committed Jan 31, 2025
1 parent b6468ed commit f8fa126
Show file tree
Hide file tree
Showing 30 changed files with 143 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-planets-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-timers-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-beers-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-swans-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-starfishes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-kids-bake.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/custom-picker-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alfalab/core-components-custom-picker-button

## 2.6.12

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]

## 2.6.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/custom-picker-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-custom-picker-button",
"version": "2.6.11",
"version": "2.6.12",
"description": "Custom picker button component",
"keywords": [],
"license": "MIT",
Expand All @@ -16,10 +16,10 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-picker-button": "^11.12.11",
"@alfalab/core-components-picker-button": "^11.12.12",
"@alfalab/core-components-custom-button": "^3.12.1",
"@alfalab/core-components-mq": "^4.4.1",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"classnames": "^2.5.1",
"tslib": "^2.4.0",
"@alfalab/core-components-shared": "^0.14.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/file-upload-item/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 6.2.1

### Patch Changes

<sup><time>31.01.2025</time></sup>

### [#1552](https://github.com/core-ds/core-components/pull/1552)

- Поправлено обрезание длинного текста при truncate: true

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-upload-item/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-file-upload-item",
"version": "6.2.0",
"version": "6.2.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.11.0

### Minor Changes

<sup><time>31.01.2025</time></sup>

### [#1546](https://github.com/core-ds/core-components/pull/1546)

- Изменены цвета и размеры навигации и заглушек при загрузке

## 5.10.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-gallery",
"version": "5.10.9",
"version": "5.11.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/icon-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.10.0

### Minor Changes

<sup><time>31.01.2025</time></sup>

### [#1524](https://github.com/core-ds/core-components/pull/1524)

- Добавлен компонент SuperEllipseBlank без предзагузки иконок
- Добавлены импорты предзагруженных иконок (по размерам)

## 3.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-icon-view",
"version": "3.9.3",
"version": "3.10.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/input-autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 12.7.2

### Patch Changes

- Обновлены зависимости
- [email protected]

## 12.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/input-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-input-autocomplete",
"version": "12.7.1",
"version": "12.7.2",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"@alfalab/core-components-form-control": "^12.8.0",
"@alfalab/core-components-input": "^15.5.0",
"@alfalab/core-components-popover": "^6.3.6",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"@alfalab/core-components-shared": "^0.14.1",
"@alfalab/core-components-mq": "^4.4.1",
"@alfalab/hooks": "^1.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/international-phone-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alfalab/core-components-international-phone-input

## 2.5.10

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]

## 2.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/international-phone-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-international-phone-input",
"version": "2.5.9",
"version": "2.5.10",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-input-autocomplete": "12.7.1",
"@alfalab/core-components-input-autocomplete": "12.7.2",
"@alfalab/core-components-input": "^15.5.0",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"@alfalab/core-components-shared": "^0.14.1",
"@alfalab/core-components-mq": "^4.4.1",
"@alfalab/hooks": "^1.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-phone-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 9.11.12

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]

## 9.11.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-phone-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-intl-phone-input",
"version": "9.11.11",
"version": "9.11.12",
"description": "Phone input for international phones",
"keywords": [],
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-input-autocomplete": "12.7.1",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-input-autocomplete": "12.7.2",
"@alfalab/core-components-select": "^17.20.1",
"@alfalab/hooks": "^1.13.1",
"@alfalab/icons-glyph": "^2.210.0",
"@alfalab/utils": "^1.17.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/picker-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 11.12.12

### Patch Changes

<sup><time>31.01.2025</time></sup>

### [#1532](https://github.com/core-ds/core-components/pull/1532)

- Убрана передача невалидных пропсов в DOM

- Обновлены зависимости
- [email protected]

## 11.12.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picker-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-picker-button",
"version": "11.12.11",
"version": "11.12.12",
"description": "Picker button component",
"keywords": [],
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@alfalab/core-components-button": "^11.11.3",
"@alfalab/core-components-mq": "^4.4.1",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"@alfalab/core-components-popover": "^6.3.6",
"@alfalab/hooks": "^1.13.1",
"@alfalab/icons-glyph": "^2.210.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/select-with-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.6.2

### Patch Changes

- Обновлены зависимости
- [email protected]

## 8.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/select-with-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-select-with-tags",
"version": "8.6.1",
"version": "8.6.2",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@alfalab/core-components-form-control": "^12.8.0",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"@alfalab/core-components-tag": "^8.6.5",
"@alfalab/core-components-bottom-sheet": "^6.17.15",
"@alfalab/core-components-mq": "^4.4.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 17.20.1

### Patch Changes

<sup><time>31.01.2025</time></sup>

### [#1537](https://github.com/core-ds/core-components/pull/1537)

- Убрано проставление пропса allowUnselect: true в хуке useSelectWithApply

## 17.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-select",
"version": "17.20.0",
"version": "17.20.1",
"description": "Select component",
"keywords": [],
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.9.0

### Minor Changes

<sup><time>31.01.2025</time></sup>

### [#1540](https://github.com/core-ds/core-components/pull/1540)

- Добавлен forwardRef для TRow компонента, добавлена возможность прокидывать реф для TRow через TExpnandableRow

### Patch Changes

- Обновлены зависимости
- [email protected]

## 2.8.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-table",
"version": "2.8.5",
"version": "2.9.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@alfalab/core-components-button": "^11.11.3",
"@alfalab/core-components-pagination": "^2.4.8",
"@alfalab/core-components-select": "^17.20.0",
"@alfalab/core-components-select": "^17.20.1",
"classnames": "^2.5.1",
"tslib": "^2.4.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 8.12.13

### Patch Changes

<sup><time>31.01.2025</time></sup>

### [#1532](https://github.com/core-ds/core-components/pull/1532)

- Убрана передача невалидных пропсов в DOM

- Обновлены зависимости
- [email protected]

## 8.12.12

### Patch Changes
Expand Down
Loading

0 comments on commit f8fa126

Please sign in to comment.