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 21, 2024
1 parent 6c6e24a commit 57ac3e4
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-jokes-remember.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nine-kids-search.md

This file was deleted.

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

This file was deleted.

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

## 3.9.9

### Patch Changes

- [#4361](https://github.com/scaleway/ultraviolet/pull/4361) [`c289c5d`](https://github.com/scaleway/ultraviolet/commit/c289c5d4cfaa8eb587115b73ad119a079793826e) Thanks [@matthprost](https://github.com/matthprost)! - - Fix `<TextArea />` and `<TextAreaField />`:

- To have correct focus / active styles
- Update prop `rows` to accept `auto` which will automatically adjust the height of the textarea based on its content

- [#4368](https://github.com/scaleway/ultraviolet/pull/4368) [`6c6e24a`](https://github.com/scaleway/ultraviolet/commit/6c6e24a9cf5d07fb2bf8971f0e9a1c776da50bde) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-hook-form` to `7.53.1`.

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

## 3.9.8

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

## 3.4.0

### Minor Changes

- [#4355](https://github.com/scaleway/ultraviolet/pull/4355) [`7376580`](https://github.com/scaleway/ultraviolet/commit/73765805d94a08b881fe8fc33edff8f54bec9101) Thanks [@matthprost](https://github.com/matthprost)! - - New product icon `<AuditTrailPorductIcon />`
- New system icons `<ThumbsUpIcon />`, `<ThumbsDownIcon />`, `<ThumbsUpOutlineIcon />`, `<ThumbsDownOutlineIcon />`

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

## 0.21.21

### Patch Changes

- Updated dependencies [[`7376580`](https://github.com/scaleway/ultraviolet/commit/73765805d94a08b881fe8fc33edff8f54bec9101), [`c289c5d`](https://github.com/scaleway/ultraviolet/commit/c289c5d4cfaa8eb587115b73ad119a079793826e)]:
- @ultraviolet/icons@3.4.0
- @ultraviolet/ui@1.73.3

## 0.21.20

### 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.20",
"version": "0.21.21",
"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.73.3

### Patch Changes

- [#4361](https://github.com/scaleway/ultraviolet/pull/4361) [`c289c5d`](https://github.com/scaleway/ultraviolet/commit/c289c5d4cfaa8eb587115b73ad119a079793826e) Thanks [@matthprost](https://github.com/matthprost)! - - Fix `<TextArea />` and `<TextAreaField />`:
- To have correct focus / active styles
- Update prop `rows` to accept `auto` which will automatically adjust the height of the textarea based on its content
- Updated dependencies [[`7376580`](https://github.com/scaleway/ultraviolet/commit/73765805d94a08b881fe8fc33edff8f54bec9101)]:
- @ultraviolet/[email protected]

## 1.73.2

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

0 comments on commit 57ac3e4

Please sign in to comment.