Skip to content

Commit

Permalink
chore: release (#4582)
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 13, 2024
1 parent 2f660df commit bb0353a
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-days-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-boats-cry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/renovate-6fd0ab8.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-7237a97.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.12.10

### Patch Changes

- [#4581](https://github.com/scaleway/ultraviolet/pull/4581) [`f783531`](https://github.com/scaleway/ultraviolet/commit/f7835313e9bf7b5853b3a0f9ea1b09709017bfe7) Thanks [@Lawndlwd](https://github.com/Lawndlwd)! - Fix change add button style

- [#4574](https://github.com/scaleway/ultraviolet/pull/4574) [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.15`.

- [#4583](https://github.com/scaleway/ultraviolet/pull/4583) [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.16`.
Updated dependency `@types/react-dom` to `18.3.5`.
- Updated dependencies [[`2f660df`](https://github.com/scaleway/ultraviolet/commit/2f660df8cc7313fc13a6bcef3a66dfbb7d56a650), [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9), [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80)]:
- @ultraviolet/ui@1.81.2

## 3.12.9

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

## 3.6.3

### Patch Changes

- [#4574](https://github.com/scaleway/ultraviolet/pull/4574) [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.15`.

- [#4583](https://github.com/scaleway/ultraviolet/pull/4583) [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.16`.
Updated dependency `@types/react-dom` to `18.3.5`.

## 3.6.2

### Patch 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.2",
"version": "3.6.3",
"description": "Ultraviolet Icons",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ultraviolet/plus

## 0.21.39

### Patch Changes

- [#4574](https://github.com/scaleway/ultraviolet/pull/4574) [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.15`.

- [#4583](https://github.com/scaleway/ultraviolet/pull/4583) [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.16`.
Updated dependency `@types/react-dom` to `18.3.5`.
- Updated dependencies [[`2f660df`](https://github.com/scaleway/ultraviolet/commit/2f660df8cc7313fc13a6bcef3a66dfbb7d56a650), [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9), [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80)]:
- @ultraviolet/ui@1.81.2
- @ultraviolet/icons@3.6.3

## 0.21.38

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

## 1.81.2

### Patch Changes

- [#4585](https://github.com/scaleway/ultraviolet/pull/4585) [`2f660df`](https://github.com/scaleway/ultraviolet/commit/2f660df8cc7313fc13a6bcef3a66dfbb7d56a650) Thanks [@matthprost](https://github.com/matthprost)! - Make `<MenuV2 />` default portalTarget set to `document.body` to avoid scrolling in a list when menu is added

- [#4574](https://github.com/scaleway/ultraviolet/pull/4574) [`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.15`.

- [#4583](https://github.com/scaleway/ultraviolet/pull/4583) [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.16`.
Updated dependency `@types/react-dom` to `18.3.5`.
- Updated dependencies [[`de622a2`](https://github.com/scaleway/ultraviolet/commit/de622a277da244ce265841f819d476cad9565ca9), [`54b5d89`](https://github.com/scaleway/ultraviolet/commit/54b5d897596dce5eaa2ad5357b3fda9879c53b80)]:
- @ultraviolet/icons@3.6.3

## 1.81.1

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

0 comments on commit bb0353a

Please sign in to comment.