Skip to content

Commit 41bab1d

Browse files
scaleway-botgithub-actions[bot]
authored andcommitted
chore: release (beta) (#5594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b48bd14 commit 41bab1d

File tree

11 files changed

+67
-6
lines changed

11 files changed

+67
-6
lines changed

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
"deep-peas-live",
2828
"eight-glasses-warn",
2929
"eight-wings-add",
30+
"evil-loops-check",
31+
"famous-stars-marry",
32+
"fine-buttons-call",
3033
"fluffy-bananas-type",
34+
"fuzzy-icons-carry",
3135
"giant-hairs-wash",
3236
"good-hoops-invite",
3337
"good-walls-behave",
@@ -37,6 +41,7 @@
3741
"modern-terms-know",
3842
"neat-regions-repair",
3943
"odd-rooms-attend",
44+
"plain-windows-add",
4045
"plenty-bats-smell",
4146
"pretty-planes-ask",
4247
"pretty-webs-share",
@@ -61,6 +66,9 @@
6166
"tender-oranges-relax",
6267
"vast-carrots-post",
6368
"violet-jobs-reply",
64-
"young-lights-send"
69+
"wicked-worms-lie",
70+
"wild-houses-camp",
71+
"young-lights-send",
72+
"yummy-pets-draw"
6573
]
6674
}

packages/form/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d73ead7`](https://github.com/scaleway/ultraviolet/commit/d73ead73008c7798c3085724e1966d9e55503a24), [`245d454`](https://github.com/scaleway/ultraviolet/commit/245d4542c11d636973aaaef86ae53a57ab16f236), [`93d75dd`](https://github.com/scaleway/ultraviolet/commit/93d75dd371c3c7740e669b1567a2580d0e17afd8), [`660d30e`](https://github.com/scaleway/ultraviolet/commit/660d30e5d85dac2be4f10f28f486c31ad922b60a), [`943b05a`](https://github.com/scaleway/ultraviolet/commit/943b05adef22d7e03976cd67a5d97f56c18c2482), [`568797d`](https://github.com/scaleway/ultraviolet/commit/568797dde5a4ca3cee9e56014d1e45dfff171b2c), [`9ad2c9a`](https://github.com/scaleway/ultraviolet/commit/9ad2c9af20cc15669fdcd959f4e5c1b0971e99c6), [`aaa2c52`](https://github.com/scaleway/ultraviolet/commit/aaa2c521f9c2a924c50ecaf5aa49f92791e734c9)]:
8+
- @ultraviolet/ui@3.0.0-beta.14
9+
- @ultraviolet/icons@5.0.0-beta.2
10+
311
## 6.0.0-beta.2
412

513
### Patch Changes

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/form",
3-
"version": "6.0.0-beta.2",
3+
"version": "6.0.0-beta.3",
44
"description": "Ultraviolet Form",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#5595](https://github.com/scaleway/ultraviolet/pull/5595) [`568797d`](https://github.com/scaleway/ultraviolet/commit/568797dde5a4ca3cee9e56014d1e45dfff171b2c) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Icon />` component to set correct compound variant for neutral
8+
39
## 5.0.0-beta.1
410

511
### Major Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/icons",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "Ultraviolet Icons",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ultraviolet/nextjs
22

3+
## 3.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d73ead7`](https://github.com/scaleway/ultraviolet/commit/d73ead73008c7798c3085724e1966d9e55503a24), [`245d454`](https://github.com/scaleway/ultraviolet/commit/245d4542c11d636973aaaef86ae53a57ab16f236), [`93d75dd`](https://github.com/scaleway/ultraviolet/commit/93d75dd371c3c7740e669b1567a2580d0e17afd8), [`660d30e`](https://github.com/scaleway/ultraviolet/commit/660d30e5d85dac2be4f10f28f486c31ad922b60a), [`943b05a`](https://github.com/scaleway/ultraviolet/commit/943b05adef22d7e03976cd67a5d97f56c18c2482), [`9ad2c9a`](https://github.com/scaleway/ultraviolet/commit/9ad2c9af20cc15669fdcd959f4e5c1b0971e99c6), [`aaa2c52`](https://github.com/scaleway/ultraviolet/commit/aaa2c521f9c2a924c50ecaf5aa49f92791e734c9)]:
8+
- @ultraviolet/ui@3.0.0-beta.14
9+
310
## 3.0.0-beta.2
411

