Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #4371

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clever-jokes-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-eyes-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-eyes-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-pigs-hang.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/red-buttons-eat.md

This file was deleted.

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

This file was deleted.

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

## 3.10.0

### Minor Changes

- [#4360](https://github.com/scaleway/ultraviolet/pull/4360) [`ff15811`](https://github.com/scaleway/ultraviolet/commit/ff15811578854da7ccaab45d68f4ba339fbeb669) Thanks [@matthprost](https://github.com/matthprost)! - Add `<VerificationCodeField />`

### Patch Changes

- [#4384](https://github.com/scaleway/ultraviolet/pull/4384) [`6b53102`](https://github.com/scaleway/ultraviolet/commit/6b53102778e03127bf3e1473e2dc0a00912d3e1e) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<CheckboxField />` label

- [#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 [[`8e77c03`](https://github.com/scaleway/ultraviolet/commit/8e77c03fdabffedae38fd6a135af914140f3027e), [`291882b`](https://github.com/scaleway/ultraviolet/commit/291882ba824d89f57168e8924d9e063f985de1c5), [`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.10.0",
"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), [`8e77c03`](https://github.com/scaleway/ultraviolet/commit/8e77c03fdabffedae38fd6a135af914140f3027e), [`291882b`](https://github.com/scaleway/ultraviolet/commit/291882ba824d89f57168e8924d9e063f985de1c5), [`c289c5d`](https://github.com/scaleway/ultraviolet/commit/c289c5d4cfaa8eb587115b73ad119a079793826e)]:
- @ultraviolet/[email protected]
- @ultraviolet/[email protected]

## 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
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.74.0

### Minor Changes

- [#4372](https://github.com/scaleway/ultraviolet/pull/4372) [`8e77c03`](https://github.com/scaleway/ultraviolet/commit/8e77c03fdabffedae38fd6a135af914140f3027e) Thanks [@matthprost](https://github.com/matthprost)! - New prop `onCopy` on components `<CopyButton />` and `<Snippet />`

### Patch Changes

- [#4373](https://github.com/scaleway/ultraviolet/pull/4373) [`291882b`](https://github.com/scaleway/ultraviolet/commit/291882ba824d89f57168e8924d9e063f985de1c5) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<SelectInputV2 />` dropdown to be at least 320px of width

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