Skip to content

Commit 9f97de9

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

File tree

11 files changed

+61
-16
lines changed

11 files changed

+61
-16
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
"eight-glasses-warn",
2222
"fluffy-bananas-type",
2323
"great-showers-marry",
24+
"modern-terms-know",
2425
"neat-regions-repair",
2526
"real-streets-ring",
27+
"real-suns-repair",
28+
"some-adults-say",
2629
"violet-jobs-reply"
2730
]
2831
}

packages/form/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
- @ultraviolet/icons@4.0.4
3535
- @ultraviolet/ui@2.1.1
3636

37+
## 5.0.0-beta.4
38+
39+
### Patch Changes
40+
41+
- Updated dependencies [[`0ce72ef`](https://github.com/scaleway/ultraviolet/commit/0ce72ef33b9b21dfa4404f54d1b0aaa1f156e41c), [`963df3d`](https://github.com/scaleway/ultraviolet/commit/963df3db19a71edf8118d8ddfc87dbd9d3270ccd), [`15512aa`](https://github.com/scaleway/ultraviolet/commit/15512aaad1da3218ea3765261451d15fb05d6660)]:
42+
- @ultraviolet/ui@3.0.0-beta.4
43+
- @ultraviolet/icons@4.0.4-beta.1
44+
3745
## 5.0.0-beta.3
3846

3947
### Minor 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.3",
3+
"version": "5.0.0-beta.4",
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
@@ -29,6 +29,12 @@
2929
Updated dependency `@babel/plugin-transform-runtime` to `7.28.3`.
3030
Updated dependency `@babel/preset-env` to `7.28.3`.
3131

32+
## 4.0.4-beta.1
33+
34+
### Patch Changes
35+
36+
- [`15512aa`](https://github.com/scaleway/ultraviolet/commit/15512aaad1da3218ea3765261451d15fb05d6660) Thanks [@lisalupi](https://github.com/lisalupi)! - New category icon: `UseCasesCategoryIcon`
37+
3238
## 4.0.4-beta.0
3339

3440
### Patch 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": "4.0.4-beta.0",
3+
"version": "4.0.4-beta.1",
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
@@ -28,6 +28,13 @@
2828
- Updated dependencies [[`2779f6d`](https://github.com/scaleway/ultraviolet/commit/2779f6de81b6e4522cf304d94d09dcd4f2bcc6f7), [`0f049c0`](https://github.com/scaleway/ultraviolet/commit/0f049c044ba9208abf7a1a6a6ea0d911803ea542)]:
2929
- @ultraviolet/ui@2.1.1
3030

31+
## 2.0.0-beta.4
32+
33+
### Patch Changes
34+
35+
- Updated dependencies [[`0ce72ef`](https://github.com/scaleway/ultraviolet/commit/0ce72ef33b9b21dfa4404f54d1b0aaa1f156e41c), [`963df3d`](https://github.com/scaleway/ultraviolet/commit/963df3db19a71edf8118d8ddfc87dbd9d3270ccd)]:
36+
- @ultraviolet/ui@3.0.0-beta.4
37+
3138
## 2.0.0-beta.3
3239

3340
### 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.3",
3+
"version": "2.0.0-beta.4",
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
@@ -46,6 +46,14 @@
4646
- @ultraviolet/icons@4.0.4
4747
- @ultraviolet/ui@2.1.1
4848

49+
## 2.0.0-beta.4
50+
51+
### Patch Changes
52+
53+
- Updated dependencies [[`0ce72ef`](https://github.com/scaleway/ultraviolet/commit/0ce72ef33b9b21dfa4404f54d1b0aaa1f156e41c), [`963df3d`](https://github.com/scaleway/ultraviolet/commit/963df3db19a71edf8118d8ddfc87dbd9d3270ccd), [`15512aa`](https://github.com/scaleway/ultraviolet/commit/15512aaad1da3218ea3765261451d15fb05d6660)]:
54+
- @ultraviolet/ui@3.0.0-beta.4
55+
- @ultraviolet/icons@4.0.4-beta.1
56+
4957
## 2.0.0-beta.3
5058

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

packages/ui/CHANGELOG.md

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

3+
## 3.0.0-beta.4
4+
5+
### Major Changes
6+
7+
- [`0ce72ef`](https://github.com/scaleway/ultraviolet/commit/0ce72ef33b9b21dfa4404f54d1b0aaa1f156e41c) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor components `ActionBar` and `Badge` to use vanilla-extract instead of Emotion
8+
9+
### Patch Changes
10+
11+
- [`963df3d`](https://github.com/scaleway/ultraviolet/commit/963df3db19a71edf8118d8ddfc87dbd9d3270ccd) Thanks [@lisalupi](https://github.com/lisalupi)! - `ExpandableCard`: new prop "open" (uncontrolled version of prop "expanded)
12+
13+
- Updated dependencies [[`15512aa`](https://github.com/scaleway/ultraviolet/commit/15512aaad1da3218ea3765261451d15fb05d6660)]:
14+
- @ultraviolet/icons@4.0.4-beta.1
15+
16+
## 3.0.0-beta.3
17+
18+
### Patch Changes
19+
20+
- [#5437](https://github.com/scaleway/ultraviolet/pull/5437) [`9187560`](https://github.com/scaleway/ultraviolet/commit/9187560d39c6f7b1145bbc2df76898d7a797b78a) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Snippet />` improve selection by removing after element on most of the lines
21+
22+
- [#5445](https://github.com/scaleway/ultraviolet/pull/5445) [`db1aedc`](https://github.com/scaleway/ultraviolet/commit/db1aedce578a5d1caedc299d666d8584250421b1) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<TextArea />` when tooltip is set
23+
24+
- [#5438](https://github.com/scaleway/ultraviolet/pull/5438) [`cd7bed7`](https://github.com/scaleway/ultraviolet/commit/cd7bed7983dcae8c072b1140d1cbd92d8d026624) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Button />` class having a space in the beggining
25+
326
## 2.1.3
427

528
### Patch Changes
@@ -29,17 +52,7 @@
2952
Updated dependency `@babel/plugin-transform-runtime` to `7.28.3`.
3053
Updated dependency `@babel/preset-env` to `7.28.3`.
3154
- Updated dependencies [[`2779f6d`](https://github.com/scaleway/ultraviolet/commit/2779f6de81b6e4522cf304d94d09dcd4f2bcc6f7), [`0f049c0`](https://github.com/scaleway/ultraviolet/commit/0f049c044ba9208abf7a1a6a6ea0d911803ea542)]:
32-
- @ultraviolet/icons@4.0.4
33-
34-
## 3.0.0-beta.3
35-
36-
### Patch Changes
37-
38-
- [#5437](https://github.com/scaleway/ultraviolet/pull/5437) [`9187560`](https://github.com/scaleway/ultraviolet/commit/9187560d39c6f7b1145bbc2df76898d7a797b78a) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Snippet />` improve selection by removing after element on most of the lines
39-
40-
- [#5445](https://github.com/scaleway/ultraviolet/pull/5445) [`db1aedc`](https://github.com/scaleway/ultraviolet/commit/db1aedce578a5d1caedc299d666d8584250421b1) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<TextArea />` when tooltip is set
41-
42-
- [#5438](https://github.com/scaleway/ultraviolet/pull/5438) [`cd7bed7`](https://github.com/scaleway/ultraviolet/commit/cd7bed7983dcae8c072b1140d1cbd92d8d026624) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Button />` class having a space in the beggining
55+
- @ultraviolet/icons@4.0.4
4356

4457
## 2.1.0
4558

0 commit comments

Comments
 (0)