Skip to content

Commit bdfd63a

Browse files
chore: release (beta) (#5574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a20bf5 commit bdfd63a

File tree

9 files changed

+59
-5
lines changed

9 files changed

+59
-5
lines changed

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"clean-hotels-kneel",
2424
"cuddly-kids-taste",
2525
"cute-moments-shine",
26+
"dark-pugs-worry",
2627
"deep-peas-live",
2728
"eight-glasses-warn",
2829
"eight-wings-add",
@@ -35,6 +36,9 @@
3536
"major-clocks-throw",
3637
"modern-terms-know",
3738
"neat-regions-repair",
39+
"odd-rooms-attend",
40+
"plenty-bats-smell",
41+
"pretty-planes-ask",
3842
"pretty-webs-share",
3943
"puny-streets-smash",
4044
"quick-badgers-behave",
@@ -45,14 +49,18 @@
4549
"rotten-hairs-boil",
4650
"rotten-kings-dig",
4751
"rude-cities-pump",
52+
"silver-apes-strive",
4853
"slimy-boats-call",
4954
"some-adults-say",
5055
"sour-pants-write",
5156
"sour-ways-scream",
5257
"spicy-waves-fix",
58+
"strong-cameras-crash",
5359
"strong-cats-float",
60+
"tender-flowers-drive",
5461
"tender-oranges-relax",
5562
"vast-carrots-post",
56-
"violet-jobs-reply"
63+
"violet-jobs-reply",
64+
"young-lights-send"
5765
]
5866
}

packages/form/CHANGELOG.md

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

3+
## 6.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c79b4fb`](https://github.com/scaleway/ultraviolet/commit/c79b4fb72779a31b1b9b5f9ee3228fbc56630022), [`47257af`](https://github.com/scaleway/ultraviolet/commit/47257afab643364777bf0f98a292bb87808242c7), [`dce2961`](https://github.com/scaleway/ultraviolet/commit/dce2961df8780b3f11ac6527de93911c0ac6d560), [`4a20bf5`](https://github.com/scaleway/ultraviolet/commit/4a20bf5ebc5b298cc5ed7e0842214701a2c1efc7), [`02ca583`](https://github.com/scaleway/ultraviolet/commit/02ca5830154c172c8d4e3cb92b8cff67ff14a976), [`1b41251`](https://github.com/scaleway/ultraviolet/commit/1b412515e05d1de803e65d7d57ef6dee02c55c8b), [`647bf54`](https://github.com/scaleway/ultraviolet/commit/647bf545eb3496fee1503c8e18e68f1b4812fc25)]:
8+
- @ultraviolet/ui@3.0.0-beta.13
9+
310
## 6.0.0-beta.1
411