512
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/nextjs",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Ultraviolet NextJS utility package",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/plus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ultraviolet/plus
22

3+
## 3.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d73ead7`](https://github.com/scaleway/ultraviolet/commit/d73ead73008c7798c3085724e1966d9e55503a24), [`245d454`](https://github.com/scaleway/ultraviolet/commit/245d4542c11d636973aaaef86ae53a57ab16f236), [`93d75dd`](https://github.com/scaleway/ultraviolet/commit/93d75dd371c3c7740e669b1567a2580d0e17afd8), [`660d30e`](https://github.com/scaleway/ultraviolet/commit/660d30e5d85dac2be4f10f28f486c31ad922b60a), [`943b05a`](https://github.com/scaleway/ultraviolet/commit/943b05adef22d7e03976cd67a5d97f56c18c2482), [`568797d`](https://github.com/scaleway/ultraviolet/commit/568797dde5a4ca3cee9e56014d1e45dfff171b2c), [`9ad2c9a`](https://github.com/scaleway/ultraviolet/commit/9ad2c9af20cc15669fdcd959f4e5c1b0971e99c6), [`aaa2c52`](https://github.com/scaleway/ultraviolet/commit/aaa2c521f9c2a924c50ecaf5aa49f92791e734c9)]:
8+
- @ultraviolet/ui@3.0.0-beta.14
9+
- @ultraviolet/icons@5.0.0-beta.2
10+
311
## 3.0.0-beta.2
412

513
### Patch Changes

packages/plus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/plus",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Ultraviolet Plus",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/ui/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## 3.0.0-beta.14
4+
5+
### Minor Changes
6+
7+
- [#5580](https://github.com/scaleway/ultraviolet/pull/5580) [`d73ead7`](https://github.com/scaleway/ultraviolet/commit/d73ead73008c7798c3085724e1966d9e55503a24) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<RadioGroup />`, `<CheckboxGroup />` and `<ToggleGroup />` to use vanilla extract
8+
9+
- [#5583](https://github.com/scaleway/ultraviolet/pull/5583) [`93d75dd`](https://github.com/scaleway/ultraviolet/commit/93d75dd371c3c7740e669b1567a2580d0e17afd8) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<ExpandableCard />` to use vanilla extract
10+
11+
- [#5577](https://github.com/scaleway/ultraviolet/pull/5577) [`660d30e`](https://github.com/scaleway/ultraviolet/commit/660d30e5d85dac2be4f10f28f486c31ad922b60a) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<Checkbox />` to use vanilla extract
12+
13+
- [#5576](https://github.com/scaleway/ultraviolet/pull/5576) [`9ad2c9a`](https://github.com/scaleway/ultraviolet/commit/9ad2c9af20cc15669fdcd959f4e5c1b0971e99c6) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor components `Tag` and `Card` to use vanilla-extract instead of Emotion
14+
15+
- [#5578](https://github.com/scaleway/ultraviolet/pull/5578) [`aaa2c52`](https://github.com/scaleway/ultraviolet/commit/aaa2c521f9c2a924c50ecaf5aa49f92791e734c9) Thanks [@lisalupi](https://github.com/lisalupi)! - - Refactor component `Breadcrumbs` to use vanilla-extract instead of emotion
16+
- `Button`: Add prop "style"
17+
18+
### Patch Changes
19+
20+
- [#5593](https://github.com/scaleway/ultraviolet/pull/5593) [`245d454`](https://github.com/scaleway/ultraviolet/commit/245d4542c11d636973aaaef86ae53a57ab16f236) Thanks [@lisalupi](https://github.com/lisalupi)! - `Drawer`: fix animation on small
21+
22+
- [#5586](https://github.com/scaleway/ultraviolet/pull/5586) [`943b05a`](https://github.com/scaleway/ultraviolet/commit/943b05adef22d7e03976cd67a5d97f56c18c2482) Thanks [@lisalupi](https://github.com/lisalupi)! - `SelectInput`: placeholder shoul be a `span` instead of a `p`
23+
24+
- Updated dependencies [[`568797d`](https://github.com/scaleway/ultraviolet/commit/568797dde5a4ca3cee9e56014d1e45dfff171b2c)]:
25+
- @ultraviolet/icons@5.0.0-beta.2
26+
327
## 3.0.0-beta.13
428

529
### Major Changes

0 commit comments

Comments
 (0)