Skip to content

Commit

Permalink
chore: release (#4777)
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 Feb 17, 2025
1 parent 1c7ef50 commit 8f47e2e
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-suits-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-pants-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-rules-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-dogs-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-laws-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pianos-eat.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.13.18

### Patch Changes

- Updated dependencies [[`d36d815`](https://github.com/scaleway/ultraviolet/commit/d36d815ddb0db8ff2514200d00bbe0e01e731ef4), [`3b8a89a`](https://github.com/scaleway/ultraviolet/commit/3b8a89a770748a40939f553e9456edc0cc1492a4), [`62981ad`](https://github.com/scaleway/ultraviolet/commit/62981ad6b122a3670c0687d2854aa9134cca85f3)]:
- @ultraviolet/ui@1.87.0

## 3.13.17

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

## 3.11.1

### Patch Changes

- [#4767](https://github.com/scaleway/ultraviolet/pull/4767) [`9133763`](https://github.com/scaleway/ultraviolet/commit/9133763cd6c1dfeb24ca656ac68a5dfa7b5c20cd) Thanks [@lisalupi](https://github.com/lisalupi)! - New icon: `AddressPlay`

- [#4778](https://github.com/scaleway/ultraviolet/pull/4778) [`1c7ef50`](https://github.com/scaleway/ultraviolet/commit/1c7ef50ca4ac37b8d9a171e2a7ab14be0b4d953d) Thanks [@matthprost](https://github.com/matthprost)! - Fix small system icons

## 3.11.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.11.0",
"version": "3.11.1",
"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.24.0

### Minor Changes

- [#4768](https://github.com/scaleway/ultraviolet/pull/4768) [`3b8a89a`](https://github.com/scaleway/ultraviolet/commit/3b8a89a770748a40939f553e9456edc0cc1492a4) Thanks [@matthprost](https://github.com/matthprost)! - Improve `<Navigation.Item />` component by adding props `rel` and `target`. Previously a `href` item meant external link, it has now changed. Take this in consideration as your links might not open in a new browser and not have the external icon anymore.

### Patch Changes

- Updated dependencies [[`d36d815`](https://github.com/scaleway/ultraviolet/commit/d36d815ddb0db8ff2514200d00bbe0e01e731ef4), [`9133763`](https://github.com/scaleway/ultraviolet/commit/9133763cd6c1dfeb24ca656ac68a5dfa7b5c20cd), [`1c7ef50`](https://github.com/scaleway/ultraviolet/commit/1c7ef50ca4ac37b8d9a171e2a7ab14be0b4d953d), [`3b8a89a`](https://github.com/scaleway/ultraviolet/commit/3b8a89a770748a40939f553e9456edc0cc1492a4), [`62981ad`](https://github.com/scaleway/ultraviolet/commit/62981ad6b122a3670c0687d2854aa9134cca85f3)]:
- @ultraviolet/ui@1.87.0
- @ultraviolet/icons@3.11.1

## 0.23.6

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

## 1.87.0

### Minor Changes

- [#4768](https://github.com/scaleway/ultraviolet/pull/4768) [`3b8a89a`](https://github.com/scaleway/ultraviolet/commit/3b8a89a770748a40939f553e9456edc0cc1492a4) Thanks [@matthprost](https://github.com/matthprost)! - New props `rel` and `target` on `<MenuV2.Item />`

- [#4738](https://github.com/scaleway/ultraviolet/pull/4738) [`62981ad`](https://github.com/scaleway/ultraviolet/commit/62981ad6b122a3670c0687d2854aa9134cca85f3) Thanks [@lisalupi](https://github.com/lisalupi)! - New component `<Label />` and use it in input components

### Patch Changes

- [#4765](https://github.com/scaleway/ultraviolet/pull/4765) [`d36d815`](https://github.com/scaleway/ultraviolet/commit/d36d815ddb0db8ff2514200d00bbe0e01e731ef4) Thanks [@matthprost](https://github.com/matthprost)! - Fix `Popup` internal component to position better when it is attached to `document.body`

- Updated dependencies [[`9133763`](https://github.com/scaleway/ultraviolet/commit/9133763cd6c1dfeb24ca656ac68a5dfa7b5c20cd), [`1c7ef50`](https://github.com/scaleway/ultraviolet/commit/1c7ef50ca4ac37b8d9a171e2a7ab14be0b4d953d)]:
- @ultraviolet/[email protected]

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

0 comments on commit 8f47e2e

Please sign in to comment.