diff --git a/.changeset/pre.json b/.changeset/pre.json index 11485511ab..68c022e45c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,17 +19,21 @@ "changesets": [ "all-deer-talk", "breezy-hounds-bake", + "bright-mice-flow", "bumpy-walls-sort", "clean-hotels-kneel", "cold-monkeys-flow", "cold-seals-live", "cool-facts-search", "cuddly-kids-taste", + "curly-laws-throw", "cute-carrots-smell", "cute-moments-shine", "dark-pugs-worry", "deep-peas-live", "deep-waves-count", + "dull-news-return", + "easy-dots-stop", "eight-glasses-warn", "eight-wings-add", "every-memes-stop", @@ -39,7 +43,9 @@ "few-horses-wash", "fifty-streets-check", "fine-buttons-call", + "fine-gifts-film", "fluffy-bananas-type", + "four-goats-smash", "fuzzy-icons-carry", "giant-hairs-wash", "good-hoops-invite", @@ -60,6 +66,7 @@ "nasty-houses-invite", "nasty-sides-smoke", "neat-regions-repair", + "nice-showers-bet", "odd-rooms-attend", "plain-windows-add", "plenty-bats-smell", @@ -83,6 +90,7 @@ "silver-apes-strive", "silver-tools-add", "slimy-boats-call", + "slimy-rats-lose", "solid-insects-poke", "some-adults-say", "some-teams-worry", @@ -102,6 +110,7 @@ "three-worms-poke", "tiny-monkeys-invite", "tired-deer-jam", + "twelve-buckets-chew", "two-colts-look", "vast-carrots-post", "violet-jobs-reply", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index d60ef807cb..ae53e61737 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 6.0.0-beta.11 + +### Patch Changes + +- Updated dependencies [[`bf7256b`](https://github.com/scaleway/ultraviolet/commit/bf7256b5d2ef4b3b1346037bff5d86c2f47e4785), [`68006e1`](https://github.com/scaleway/ultraviolet/commit/68006e14d373276ce7d77638ec6261229cce60b5), [`7091562`](https://github.com/scaleway/ultraviolet/commit/709156284a91877ccbe72feba79b4ae44797319f), [`203174a`](https://github.com/scaleway/ultraviolet/commit/203174a4d8a5e74bdff04b9d961b478423a8da1e), [`0e47e5c`](https://github.com/scaleway/ultraviolet/commit/0e47e5c2288171ce4a3b3b613dbb4da4165428c7), [`a67faa2`](https://github.com/scaleway/ultraviolet/commit/a67faa2467ff6624b7a8c552c8e0b9d26c5b3063), [`97f362c`](https://github.com/scaleway/ultraviolet/commit/97f362ca8f84a654bd0174b719c5e660991fd866)]: + - @ultraviolet/icons@5.0.0-beta.7 + - @ultraviolet/ui@3.0.0-beta.22 + ## 6.0.0-beta.10 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 6a5ec8c96a..e87b5f617f 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ultraviolet/form", - "version": "6.0.0-beta.10", + "version": "6.0.0-beta.11", "description": "Ultraviolet Form", "homepage": "https://github.com/scaleway/ultraviolet#readme", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index c1b13f02dc..f6728370ea 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.0-beta.7 + +### Patch Changes + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`bf7256b`](https://github.com/scaleway/ultraviolet/commit/bf7256b5d2ef4b3b1346037bff5d86c2f47e4785) Thanks [@lisalupi](https://github.com/lisalupi)! - `Logo`: new logo `ToucanTocoLogo` + ## 5.0.0-beta.6 ### Major Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index d4d7d6e077..27587c9132 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@ultraviolet/icons", - "version": "5.0.0-beta.6", + "version": "5.0.0-beta.7", "description": "Ultraviolet Icons", "homepage": "https://github.com/scaleway/ultraviolet#readme", "repository": { diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 8649c570a1..e9b7112fbd 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @ultraviolet/nextjs +## 3.0.0-beta.11 + +### Patch Changes + +- Updated dependencies [[`68006e1`](https://github.com/scaleway/ultraviolet/commit/68006e14d373276ce7d77638ec6261229cce60b5), [`7091562`](https://github.com/scaleway/ultraviolet/commit/709156284a91877ccbe72feba79b4ae44797319f), [`203174a`](https://github.com/scaleway/ultraviolet/commit/203174a4d8a5e74bdff04b9d961b478423a8da1e), [`0e47e5c`](https://github.com/scaleway/ultraviolet/commit/0e47e5c2288171ce4a3b3b613dbb4da4165428c7), [`a67faa2`](https://github.com/scaleway/ultraviolet/commit/a67faa2467ff6624b7a8c552c8e0b9d26c5b3063), [`97f362c`](https://github.com/scaleway/ultraviolet/commit/97f362ca8f84a654bd0174b719c5e660991fd866)]: + - @ultraviolet/ui@3.0.0-beta.22 + ## 3.0.0-beta.10 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 1a668fcf97..c49acf3662 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ultraviolet/nextjs", - "version": "3.0.0-beta.10", + "version": "3.0.0-beta.11", "description": "Ultraviolet NextJS utility package", "homepage": "https://github.com/scaleway/ultraviolet#readme", "repository": { diff --git a/packages/plus/CHANGELOG.md b/packages/plus/CHANGELOG.md index 7e01c05049..ea8cd01671 100644 --- a/packages/plus/CHANGELOG.md +++ b/packages/plus/CHANGELOG.md @@ -1,5 +1,23 @@ # @ultraviolet/plus +## 3.0.0-beta.11 + +### Minor Changes + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`68006e1`](https://github.com/scaleway/ultraviolet/commit/68006e14d373276ce7d77638ec6261229cce60b5) Thanks [@lisalupi](https://github.com/lisalupi)! - - Refactor component `InfoTable` to use vanilla extract instead of Emotion + + - Add prop "style" to `Row` + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`de4cc1c`](https://github.com/scaleway/ultraviolet/commit/de4cc1c180e36fbe991da9268871b21868bd7112) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor component `Conversation` to use vanilla extract instead of Emotion + +### Patch Changes + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`f0df145`](https://github.com/scaleway/ultraviolet/commit/f0df145add1796ded05c854d9e7c21fe40802c62) Thanks [@lisalupi](https://github.com/lisalupi)! - `CodeEditor`: add backgroundc color on copy button for readability + +- Updated dependencies [[`bf7256b`](https://github.com/scaleway/ultraviolet/commit/bf7256b5d2ef4b3b1346037bff5d86c2f47e4785), [`68006e1`](https://github.com/scaleway/ultraviolet/commit/68006e14d373276ce7d77638ec6261229cce60b5), [`7091562`](https://github.com/scaleway/ultraviolet/commit/709156284a91877ccbe72feba79b4ae44797319f), [`203174a`](https://github.com/scaleway/ultraviolet/commit/203174a4d8a5e74bdff04b9d961b478423a8da1e), [`0e47e5c`](https://github.com/scaleway/ultraviolet/commit/0e47e5c2288171ce4a3b3b613dbb4da4165428c7), [`a67faa2`](https://github.com/scaleway/ultraviolet/commit/a67faa2467ff6624b7a8c552c8e0b9d26c5b3063), [`97f362c`](https://github.com/scaleway/ultraviolet/commit/97f362ca8f84a654bd0174b719c5e660991fd866)]: + - @ultraviolet/icons@5.0.0-beta.7 + - @ultraviolet/ui@3.0.0-beta.22 + ## 3.0.0-beta.10 ### Minor Changes diff --git a/packages/plus/package.json b/packages/plus/package.json index 0b818dc246..db0074853c 100644 --- a/packages/plus/package.json +++ b/packages/plus/package.json @@ -1,6 +1,6 @@ { "name": "@ultraviolet/plus", - "version": "3.0.0-beta.10", + "version": "3.0.0-beta.11", "description": "Ultraviolet Plus", "homepage": "https://github.com/scaleway/ultraviolet#readme", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 511decb3a4..2ccd0db4a9 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 3.0.0-beta.22 + +### Minor Changes + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`68006e1`](https://github.com/scaleway/ultraviolet/commit/68006e14d373276ce7d77638ec6261229cce60b5) Thanks [@lisalupi](https://github.com/lisalupi)! - - Refactor component `InfoTable` to use vanilla extract instead of Emotion + + - Add prop "style" to `Row` + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`7091562`](https://github.com/scaleway/ultraviolet/commit/709156284a91877ccbe72feba79b4ae44797319f) Thanks [@lisalupi](https://github.com/lisalupi)! - - Refactor components `List` and `OfferList` to use vanilla-extract instead of Emotion + + - HeaderCell: Rename prop `minWith`-> `minWidth` + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`203174a`](https://github.com/scaleway/ultraviolet/commit/203174a4d8a5e74bdff04b9d961b478423a8da1e) Thanks [@lisalupi](https://github.com/lisalupi)! - `UnitInput`: remove `&&` in style, since it is not needed anymore and replace id use with vanilla-extract class + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`0e47e5c`](https://github.com/scaleway/ultraviolet/commit/0e47e5c2288171ce4a3b3b613dbb4da4165428c7) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor component `Menu` to usa vanilla extract instead of Emotion + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`a67faa2`](https://github.com/scaleway/ultraviolet/commit/a67faa2467ff6624b7a8c552c8e0b9d26c5b3063) Thanks [@lisalupi](https://github.com/lisalupi)! - Refactor component `Dialog` to use vanilla extract instead of Emotion + +### Patch Changes + +- [#5491](https://github.com/scaleway/ultraviolet/pull/5491) [`97f362c`](https://github.com/scaleway/ultraviolet/commit/97f362ca8f84a654bd0174b719c5e660991fd866) Thanks [@lisalupi](https://github.com/lisalupi)! - `Breadcrumbs`: add padding on item without prop "to" + +- Updated dependencies [[`bf7256b`](https://github.com/scaleway/ultraviolet/commit/bf7256b5d2ef4b3b1346037bff5d86c2f47e4785)]: + - @ultraviolet/icons@5.0.0-beta.7 + ## 3.0.0-beta.21 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e672f409ec..d74f5d9178 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ultraviolet/ui", - "version": "3.0.0-beta.21", + "version": "3.0.0-beta.22", "description": "Ultraviolet UI", "homepage": "https://github.com/scaleway/ultraviolet#readme", "repository": {