Skip to content

Commit

Permalink
chore: release (#4469)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scaleway-bot and github-actions[bot] authored Nov 18, 2024
1 parent 20ee243 commit fd23364
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-grapes-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-pens-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-rice-swim.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.11.0

### Minor Changes

- [#4461](https://github.com/scaleway/ultraviolet/pull/4461) [`66a6680`](https://github.com/scaleway/ultraviolet/commit/66a6680101f5fad1b2fb67b40b9ed4e0f6c86b66) Thanks [@matthprost](https://github.com/matthprost)! - Add new prop `description` to group components: `<RadioGroup />`, `<CheckboxGroup />` and `<ToggleGroup />`.

- [#4459](https://github.com/scaleway/ultraviolet/pull/4459) [`4495f5c`](https://github.com/scaleway/ultraviolet/commit/4495f5c967ca277f2b7b05455ec083625e577a69) Thanks [@lisalupi](https://github.com/lisalupi)! - `<TextArea />` and `<TextAreaField />` : new prop `autoExpandMax`.

### Patch Changes

- Updated dependencies [[`66a6680`](https://github.com/scaleway/ultraviolet/commit/66a6680101f5fad1b2fb67b40b9ed4e0f6c86b66), [`4495f5c`](https://github.com/scaleway/ultraviolet/commit/4495f5c967ca277f2b7b05455ec083625e577a69), [`20ee243`](https://github.com/scaleway/ultraviolet/commit/20ee2435d3897000717338dcfbb4e38c922bcf0d)]:
- @ultraviolet/ui@1.77.0

## 3.10.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/form",
"version": "3.10.6",
"version": "3.11.0",
"description": "Ultraviolet Form",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ultraviolet/plus

## 0.21.28

### Patch Changes

- Updated dependencies [[`66a6680`](https://github.com/scaleway/ultraviolet/commit/66a6680101f5fad1b2fb67b40b9ed4e0f6c86b66), [`4495f5c`](https://github.com/scaleway/ultraviolet/commit/4495f5c967ca277f2b7b05455ec083625e577a69), [`20ee243`](https://github.com/scaleway/ultraviolet/commit/20ee2435d3897000717338dcfbb4e38c922bcf0d)]:
- @ultraviolet/ui@1.77.0

## 0.21.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/plus",
"version": "0.21.27",
"version": "0.21.28",
"description": "Ultraviolet Plus",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.77.0

### Minor Changes

- [#4461](https://github.com/scaleway/ultraviolet/pull/4461) [`66a6680`](https://github.com/scaleway/ultraviolet/commit/66a6680101f5fad1b2fb67b40b9ed4e0f6c86b66) Thanks [@matthprost](https://github.com/matthprost)! - Add new prop `description` to group components: `<RadioGroup />`, `<CheckboxGroup />` and `<ToggleGroup />`.

- [#4459](https://github.com/scaleway/ultraviolet/pull/4459) [`4495f5c`](https://github.com/scaleway/ultraviolet/commit/4495f5c967ca277f2b7b05455ec083625e577a69) Thanks [@lisalupi](https://github.com/lisalupi)! - `<TextArea />` and `<TextAreaField />` : new prop `autoExpandMax`.

### Patch Changes

- [#4470](https://github.com/scaleway/ultraviolet/pull/4470) [`20ee243`](https://github.com/scaleway/ultraviolet/commit/20ee2435d3897000717338dcfbb4e38c922bcf0d) Thanks [@matthprost](https://github.com/matthprost)! - Hotfix: bullet not applying proper classNames

## 1.76.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/ui",
"version": "1.76.0",
"version": "1.77.0",
"description": "Ultraviolet UI",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down

0 comments on commit fd23364

Please sign in to comment.