512
### Major 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.1",
3+
"version": "6.0.0-beta.2",
44
"description": "Ultraviolet Form",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c79b4fb`](https://github.com/scaleway/ultraviolet/commit/c79b4fb72779a31b1b9b5f9ee3228fbc56630022), [`47257af`](https://github.com/scaleway/ultraviolet/commit/47257afab643364777bf0f98a292bb87808242c7), [`dce2961`](https://github.com/scaleway/ultraviolet/commit/dce2961df8780b3f11ac6527de93911c0ac6d560), [`4a20bf5`](https://github.com/scaleway/ultraviolet/commit/4a20bf5ebc5b298cc5ed7e0842214701a2c1efc7), [`02ca583`](https://github.com/scaleway/ultraviolet/commit/02ca5830154c172c8d4e3cb92b8cff67ff14a976), [`1b41251`](https://github.com/scaleway/ultraviolet/commit/1b412515e05d1de803e65d7d57ef6dee02c55c8b), [`647bf54`](https://github.com/scaleway/ultraviolet/commit/647bf545eb3496fee1503c8e18e68f1b4812fc25)]:
8+
- @ultraviolet/ui@3.0.0-beta.13
9+
310
## 3.0.0-beta.1
411

512
### Major 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.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Ultraviolet NextJS utility package",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/plus/CHANGELOG.md

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

3+
## 3.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#5581](https://github.com/scaleway/ultraviolet/pull/5581) [`4150091`](https://github.com/scaleway/ultraviolet/commit/4150091824659471cc006be8d89a707cdf41902f) Thanks [@matthprost](https://github.com/matthprost)! - Add missing `className` and `data-testid` on some components
8+
9+
- Updated dependencies [[`c79b4fb`](https://github.com/scaleway/ultraviolet/commit/c79b4fb72779a31b1b9b5f9ee3228fbc56630022), [`47257af`](https://github.com/scaleway/ultraviolet/commit/47257afab643364777bf0f98a292bb87808242c7), [`dce2961`](https://github.com/scaleway/ultraviolet/commit/dce2961df8780b3f11ac6527de93911c0ac6d560), [`4a20bf5`](https://github.com/scaleway/ultraviolet/commit/4a20bf5ebc5b298cc5ed7e0842214701a2c1efc7), [`02ca583`](https://github.com/scaleway/ultraviolet/commit/02ca5830154c172c8d4e3cb92b8cff67ff14a976), [`1b41251`](https://github.com/scaleway/ultraviolet/commit/1b412515e05d1de803e65d7d57ef6dee02c55c8b), [`647bf54`](https://github.com/scaleway/ultraviolet/commit/647bf545eb3496fee1503c8e18e68f1b4812fc25)]:
10+
- @ultraviolet/ui@3.0.0-beta.13
11+
312
## 3.0.0-beta.1
413

514
### Major 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.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Ultraviolet Plus",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/ui/CHANGELOG.md

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

3+
## 3.0.0-beta.13
4+
5+
### Major Changes
6+
7+
- [#5504](https://github.com/scaleway/ultraviolet/pull/5504) [`4a20bf5`](https://github.com/scaleway/ultraviolet/commit/4a20bf5ebc5b298cc5ed7e0842214701a2c1efc7) Thanks [@lisalupi](https://github.com/lisalupi)! - - Refactor components `Link` and `Bullet` to use vanilla-extract instead of Emotion
8+
- `Bullet`: **BREAKING CHANGE** "disabled" is now a prop instead of a value of prop "sentiment"
9+
10+
### Minor Changes
11+
12+
- [#5533](https://github.com/scaleway/ultraviolet/pull/5533) [`47257af`](https://github.com/scaleway/ultraviolet/commit/47257afab643364777bf0f98a292bb87808242c7) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<Radio />` component to use vanilla extract
13+
14+
- [#5530](https://github.com/scaleway/ultraviolet/pull/5530) [`02ca583`](https://github.com/scaleway/ultraviolet/commit/02ca5830154c172c8d4e3cb92b8cff67ff14a976) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<GlobalAlert />` and `<Expandable />` to use vanilla extract
15+
16+
- [#5520](https://github.com/scaleway/ultraviolet/pull/5520) [`1b41251`](https://github.com/scaleway/ultraviolet/commit/1b412515e05d1de803e65d7d57ef6dee02c55c8b) Thanks [@matthprost](https://github.com/matthprost)! - Refactor `<VerificationCode /> to use vanilla extract`
17+
18+
- [#5518](https://github.com/scaleway/ultraviolet/pull/5518) [`647bf54`](https://github.com/scaleway/ultraviolet/commit/647bf545eb3496fee1503c8e18e68f1b4812fc25) Thanks [@matthprost](https://github.com/matthprost)! - Refactor component `<ProgressBar />` and fix component `<Badge />` useless variable in css generation
19+
20+
### Patch Changes
21+
22+
- [#5573](https://github.com/scaleway/ultraviolet/pull/5573) [`c79b4fb`](https://github.com/scaleway/ultraviolet/commit/c79b4fb72779a31b1b9b5f9ee3228fbc56630022) Thanks [@philibea](https://github.com/philibea)! - Add htmlFor on label for VerificationCode
23+
24+
- [#5570](https://github.com/scaleway/ultraviolet/pull/5570) [`dce2961`](https://github.com/scaleway/ultraviolet/commit/dce2961df8780b3f11ac6527de93911c0ac6d560) Thanks [@lisalupi](https://github.com/lisalupi)! - `Button`: remove background color when hovering a disabled outlined/ghost button
25+
326
## 3.0.0-beta.12
427

528
### Patch Changes

packages/ui/package.json

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

0 commit comments

Comments
 (0)