Skip to content

Commit

Permalink
chore: release (#4762)
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 Feb 13, 2025
1 parent a81daa4 commit b38496e
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-camels-join.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/curvy-beers-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-dragons-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cycles-smell.md

This file was deleted.

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

## 3.13.17

### Patch Changes

- Updated dependencies [[`a1cc1af`](https://github.com/scaleway/ultraviolet/commit/a1cc1afbc8b97b61736caf441f48555e543a9f66), [`a81daa4`](https://github.com/scaleway/ultraviolet/commit/a81daa4ea5b41b3eba10c80501d96845f2222098), [`ec29328`](https://github.com/scaleway/ultraviolet/commit/ec29328fa0a0b85d8721b9cd920a7946b5a470fd), [`5b840a8`](https://github.com/scaleway/ultraviolet/commit/5b840a8d081da1ffff44e94fc6b3fcf7e142d6f1)]:
- @ultraviolet/ui@1.86.0

## 3.13.16

### 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.13.16",
"version": "3.13.17",
"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.23.6

### Patch Changes

- Updated dependencies [[`a1cc1af`](https://github.com/scaleway/ultraviolet/commit/a1cc1afbc8b97b61736caf441f48555e543a9f66), [`a81daa4`](https://github.com/scaleway/ultraviolet/commit/a81daa4ea5b41b3eba10c80501d96845f2222098), [`ec29328`](https://github.com/scaleway/ultraviolet/commit/ec29328fa0a0b85d8721b9cd920a7946b5a470fd), [`5b840a8`](https://github.com/scaleway/ultraviolet/commit/5b840a8d081da1ffff44e94fc6b3fcf7e142d6f1)]:
- @ultraviolet/ui@1.86.0

## 0.23.5

### 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.23.5",
"version": "0.23.6",
"description": "Ultraviolet Plus",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
31 changes: 31 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Change Log

## 1.86.0

### Minor Changes

- [#4752](https://github.com/scaleway/ultraviolet/pull/4752) [`ec29328`](https://github.com/scaleway/ultraviolet/commit/ec29328fa0a0b85d8721b9cd920a7946b5a470fd) Thanks [@matthprost](https://github.com/matthprost)! - New prop `highlightAnimation` on `<List.Row />` component

### Patch Changes

- [#4741](https://github.com/scaleway/ultraviolet/pull/4741) [`a1cc1af`](https://github.com/scaleway/ultraviolet/commit/a1cc1afbc8b97b61736caf441f48555e543a9f66) Thanks [@lisalupi](https://github.com/lisalupi)! - `<DateInput />`: rework range logic and fix styling issue on hover for days in range

- [#4758](https://github.com/scaleway/ultraviolet/pull/4758) [`a81daa4`](https://github.com/scaleway/ultraviolet/commit/a81daa4ea5b41b3eba10c80501d96845f2222098) Thanks [@matthprost](https://github.com/matthprost)! - In `<Badge />` component, `icon` props is deprecated. You can directly use the imported icon you need in the children.

```tsx
// Before
import { Badge } from "@ultraviolet/ui";

<Badge icon="pencil">Edit</Badge>;
```

```tsx
// After
import { Badge } from "@ultraviolet/ui";
import { PencilOutlineIcon } from "@ultraviolet/icons";

<Badge>
Edit <PencilOutlineIcon />
</Badge>;
```

- [#4759](https://github.com/scaleway/ultraviolet/pull/4759) [`5b840a8`](https://github.com/scaleway/ultraviolet/commit/5b840a8d081da1ffff44e94fc6b3fcf7e142d6f1) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Table.Cell />` to have correct sentiments prop

## 1.85.3

### Patch 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.85.3",
"version": "1.86.0",
"description": "Ultraviolet UI",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down

0 comments on commit b38496e

Please sign in to comment.