Skip to content

Commit 65fe1f7

Browse files
chore: release (beta) (#5764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent deba7e9 commit 65fe1f7

File tree

13 files changed

+88
-7
lines changed

13 files changed

+88
-7
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"cold-seals-live",
3030
"cool-facts-search",
3131
"cuddly-kids-taste",
32+
"curly-frogs-know",
3233
"curly-laws-throw",
3334
"curly-years-listen",
3435
"cute-carrots-smell",
@@ -54,10 +55,12 @@
5455
"fifty-streets-check",
5556
"fine-buttons-call",
5657
"fine-gifts-film",
58+
"flat-groups-add",
5759
"fluffy-bananas-type",
5860
"four-goats-smash",
5961
"fuzzy-icons-carry",
6062
"giant-hairs-wash",
63+
"gold-cameras-switch",
6164
"good-hoops-invite",
6265
"good-hoops-joke",
6366
"good-walls-behave",
@@ -74,12 +77,14 @@
7477
"lovely-mice-spend",
7578
"lucky-bushes-laugh",
7679
"major-clocks-throw",
80+
"metal-teeth-change",
7781
"mighty-windows-dream",
7882
"modern-terms-know",
7983
"nasty-houses-invite",
8084
"nasty-sides-smoke",
8185
"neat-regions-repair",
8286
"nice-showers-bet",
87+
"nine-impalas-tease",
8388
"odd-rooms-attend",
8489
"plain-windows-add",
8590
"plenty-bats-smell",
@@ -89,6 +94,7 @@
8994
"public-towns-go",
9095
"puny-streets-smash",
9196
"purple-months-switch",
97+
"purple-tigers-join",
9298
"quick-badgers-behave",
9399
"quiet-teeth-give",
94100
"rare-regions-exist",
@@ -101,8 +107,11 @@
101107
"rotten-hairs-boil",
102108
"rotten-kings-dig",
103109
"rude-cities-pump",
110+
"salty-pugs-join",
104111
"salty-toys-laugh",
105112
"seven-teeth-shine",
113+
"sharp-books-sing",
114+
"sharp-ears-fold",
106115
"silver-apes-strive",
107116
"silver-tools-add",
108117
"slimy-boats-call",

packages/form/CHANGELOG.md

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

3+
## 6.0.0-beta.14
4+
5+
### Patch Changes
6+
7+
- [#5759](https://github.com/scaleway/ultraviolet/pull/5759) [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3) Thanks [@lisalupi](https://github.com/lisalupi)! - Add prop `style` to every component
8+
9+
- Updated dependencies [[`bc629aa`](https://github.com/scaleway/ultraviolet/commit/bc629aa7771057a7ca7a9e59bff983a0df73d2fa), [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3), [`deba7e9`](https://github.com/scaleway/ultraviolet/commit/deba7e941ade8a796666c18f64bf7c2959709e19), [`440d5bb`](https://github.com/scaleway/ultraviolet/commit/440d5bb536d3b10b9079e5cea83450d1b88001fa), [`29df8eb`](https://github.com/scaleway/ultraviolet/commit/29df8ebd47e8d0cdbf8a3ca73f74bfe9afdd3983)]:
10+
- @ultraviolet/ui@3.0.0-beta.25
11+
- @ultraviolet/icons@5.0.0-beta.10
12+
313
## 6.0.0-beta.13
414

515
### 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.13",
3+
"version": "6.0.0-beta.14",
44
"description": "Ultraviolet Form",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/icons/CHANGELOG.md

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

3+
## 5.0.0-beta.10
4+
5+
### Minor Changes
6+
7+
- [#5761](https://github.com/scaleway/ultraviolet/pull/5761) [`29df8eb`](https://github.com/scaleway/ultraviolet/commit/29df8ebd47e8d0cdbf8a3ca73f74bfe9afdd3983) Thanks [@lisalupi](https://github.com/lisalupi)! - New component `Flags`
8+
9+
### Patch Changes
10+
11+
- [#5759](https://github.com/scaleway/ultraviolet/pull/5759) [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3) Thanks [@lisalupi](https://github.com/lisalupi)! - Add prop `style` to every component
12+
313
## 5.0.0-beta.9
414

515
### Patch Changes

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/icons",
3-
"version": "5.0.0-beta.9",
3+
"version": "5.0.0-beta.10",
44
"description": "Ultraviolet Icons",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {
@@ -96,7 +96,7 @@
9696
"require": "./dist/components/Flags/index.cjs",
9797
"import": "./dist/components/Flags/index.js",
9898
"default": "./dist/components/Flags/index.js"
99-
},
99+
},
100100
"./flags/*": {
101101
"types": "./dist/components/Flags/__generated__/*.d.ts",
102102
"require": "./dist/components/Flags/__generated__/*.cjs",

packages/illustrations/CHANGELOG.md

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

3+
## 6.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#5759](https://github.com/scaleway/ultraviolet/pull/5759) [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3) Thanks [@lisalupi](https://github.com/lisalupi)! - Add prop `style` to every component
8+
39
## 6.0.0-beta.4
410

511
### Patch Changes

packages/illustrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ultraviolet/illustrations",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"description": "Ultraviolet Illustrations",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bc629aa`](https://github.com/scaleway/ultraviolet/commit/bc629aa7771057a7ca7a9e59bff983a0df73d2fa), [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3), [`deba7e9`](https://github.com/scaleway/ultraviolet/commit/deba7e941ade8a796666c18f64bf7c2959709e19), [`440d5bb`](https://github.com/scaleway/ultraviolet/commit/440d5bb536d3b10b9079e5cea83450d1b88001fa)]:
8+
- @ultraviolet/ui@3.0.0-beta.25
9+
310
## 3.0.0-beta.13
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.13",
3+
"version": "3.0.0-beta.14",
44
"description": "Ultraviolet NextJS utility package",
55
"homepage": "https://github.com/scaleway/ultraviolet#readme",
66
"repository": {

packages/plus/CHANGELOG.md

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

3+
## 3.0.0-beta.14
4+
5+
### Patch Changes
6+
7+
- [#5767](https://github.com/scaleway/ultraviolet/pull/5767) [`91c824a`](https://github.com/scaleway/ultraviolet/commit/91c824a1c9e90124e99df8e132a148e1b3ac996a) Thanks [@lisalupi](https://github.com/lisalupi)! - `OfferList`: first column should be strong and selected row text should be primary
8+
9+
- [#5759](https://github.com/scaleway/ultraviolet/pull/5759) [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3) Thanks [@lisalupi](https://github.com/lisalupi)! - Add prop `style` to every component
10+
11+
- [#5763](https://github.com/scaleway/ultraviolet/pull/5763) [`396c248`](https://github.com/scaleway/ultraviolet/commit/396c248989905a975b532f1eeb9e23e4ee182529) Thanks [@lisalupi](https://github.com/lisalupi)! - `ContentCard`: image should not be disabled when `disabled=false`
12+
13+
- [#5762](https://github.com/scaleway/ultraviolet/pull/5762) [`440d5bb`](https://github.com/scaleway/ultraviolet/commit/440d5bb536d3b10b9079e5cea83450d1b88001fa) Thanks [@lisalupi](https://github.com/lisalupi)! - `Plans` migrate missing sub-component to vanilla extract
14+
15+
- [#5770](https://github.com/scaleway/ultraviolet/pull/5770) [`6e8d4e1`](https://github.com/scaleway/ultraviolet/commit/6e8d4e1dfd17606b09994e6eda5c001e27f9f4d1) Thanks [@lisalupi](https://github.com/lisalupi)! - `OrderSummary`: `discount=1` should be interpreted as "100%", not "1€"
16+
17+
- Updated dependencies [[`bc629aa`](https://github.com/scaleway/ultraviolet/commit/bc629aa7771057a7ca7a9e59bff983a0df73d2fa), [`ee2f3eb`](https://github.com/scaleway/ultraviolet/commit/ee2f3eb9bf0f16e95b57817e0c8a5e5eba1f6aa3), [`deba7e9`](https://github.com/scaleway/ultraviolet/commit/deba7e941ade8a796666c18f64bf7c2959709e19), [`440d5bb`](https://github.com/scaleway/ultraviolet/commit/440d5bb536d3b10b9079e5cea83450d1b88001fa), [`29df8eb`](https://github.com/scaleway/ultraviolet/commit/29df8ebd47e8d0cdbf8a3ca73f74bfe9afdd3983)]:
18+
- @ultraviolet/ui@3.0.0-beta.25
19+
- @ultraviolet/icons@5.0.0-beta.10
20+
321
## 3.0.0-beta.13
422

523
### Minor Changes

0 commit comments

Comments
 (0)