Skip to content

Commit 44af52b

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 777c4ee commit 44af52b

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-09-16
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`remix` - `v0.0.2-alpha.1`](#remix---v002-alpha1)
19+
20+
---
21+
22+
#### `remix` - `v0.0.2-alpha.1`
23+
24+
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
25+
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
26+
- **REFACTOR**: Create a new Architecture for remix's components (#446).
27+
- **REFACTOR**: Remix progress (#429).
28+
- **FEAT**: remix-styling-configuration (#483).
29+
- **FEAT**: Segmented control (#479).
30+
- **FEAT**: Accordion component (#433).
31+
- **FEAT**: Add more directives to Colors (#477).
32+
- **FEAT**: Create a theme for Remix (#470).
33+
- **FEAT**: Add group feature to Radio (#435).
34+
- **FEAT**: Create Select component (#448).
35+
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
36+
- **FEAT**: button supports component builder (#444).
37+
- **FEAT**: Refactor Remix components (#428).
38+
- **FEAT**: Remix improvements and further improvements (#410).
39+
- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
40+
- **FEAT**: remix - Foundational components (#317).
41+
- **DOCS**: improve mix theme data features explanations (#404).
42+
43+
644
## 2024-09-16
745

846
### Changes

packages/remix/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.0.2-alpha.1
2+
3+
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
4+
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
5+
- **REFACTOR**: Create a new Architecture for remix's components (#446).
6+
- **REFACTOR**: Remix progress (#429).
7+
- **FEAT**: remix-styling-configuration (#483).
8+
- **FEAT**: Segmented control (#479).
9+
- **FEAT**: Accordion component (#433).
10+
- **FEAT**: Add more directives to Colors (#477).
11+
- **FEAT**: Create a theme for Remix (#470).
12+
- **FEAT**: Add group feature to Radio (#435).
13+
- **FEAT**: Create Select component (#448).
14+
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
15+
- **FEAT**: button supports component builder (#444).
16+
- **FEAT**: Refactor Remix components (#428).
17+
- **FEAT**: Remix improvements and further improvements (#410).
18+
- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
19+
- **FEAT**: remix - Foundational components (#317).
20+
- **DOCS**: improve mix theme data features explanations (#404).
21+
122
## 0.0.2-alpha.1
223

324
- First Release

packages/remix/pubspec.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: remix
22
description: Completely unstyled, widgets designed to integrate with Mix
3+
repository: https://github.com/conceptadev/mix/tree/main/packages/remix
4+
homepage: https://www.fluttermix.com/
35

46
version: 0.0.2-alpha.1
57

0 commit comments

Comments
 (0)