Skip to content

Commit c76c892

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

File tree

9 files changed

+46
-5
lines changed

9 files changed

+46
-5
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
"@utils/test": "0.0.1"
1818
},
1919
"changesets": [
20+
"deep-peas-live",
2021
"eight-glasses-warn",
22+
"fluffy-bananas-type",
23+
"great-showers-marry",
2124
"neat-regions-repair",
22-
"real-streets-ring"
25+
"real-streets-ring",
26+
"violet-jobs-reply"
2327
]
2428
}

packages/form/CHANGELOG.md

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

18+
## 5.0.0-beta.3
19+
20+
### Minor Changes
21+
22+
- [#5439](https://github.com/scaleway/ultraviolet/pull/5439) [`32f1db8`](https://github.com/scaleway/ultraviolet/commit/32f1db8081e1dcb36c4ba39a035990e0a78d6eec) Thanks [@matthprost](https://github.com/matthprost)! - Remove all usages of `emotion` within the package
23+
24+
### Patch Changes
25+
26+
- [#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
27+
28+
- Updated dependencies [[`9187560`](https://github.com/scaleway/ultraviolet/commit/9187560d39c6f7b1145bbc2df76898d7a797b78a), [`db1aedc`](https://github.com/scaleway/ultraviolet/commit/db1aedce578a5d1caedc299d666d8584250421b1), [`cd7bed7`](https://github.com/scaleway/ultraviolet/commit/cd7bed7983dcae8c072b1140d1cbd92d8d026624)]:
29+
- @ultraviolet/ui@3.0.0-beta.3
30+
1831
## 5.0.0-beta.2
1932

2033
### 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.2",
3+
"version": "5.0.0-beta.3",
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.3
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [[`9187560`](https://github.com/scaleway/ultraviolet/commit/9187560d39c6f7b1145bbc2df76898d7a797b78a), [`db1aedc`](https://github.com/scaleway/ultraviolet/commit/db1aedce578a5d1caedc299d666d8584250421b1), [`cd7bed7`](https://github.com/scaleway/ultraviolet/commit/cd7bed7983dcae8c072b1140d1cbd92d8d026624)]:
20+
- @ultraviolet/ui@3.0.0-beta.3
21+
1522
## 2.0.0-beta.2
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.2",
3+
"version": "2.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: 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.3
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [[`9187560`](https://github.com/scaleway/ultraviolet/commit/9187560d39c6f7b1145bbc2df76898d7a797b78a), [`db1aedc`](https://github.com/scaleway/ultraviolet/commit/db1aedce578a5d1caedc299d666d8584250421b1), [`cd7bed7`](https://github.com/scaleway/ultraviolet/commit/cd7bed7983dcae8c072b1140d1cbd92d8d026624)]:
27+
- @ultraviolet/ui@3.0.0-beta.3
28+
2229
## 2.0.0-beta.2
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.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Ultraviolet Plus",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
- Updated dependencies [[`2779f6d`](https://github.com/scaleway/ultraviolet/commit/2779f6de81b6e4522cf304d94d09dcd4f2bcc6f7), [`0f049c0`](https://github.com/scaleway/ultraviolet/commit/0f049c044ba9208abf7a1a6a6ea0d911803ea542)]:
1515
- @ultraviolet/[email protected]
1616

17+
## 3.0.0-beta.3
18+
19+
### Patch Changes
20+
21+
- [#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
22+
23+
- [#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
24+
25+
- [#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
26+
1727
## 2.1.0
1828

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

0 commit comments

Comments
 (0)