Skip to content

Commit fa6f691

Browse files
chore: release (beta)
1 parent d0140bb commit fa6f691

File tree

9 files changed

+38
-4
lines changed

9 files changed

+38
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"changesets": [
2020
"all-deer-talk",
2121
"breezy-hounds-bake",
22+
"bright-mice-flow",
2223
"bumpy-walls-sort",
2324
"clean-hotels-kneel",
2425
"cold-monkeys-flow",
@@ -39,6 +40,7 @@
3940
"few-horses-wash",
4041
"fifty-streets-check",
4142
"fine-buttons-call",
43+
"fine-gifts-film",
4244
"fluffy-bananas-type",
4345
"fuzzy-icons-carry",
4446
"giant-hairs-wash",
@@ -60,6 +62,7 @@
6062
"nasty-houses-invite",
6163
"nasty-sides-smoke",
6264
"neat-regions-repair",
65+
"nice-showers-bet",
6366
"odd-rooms-attend",
6467
"plain-windows-add",
6568
"plenty-bats-smell",

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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb9e860`](https://github.com/scaleway/ultraviolet/commit/eb9e860b8fa5ee4111c220650545d013184a1754), [`afe67bf`](https://github.com/scaleway/ultraviolet/commit/afe67bfe75ea6a7c6ac8ce3767f7e8474a14730f)]:
8+
- @ultraviolet/ui@3.0.0-beta.22
9+
310
## 6.0.0-beta.10
411

512
### 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.10",
3+
"version": "6.0.0-beta.11",
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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb9e860`](https://github.com/scaleway/ultraviolet/commit/eb9e860b8fa5ee4111c220650545d013184a1754), [`afe67bf`](https://github.com/scaleway/ultraviolet/commit/afe67bfe75ea6a7c6ac8ce3767f7e8474a14730f)]:
8+
- @ultraviolet/ui@3.0.0-beta.22
9+
310
## 3.0.0-beta.10
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.10",
3+
"version": "3.0.0-beta.11",
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.11
4+
5+
### Patch Changes
6+
7+
- [#5706](https://github.com/scaleway/ultraviolet/pull/5706) [`d0140bb`](https://github.com/scaleway/ultraviolet/commit/d0140bbcc1d799aa0cc1ce128fe2d01005dac12b) Thanks [@lisalupi](https://github.com/lisalupi)! - `CodeEditor`: add backgroundc color on copy button for readability
8+
9+
- Updated dependencies [[`eb9e860`](https://github.com/scaleway/ultraviolet/commit/eb9e860b8fa5ee4111c220650545d013184a1754), [`afe67bf`](https://github.com/scaleway/ultraviolet/commit/afe67bfe75ea6a7c6ac8ce3767f7e8474a14730f)]:
10+
- @ultraviolet/ui@3.0.0-beta.22
11+
312
## 3.0.0-beta.10
413

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

packages/ui/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+
## 3.0.0-beta.22
4+
5+
### Minor Changes
6+
7+
- [#5689](https://github.com/scaleway/ultraviolet/pull/5689) [`eb9e860`](https://github.com/scaleway/ultraviolet/commit/eb9e860b8fa5ee4111c220650545d013184a1754) Thanks [@lisalupi](https://github.com/lisalupi)! - `UnitInput`: remove `&&` in style, since it is not needed anymore and replace id use with vanilla-extract class
8+
9+
- [#5705](https://github.com/scaleway/ultraviolet/pull/5705) [`afe67bf`](https://github.com/scaleway/ultraviolet/commit/afe67bfe75ea6a7c6ac8ce3767f7e8474a14730f) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor component `Dialog` to use vanilla extract instead of Emotion
10+
311
## 3.0.0-beta.21
412

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

0 commit comments

Comments
 (0)