Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent a26d439 commit 01f90d0
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-shrimps-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-suits-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pigs-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-countries-provide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/renovate-80d9653.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.9.4

### Patch Changes

- Updated dependencies [[`e637068`](https://github.com/scaleway/ultraviolet/commit/e637068fe15b7c6d0792a1d05e1791d3e3b958ab), [`a26d439`](https://github.com/scaleway/ultraviolet/commit/a26d439c494ad24dbb857196f4430e657838bd8e), [`3c0ac55`](https://github.com/scaleway/ultraviolet/commit/3c0ac55291796453035a1c1c3aa0e0f07e0afd8d)]:
- @ultraviolet/ui@1.72.2

## 3.9.3

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

## 3.3.5

### Patch Changes

- [#4309](https://github.com/scaleway/ultraviolet/pull/4309) [`cbfa90a`](https://github.com/scaleway/ultraviolet/commit/cbfa90a305ff80695d287dd7b84e4ec172220cae) Thanks [@lisalupi](https://github.com/lisalupi)! - New product illustration: `generativeAPI`

## 3.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/illustrations",
"version": "3.3.4",
"version": "3.3.5",
"description": "Ultraviolet Illustrations",
"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.16

### Patch Changes

- [#4322](https://github.com/scaleway/ultraviolet/pull/4322) [`7429c29`](https://github.com/scaleway/ultraviolet/commit/7429c29c5a81340914a00b4a3cc6cacacb71516e) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@uiw/codemirror-extensions-langs` to `4.23.5`.
Updated dependency `@uiw/codemirror-theme-material` to `4.23.5`.
Updated dependency `@uiw/react-codemirror` to `4.23.5`.
- Updated dependencies [[`e637068`](https://github.com/scaleway/ultraviolet/commit/e637068fe15b7c6d0792a1d05e1791d3e3b958ab), [`a26d439`](https://github.com/scaleway/ultraviolet/commit/a26d439c494ad24dbb857196f4430e657838bd8e), [`3c0ac55`](https://github.com/scaleway/ultraviolet/commit/3c0ac55291796453035a1c1c3aa0e0f07e0afd8d)]:
- @ultraviolet/ui@1.72.2

## 0.21.15

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

## 1.72.2

### Patch Changes

- [#4252](https://github.com/scaleway/ultraviolet/pull/4252) [`e637068`](https://github.com/scaleway/ultraviolet/commit/e637068fe15b7c6d0792a1d05e1791d3e3b958ab) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Modal />` component to always display the one behind and fix flacky animation

- [#4282](https://github.com/scaleway/ultraviolet/pull/4282) [`a26d439`](https://github.com/scaleway/ultraviolet/commit/a26d439c494ad24dbb857196f4430e657838bd8e) Thanks [@lisalupi](https://github.com/lisalupi)! - `<SelectInputV2 />`: auto scroll when the component is at the bottom of the page

- [#4262](https://github.com/scaleway/ultraviolet/pull/4262) [`3c0ac55`](https://github.com/scaleway/ultraviolet/commit/3c0ac55291796453035a1c1c3aa0e0f07e0afd8d) Thanks [@lisalupi](https://github.com/lisalupi)! - `<Row />` and `<List.Row />`: new props, respectively `padding` and `paddingExpandable`, to define a custom padding

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

0 comments on commit 01f90d0

Please sign in to comment.