Skip to content

Commit

Permalink
chore: release (#4439)
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 14, 2024
1 parent 8ddfbc1 commit 520cc9c
Show file tree
Hide file tree
Showing 20 changed files with 87 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-hats-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-snails-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-lizards-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-bananas-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-0da518c.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/renovate-7422d69.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-cycles-cover.md

This file was deleted.

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

## 3.10.6

### Patch Changes

- [#4445](https://github.com/scaleway/ultraviolet/pull/4445) [`da0e0da`](https://github.com/scaleway/ultraviolet/commit/da0e0da81136d93d29f6d4ed4ba83413d1cff513) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-hook-form` to `7.53.2`.

- [#4444](https://github.com/scaleway/ultraviolet/pull/4444) [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@babel/core` to `7.26.0`.
Updated dependency `@babel/runtime` to `7.26.0`.
Updated dependency `@babel/preset-env` to `7.26.0`.
Updated dependency `@babel/preset-typescript` to `7.26.0`.

- [#4447](https://github.com/scaleway/ultraviolet/pull/4447) [`898728d`](https://github.com/scaleway/ultraviolet/commit/898728d2b99a1ad5e895c2bac2cd1dfac487181f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-select` to `5.8.3`.

- Updated dependencies [[`990a7de`](https://github.com/scaleway/ultraviolet/commit/990a7deebf4fc56c2bd1c04e89854ddccce1896f), [`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557), [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6), [`898728d`](https://github.com/scaleway/ultraviolet/commit/898728d2b99a1ad5e895c2bac2cd1dfac487181f)]:
- @ultraviolet/ui@1.76.0
- @ultraviolet/themes@1.15.0

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

## 3.4.2

### Patch Changes

- [#4444](https://github.com/scaleway/ultraviolet/pull/4444) [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@babel/core` to `7.26.0`.
Updated dependency `@babel/runtime` to `7.26.0`.
Updated dependency `@babel/preset-env` to `7.26.0`.
Updated dependency `@babel/preset-typescript` to `7.26.0`.
- Updated dependencies [[`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557)]:
- @ultraviolet/themes@1.15.0

## 3.4.1

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

## 3.4.1

### Patch Changes

- Updated dependencies [[`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557)]:
- @ultraviolet/themes@1.15.0

## 3.4.0

### Minor 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.4.0",
"version": "3.4.1",
"description": "Ultraviolet Illustrations",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @ultraviolet/plus

## 0.21.27

### Patch Changes

- [#4452](https://github.com/scaleway/ultraviolet/pull/4452) [`f0c4302`](https://github.com/scaleway/ultraviolet/commit/f0c4302c892caf68f0505677b53b442f82f9ba07) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<ContentCard />` to add space between body text and button

- [#4433](https://github.com/scaleway/ultraviolet/pull/4433) [`ca7e4a6`](https://github.com/scaleway/ultraviolet/commit/ca7e4a64b50d5e950bf01ce37e5062b4d6ebed1a) Thanks [@matthprost](https://github.com/matthprost)! - `<EstimateCost />` make it more responsive

- [#4444](https://github.com/scaleway/ultraviolet/pull/4444) [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@babel/core` to `7.26.0`.
Updated dependency `@babel/runtime` to `7.26.0`.
Updated dependency `@babel/preset-env` to `7.26.0`.
Updated dependency `@babel/preset-typescript` to `7.26.0`.

- [#4458](https://github.com/scaleway/ultraviolet/pull/4458) [`8ddfbc1`](https://github.com/scaleway/ultraviolet/commit/8ddfbc14cd43770e68f35b9b77c0be2ef3c1cf3f) Thanks [@matthprost](https://github.com/matthprost)! - Revert @uiw/react-codemirror update

- Updated dependencies [[`990a7de`](https://github.com/scaleway/ultraviolet/commit/990a7deebf4fc56c2bd1c04e89854ddccce1896f), [`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557), [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6), [`898728d`](https://github.com/scaleway/ultraviolet/commit/898728d2b99a1ad5e895c2bac2cd1dfac487181f)]:
- @ultraviolet/ui@1.76.0
- @ultraviolet/themes@1.15.0
- @ultraviolet/icons@3.4.2

## 0.21.26

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

## 1.15.0

### Minor Changes

- [#4397](https://github.com/scaleway/ultraviolet/pull/4397) [`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557) Thanks [@matthprost](https://github.com/matthprost)! - - Moving from `px` to `rem`
- Introduction of `sizing` tokens for height and width

## 1.14.2

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

## 1.76.0

### Minor Changes

- [#4436](https://github.com/scaleway/ultraviolet/pull/4436) [`990a7de`](https://github.com/scaleway/ultraviolet/commit/990a7deebf4fc56c2bd1c04e89854ddccce1896f) Thanks [@matthprost](https://github.com/matthprost)! - Refactoring of `Breadcrumbs`

### Patch Changes

- [#4444](https://github.com/scaleway/ultraviolet/pull/4444) [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@babel/core` to `7.26.0`.
Updated dependency `@babel/runtime` to `7.26.0`.
Updated dependency `@babel/preset-env` to `7.26.0`.
Updated dependency `@babel/preset-typescript` to `7.26.0`.

- [#4447](https://github.com/scaleway/ultraviolet/pull/4447) [`898728d`](https://github.com/scaleway/ultraviolet/commit/898728d2b99a1ad5e895c2bac2cd1dfac487181f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-select` to `5.8.3`.

- Updated dependencies [[`5326acf`](https://github.com/scaleway/ultraviolet/commit/5326acf8fafba39bca49ad8faf56c6d75869d557), [`9e8f93d`](https://github.com/scaleway/ultraviolet/commit/9e8f93dbcc117923a3cb4d48f5fb6c5aa6d9f8b6)]:
- @ultraviolet/[email protected]
- @ultraviolet/[email protected]

## 1.75.4

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

0 comments on commit 520cc9c

Please sign in to comment.