Skip to content

Commit

Permalink
chore: release (#4556)
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 Dec 10, 2024
1 parent 612316c commit 6f36eba
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 31 deletions.
18 changes: 0 additions & 18 deletions .changeset/poor-carpets-accept.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-304f474.md

This file was deleted.

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

## 3.12.6

### Patch Changes

- [#4553](https://github.com/scaleway/ultraviolet/pull/4553) [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.14`.
Updated dependency `@types/react-dom` to `18.3.2`.
- Updated dependencies [[`612316c`](https://github.com/scaleway/ultraviolet/commit/612316c778cd82f852dacfa67a664d463611f23b), [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643)]:
- @ultraviolet/ui@1.80.0

## 3.12.5

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

## 3.6.1

### Patch Changes

- [#4553](https://github.com/scaleway/ultraviolet/pull/4553) [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.14`.
Updated dependency `@types/react-dom` to `18.3.2`.

## 3.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/icons",
"version": "3.6.0",
"version": "3.6.1",
"description": "Ultraviolet Icons",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ultraviolet/plus

## 0.21.36

### Patch Changes

- [#4553](https://github.com/scaleway/ultraviolet/pull/4553) [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.14`.
Updated dependency `@types/react-dom` to `18.3.2`.
- Updated dependencies [[`612316c`](https://github.com/scaleway/ultraviolet/commit/612316c778cd82f852dacfa67a664d463611f23b), [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643)]:
- @ultraviolet/ui@1.80.0
- @ultraviolet/icons@3.6.1

## 0.21.35

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

## 1.80.0

### Minor Changes

- [#4535](https://github.com/scaleway/ultraviolet/pull/4535) [`612316c`](https://github.com/scaleway/ultraviolet/commit/612316c778cd82f852dacfa67a664d463611f23b) Thanks [@matthprost](https://github.com/matthprost)! - Refactoring of `<List />` and `<Table />` components:

### List

List used to be a bunch of `div` with different `role` to work like a table but it suffered from columns issues if not correctly set.
It now uses a real `table` element and `thead` and `tbody` to correctly handle columns and rows.
Each elements uses `display: table-*` to correctly handle columns and rows.
The expandable is tricked, by adding a new `tr` on click and a `transform` to move it up under the clicked row.

### Table

Table was correctly using `table` element but the columns were not correctly handled.
It now uses `display: table-*` for each elements of the table.
The expandable is an added `tr` under the clicked row.

### Patch Changes

- [#4553](https://github.com/scaleway/ultraviolet/pull/4553) [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.14`.
Updated dependency `@types/react-dom` to `18.3.2`.
- Updated dependencies [[`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643)]:
- @ultraviolet/icons@3.6.1

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

0 comments on commit 6f36eba

Please sign in to comment.