diff --git a/aide-annotation/version.txt b/aide-annotation/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/aide-annotation/version.txt +++ b/aide-annotation/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/animation/version.txt b/animation/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/animation/version.txt +++ b/animation/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/bom/build.gradle.kts b/bom/build.gradle.kts index 468ca6817..35581080c 100644 --- a/bom/build.gradle.kts +++ b/bom/build.gradle.kts @@ -18,20 +18,24 @@ dependencies { val publishableProjects = with(projects) { listOf( + util, + utilBackend, + // TODO: publish utilBackendKsp, + utilBackendKotlinc, + // TODO: publish utilBackendTest, runtime, material, animation, ui, - sugarProcessor, - sugarMaterial, aide, aideAnnotation, aideProcessor, + sugarMaterial, + sugarProcessor, casaUi, casaAnnotation, casaMaterial, casaProcessor, - util, ) }.map { project -> ArtifactConfig.of(project.dependencyProject).toString() diff --git a/bom/version.txt b/bom/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/bom/version.txt +++ b/bom/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/casa-annotation/version.txt b/casa-annotation/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/casa-annotation/version.txt +++ b/casa-annotation/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/material/version.txt b/material/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/material/version.txt +++ b/material/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/runtime/version.txt b/runtime/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/runtime/version.txt +++ b/runtime/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/sugar-material/version.txt b/sugar-material/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/sugar-material/version.txt +++ b/sugar-material/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/sugar-processor/version.txt b/sugar-processor/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/sugar-processor/version.txt +++ b/sugar-processor/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/ui/version.txt b/ui/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/ui/version.txt +++ b/ui/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/util/version.txt b/util/version.txt index 3a3bf97af..3bf51efdd 100644 --- a/util/version.txt +++ b/util/version.txt @@ -1 +1 @@ -2.0.0-alpha01 \ No newline at end of file +2.0.0-alpha02 diff --git a/website/docs/releases.mdx b/website/docs/releases.mdx index 117a42be3..c783cc393 100644 --- a/website/docs/releases.mdx +++ b/website/docs/releases.mdx @@ -5,9 +5,32 @@ sidebar_label: Releases # Releases (Changelog) +## 2.0.0-alpha02 + +*2023-05-09* + +*Target: BOM, runtime, material, animation, ui, +aide-annotation, casa-annotation, sugar-material, sugar-processor, +util, util-backend, util-backend-kotlinc* + +### New + +- [BOM] Update the BOM delivery libraries version. +- [runtime] Improve `QuackComposedModifier` support. +- [material] Improve documentation. +- [animation] Improve documentation. +- [ui] Add a new `QuackButton` component. +- [aide-annotation] Improve documentation. +- [casa-annotation] Improve documentation. +- [sugar-material] Improve documentation. +- [sugar-processor] Add functional type support. +- [util] Improve documentation. +- [util-backend] Initial release. +- [util-backend-kotlinc] Initial release. + ## 2.0.0-alpha01 -*2022-04-21* +*2023-04-21* *Target: BOM, runtime, material, animation, ui, util* @@ -19,18 +42,3 @@ sidebar_label: Releases - [animation] Initial release. - [ui] Initial release with `QuackText`. - [util] Initial release. - -## 2.0.0-alpha02 - -*insert released date* - -*Target: BOM, runtime, material, animation, ui, util* - -### New - -- [BOM] Update the BOM delivery libraries version. -- [runtime] Improve `QuackComposedModifier` support. -- [material] Improved documentation. -- [animation] Improve documentation. -- [ui] Add a new `QuackButton` component. -- [util] Improve documentation.