Skip to content

Commit 8cc7d4a

Browse files
github-actions[bot]actions-usertilucasoli
authoredDec 6, 2024··
chore: version packages (#543)
* chore(release): publish packages - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * review --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Lucas Oliveira <[email protected]>
1 parent e9de199 commit 8cc7d4a

File tree

14 files changed

+159
-14
lines changed

14 files changed

+159
-14
lines changed
 

‎CHANGELOG.md

+83
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,89 @@
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-12-06
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+
- [`mix` - `v1.5.3`](#mix---v153)
19+
- [`remix` - `v0.0.3`](#remix---v003)
20+
- [`mix_annotations` - `v0.3.1`](#mix_annotations---v031)
21+
- [`mix_generator` - `v0.3.2`](#mix_generator---v032)
22+
- [`mix_lint` - `v0.1.2`](#mix_lint---v012)
23+
24+
---
25+
26+
#### `mix` - `v1.5.3`
27+
28+
- **REFACTOR**: Solve dcm lint issues (#519).
29+
- **FIX**: Order of modifiers implementation on Box, Image and Text (#529).
30+
- **FIX**: reset modifiers and directives when using fluentAPI (#482).
31+
- **FEAT**: Add spring curve (#503).
32+
- **FEAT**: Create StrokeAlignUtility (#496).
33+
- **FEAT**: Utilities for text height behavior (#495).
34+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
35+
- **FEAT**: Add `SpecConfiguration` (#483).
36+
- **DOCS**: Add section for `TokenResolver` (#537).
37+
38+
#### `remix` - `v0.0.3`
39+
40+
- **REFACTOR**: Create a new Architecture for remix's components (#446).
41+
- **REFACTOR**(remix): improve widgetbook navigation (#524).
42+
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
43+
- **REFACTOR**: Remix progress (#429).
44+
- **REFACTOR**: small fixes on remix (#512).
45+
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
46+
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
47+
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
48+
- **FIX**: Textfield helper Text (#531).
49+
- **FIX**: Toast animation trigger (#530).
50+
- **FEAT**: Create Textfield (#511).
51+
- **FEAT**: Chip component (#504).
52+
- **FEAT**: implement toast component (#503).
53+
- **FEAT**: Card has child instead of children parameter (#499).
54+
- **FEAT**: Create dark base theme for Remix (#498).
55+
- **FEAT**: remix-styling-configuration (#483).
56+
- **FEAT**: Segmented control (#479).
57+
- **FEAT**: Accordion component (#433).
58+
- **FEAT**: Slider component (#509).
59+
- **FEAT**: Add more directives to Colors (#477).
60+
- **FEAT**: Menu Item Component (#508).
61+
- **FEAT**: Add group feature to Radio (#435).
62+
- **FEAT**: Create Select component (#448).
63+
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
64+
- **FEAT**: button supports component builder (#444).
65+
- **FEAT**: Create a theme for Remix (#470).
66+
- **FEAT**: Refactor Remix components (#428).
67+
- **FEAT**: Remix improvements and further improvements (#410).
68+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
69+
70+
#### `mix_annotations` - `v0.3.1`
71+
72+
- **FEAT**: Create code gen for design tokens (#521).
73+
74+
#### `mix_generator` - `v0.3.2`
75+
76+
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
77+
- **FIX**: Shadow list animation (#445).
78+
- **FEAT**: Create code gen for design tokens (#521).
79+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
80+
- **FEAT**: Fluent API (#475).
81+
- **FEAT**: Remix improvements and further improvements (#410).
82+
- **DOCS**: improve mix theme data features explanations (#404).
83+
84+
#### `mix_lint` - `v0.1.2`
85+
86+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
87+
88+
689
## 2024-09-27
790

891
### Changes

‎examples/todo_list/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
dev_dependencies:
2525
mix_generator:
2626
path: ../../packages/mix_generator
27-
build_runner:
27+
build_runner: ^2.4.9
2828
flutter_test:
2929
sdk: flutter
3030
mix_lint:

‎packages/mix/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.5.3
2+
3+
- **REFACTOR**: Solve dcm lint issues (#519).
4+
- **FIX**: Order of modifiers implementation on Box, Image and Text (#529).
5+
- **FIX**: reset modifiers and directives when using fluentAPI (#482).
6+
- **FEAT**: Add spring curve (#503).
7+
- **FEAT**: Create StrokeAlignUtility (#496).
8+
- **FEAT**: Utilities for text height behavior (#495).
9+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
10+
- **FEAT**: Add `SpecConfiguration` (#483).
11+
- **DOCS**: Add section for `TokenResolver` (#537).
12+
113
#### `mix` - `v1.5.2`
214

315
- **REFACTOR**: ShapeBorder merge (#490).

‎packages/mix/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ^3.5.4
7+
sdk: ">=3.3.0 <4.0.0"
88
dependencies:
99
flutter:
1010
sdk: flutter

‎packages/mix/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: mix
22
description: An expressive way to effortlessly build design systems in Flutter.
3-
version: 1.5.2
3+
version: 1.5.3
44
homepage: https://github.com/leoafarias/mix
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"
88
flutter: ">=3.19.0"
99

1010
dependencies:
11-
mix_annotations: ^0.3.0
11+
mix_annotations: ^0.3.1
1212
flutter:
1313
sdk: flutter
1414

@@ -18,7 +18,7 @@ dev_dependencies:
1818
build_runner: ^2.4.9
1919
flutter_test:
2020
sdk: flutter
21-
mix_generator: ^0.3.1
21+
mix_generator: ^0.3.2
2222

2323
screenshots:
2424
- description: The Mix logo.

‎packages/mix_annotations/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
3+
- **FEAT**: Create code gen for design tokens (#521).
4+
15
## 0.3.0
26

37
- **FIX**: SpecModifiers were taking a long time to animate. (#457).

‎packages/mix_annotations/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mix_annotations
22
description: Annotations for mix and mix_generator
3-
version: 0.3.0
3+
version: 0.3.1
44
repository: https://github.com/conceptadev/mix
55

66
environment:

‎packages/mix_generator/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.2
2+
3+
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
4+
- **FIX**: Shadow list animation (#445).
5+
- **FEAT**: Create code gen for design tokens (#521).
6+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
7+
- **FEAT**: Fluent API (#475).
8+
- **FEAT**: Remix improvements and further improvements (#410).
9+
- **DOCS**: improve mix theme data features explanations (#404).
10+
111
## 0.3.1
212

313
- **FEAT**: Fluent API (#475).

‎packages/mix_generator/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: mix_generator
22
description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/conceptadev/mix
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"
88
flutter: ">=3.19.0"
99

1010
dependencies:
11-
mix_annotations: ^0.3.0
11+
mix_annotations: ^0.3.1
1212
build: ^2.4.1
1313
source_gen: ^1.5.0
1414
analyzer: ^6.1.0

‎packages/mix_lint/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
4+
15
## 0.1.1
26

37
- **FEAT**: Improvements for the "extract attributes" assist (#387).

‎packages/mix_lint/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mix_lint
22
description: A linter for the mix package
3-
version: 0.1.1
3+
version: 0.1.2
44
repository: https://github.com/conceptadev/mix
55

66
environment:

‎packages/remix/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 0.0.3
2+
3+
- **REFACTOR**: Create a new Architecture for remix's components (#446).
4+
- **REFACTOR**(remix): improve widgetbook navigation (#524).
5+
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
6+
- **REFACTOR**: Remix progress (#429).
7+
- **REFACTOR**: small fixes on remix (#512).
8+
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
9+
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
10+
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
11+
- **FIX**: Textfield helper Text (#531).
12+
- **FIX**: Toast animation trigger (#530).
13+
- **FEAT**: Create Textfield (#511).
14+
- **FEAT**: Chip component (#504).
15+
- **FEAT**: implement toast component (#503).
16+
- **FEAT**: Card has child instead of children parameter (#499).
17+
- **FEAT**: Create dark base theme for Remix (#498).
18+
- **FEAT**: remix-styling-configuration (#483).
19+
- **FEAT**: Segmented control (#479).
20+
- **FEAT**: Accordion component (#433).
21+
- **FEAT**: Slider component (#509).
22+
- **FEAT**: Add more directives to Colors (#477).
23+
- **FEAT**: Menu Item Component (#508).
24+
- **FEAT**: Add group feature to Radio (#435).
25+
- **FEAT**: Create Select component (#448).
26+
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
27+
- **FEAT**: button supports component builder (#444).
28+
- **FEAT**: Create a theme for Remix (#470).
29+
- **FEAT**: Refactor Remix components (#428).
30+
- **FEAT**: Remix improvements and further improvements (#410).
31+
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
32+
133
## 0.0.2-alpha.3
234

335
- Update a dependency to the latest release.

‎packages/remix/demo/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
remix:
1919
path: ../
2020

21-
mix: ^1.5.2
21+
mix: ^1.5.3
2222

2323
dev_dependencies:
2424
flutter_test:

‎packages/remix/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ description: Completely unstyled, widgets designed to integrate with Mix
33
repository: https://github.com/conceptadev/mix/tree/main/packages/remix
44
homepage: https://www.fluttermix.com/
55

6-
version: 0.0.2-alpha.3
6+
version: 0.0.3
77

88
environment:
99
sdk: ">=3.3.0 <4.0.0"
1010

1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
mix: ^1.5.2
15-
mix_annotations: ^0.3.0
14+
mix: ^1.5.3
15+
mix_annotations: ^0.3.1
1616

1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
2020
# custom_lint: ^0.6.4
2121
# mix_lint: ^0.1.1
22-
mix_generator: ^0.3.1
22+
mix_generator: ^0.3.2
2323
build_runner: ^2.4.9
2424
#lint
2525
flutter_lints: ^4.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.