Skip to content

Commit deade82

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

File tree

9 files changed

+39
-4
lines changed

9 files changed

+39
-4
lines changed

.changeset/pre.json

Lines changed: 2 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+
"bumpy-walls-sort",
2223
"clean-hotels-kneel",
2324
"cute-moments-shine",
2425
"deep-peas-live",
@@ -27,6 +28,7 @@
2728
"eight-wings-add",
2829
"fluffy-bananas-type",
2930
"giant-hairs-wash",
31+
"good-hoops-invite",
3032
"good-walls-behave",
3133
"great-showers-marry",
3234
"little-dogs-type",

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+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`29d2395`](https://github.com/scaleway/ultraviolet/commit/29d2395c652b3035c286e3e13da934a268153940), [`72382ac`](https://github.com/scaleway/ultraviolet/commit/72382ac8b93c7c0b5b1451fe625e0971117e4a30)]:
8+
- @ultraviolet/ui@3.0.0-beta.9
9+
310
## 5.0.0-beta.8
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": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
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+
## 2.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`29d2395`](https://github.com/scaleway/ultraviolet/commit/29d2395c652b3035c286e3e13da934a268153940), [`72382ac`](https://github.com/scaleway/ultraviolet/commit/72382ac8b93c7c0b5b1451fe625e0971117e4a30)]:
8+
- @ultraviolet/ui@3.0.0-beta.9
9+
310
## 2.0.0-beta.8
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": "2.0.0-beta.8",
3+
"version": "2.0.0-beta.9",
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+
## 2.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- [#5546](https://github.com/scaleway/ultraviolet/pull/5546) [`72382ac`](https://github.com/scaleway/ultraviolet/commit/72382ac8b93c7c0b5b1451fe625e0971117e4a30) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Stack />` to provide `as` prop for polymorphic composition used in `<Navigation />` for example
8+
9+
- Updated dependencies [[`29d2395`](https://github.com/scaleway/ultraviolet/commit/29d2395c652b3035c286e3e13da934a268153940), [`72382ac`](https://github.com/scaleway/ultraviolet/commit/72382ac8b93c7c0b5b1451fe625e0971117e4a30)]:
10+
- @ultraviolet/ui@3.0.0-beta.9
11+
312
## 2.0.0-beta.8
413

514
### 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.8",
3+
"version": "2.0.0-beta.9",
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
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 3.0.0-beta.9
4+
5+
### Minor Changes
6+
7+
- [#5517](https://github.com/scaleway/ultraviolet/pull/5517) [`29d2395`](https://github.com/scaleway/ultraviolet/commit/29d2395c652b3035c286e3e13da934a268153940) Thanks [@matthprost](https://github.com/matthprost)! - Migrate components `<Label />` and `<PasswordCheck />` to vanilla extract
8+
9+
### Patch Changes
10+
11+
- [#5546](https://github.com/scaleway/ultraviolet/pull/5546) [`72382ac`](https://github.com/scaleway/ultraviolet/commit/72382ac8b93c7c0b5b1451fe625e0971117e4a30) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Stack />` to provide `as` prop for polymorphic composition used in `<Navigation />` for example
12+
313
## 3.0.0-beta.8
414

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

0 commit comments

Comments
 (0)