Skip to content

Commit d640a46

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

File tree

9 files changed

+41
-5
lines changed

9 files changed

+41
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@
2020
"deep-peas-live",
2121
"eight-glasses-warn",
2222
"fluffy-bananas-type",
23+
"good-walls-behave",
2324
"great-showers-marry",
2425
"modern-terms-know",
2526
"neat-regions-repair",
2627
"real-streets-ring",
2728
"real-suns-repair",
2829
"some-adults-say",
30+
"spicy-waves-fix",
31+
"strong-cats-float",
2932
"violet-jobs-reply"
3033
]
3134
}

packages/form/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
- @ultraviolet/icons@4.0.4
1616
- @ultraviolet/ui@2.1.1
1717

18+
## 5.0.0-beta.5
19+
20+
### Patch Changes
21+
22+
- Updated dependencies [[`671427e`](https://github.com/scaleway/ultraviolet/commit/671427eab0dd3e7c72f7085c75a8e0dd77b26761), [`8d11143`](https://github.com/scaleway/ultraviolet/commit/8d111439baf02a951bab616dfea637e269f0f7ec), [`52f4748`](https://github.com/scaleway/ultraviolet/commit/52f47488f0b50e5d8dbdd1a78eb27d60786e6532)]:
23+
- @ultraviolet/ui@3.0.0-beta.5
24+
1825
## 5.0.0-beta.4
1926

2027
### 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": "5.0.0-beta.4",
3+
"version": "5.0.0-beta.5",
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
@@ -12,6 +12,13 @@
1212
- Updated dependencies [[`2779f6d`](https://github.com/scaleway/ultraviolet/commit/2779f6de81b6e4522cf304d94d09dcd4f2bcc6f7), [`0f049c0`](https://github.com/scaleway/ultraviolet/commit/0f049c044ba9208abf7a1a6a6ea0d911803ea542)]:
1313
- @ultraviolet/ui@2.1.1
1414

15+
## 2.0.0-beta.5
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [[`671427e`](https://github.com/scaleway/ultraviolet/commit/671427eab0dd3e7c72f7085c75a8e0dd77b26761), [`8d11143`](https://github.com/scaleway/ultraviolet/commit/8d111439baf02a951bab616dfea637e269f0f7ec), [`52f4748`](https://github.com/scaleway/ultraviolet/commit/52f47488f0b50e5d8dbdd1a78eb27d60786e6532)]:
20+
- @ultraviolet/ui@3.0.0-beta.5
21+
1522
## 2.0.0-beta.4
1623

1724
### 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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Ultraviolet NextJS utility package",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/plus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
- @ultraviolet/icons@4.0.4
2020
- @ultraviolet/ui@2.1.1
2121

22+
## 2.0.0-beta.5
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [[`671427e`](https://github.com/scaleway/ultraviolet/commit/671427eab0dd3e7c72f7085c75a8e0dd77b26761), [`8d11143`](https://github.com/scaleway/ultraviolet/commit/8d111439baf02a951bab616dfea637e269f0f7ec), [`52f4748`](https://github.com/scaleway/ultraviolet/commit/52f47488f0b50e5d8dbdd1a78eb27d60786e6532)]:
27+
- @ultraviolet/ui@3.0.0-beta.5
28+
2229
## 2.0.0-beta.4
2330

2431
### 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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Ultraviolet Plus",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/ui/CHANGELOG.md

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

3+
## 3.0.0-beta.5
4+
5+
### Major Changes
6+
7+
- [#5471](https://github.com/scaleway/ultraviolet/pull/5471) [`8d11143`](https://github.com/scaleway/ultraviolet/commit/8d111439baf02a951bab616dfea637e269f0f7ec) Thanks [@scaleway-bot](https://github.com/scaleway-bot)! - Refactor components `Text` and `Alert` to use vanilla-extract instead of Emotion
8+
9+
- [#5471](https://github.com/scaleway/ultraviolet/pull/5471) [`52f4748`](https://github.com/scaleway/ultraviolet/commit/52f47488f0b50e5d8dbdd1a78eb27d60786e6532) Thanks [@scaleway-bot](https://github.com/scaleway-bot)! - - Refactor component `Banner` to use vanilla-extract instead of Emotion
10+
- Fix dark/darker theme on stories with vanilla extract
11+
12+
### Patch Changes
13+
14+
- [#5471](https://github.com/scaleway/ultraviolet/pull/5471) [`671427e`](https://github.com/scaleway/ultraviolet/commit/671427eab0dd3e7c72f7085c75a8e0dd77b26761) Thanks [@scaleway-bot](https://github.com/scaleway-bot)! - Fix `Dialog` width
15+
316
## 3.0.0-beta.4
417

518
### Major Changes
@@ -46,7 +59,6 @@
4659

4760
## 3.0.0-beta.2
4861

49-
5062
### Patch Changes
5163

5264
- [#5435](https://github.com/scaleway/ultraviolet/pull/5435) [`c4b76f1`](https://github.com/scaleway/ultraviolet/commit/c4b76f1293eaf9b621af3f5a3584fc72d1eda80a) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<ThemeProvider />` to inject theme variable in the `<head>` of the page

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

0 commit comments

Comments
 (0)