Skip to content

Commit

Permalink
chore: release (#3551)
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
github-actions[bot] and github-actions[bot] authored Mar 12, 2024
1 parent c3ed184 commit ecad087
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/polite-pigs-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-cooks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rockets-look.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

## 2.8.4

### Patch Changes

- [#3532](https://github.com/scaleway/ultraviolet/pull/3532) [`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor of `Icon` with new icons and variant and update of every component accordingly

- Updated dependencies [[`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d)]:
- @ultraviolet/ui@1.41.1

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

## 2.10.0

### Minor Changes

- [#3532](https://github.com/scaleway/ultraviolet/pull/3532) [`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor of `Icon` with new icons and variant and update of every component accordingly

## 2.9.3

### 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": "2.9.3",
"version": "2.10.0",
"description": "Ultraviolet Icons",
"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

## 1.6.4

### Patch Changes

- [#3552](https://github.com/scaleway/ultraviolet/pull/3552) [`9a82199`](https://github.com/scaleway/ultraviolet/commit/9a8219965356c1255636a48c18367a07a31a20b8) Thanks [@matthprost](https://github.com/matthprost)! - Fix export of DynamicIllustration

## 1.6.3

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

## 0.10.1

### Patch Changes

- [#3532](https://github.com/scaleway/ultraviolet/pull/3532) [`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor of `Icon` with new icons and variant and update of every component accordingly

- [#3544](https://github.com/scaleway/ultraviolet/pull/3544) [`04f46d8`](https://github.com/scaleway/ultraviolet/commit/04f46d81467a7da8d7d6a6a5399560444c14a049) Thanks [@philibea](https://github.com/philibea)! - remove z-index from EstimateCost Overlay component

- Updated dependencies [[`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d)]:
- @ultraviolet/ui@1.41.1

## 0.10.0

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

## 1.41.1

### Patch Changes

- [#3532](https://github.com/scaleway/ultraviolet/pull/3532) [`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor of `Icon` with new icons and variant and update of every component accordingly

- Updated dependencies [[`c3ed184`](https://github.com/scaleway/ultraviolet/commit/c3ed184233eee36d4f5717f8a14bd14eb5955d3d)]:
- @ultraviolet/[email protected]

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

0 comments on commit ecad087

Please sign in to comment.