Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #543

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,89 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-06

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.5.3`](#mix---v153)
- [`remix` - `v0.0.3`](#remix---v003)
- [`mix_annotations` - `v0.3.1`](#mix_annotations---v031)
- [`mix_generator` - `v0.3.2`](#mix_generator---v032)
- [`mix_lint` - `v0.1.2`](#mix_lint---v012)

---

#### `mix` - `v1.5.3`

- **REFACTOR**: Solve dcm lint issues (#519).
- **FIX**: Order of modifiers implementation on Box, Image and Text (#529).
- **FIX**: reset modifiers and directives when using fluentAPI (#482).
- **FEAT**: Add spring curve (#503).
- **FEAT**: Create StrokeAlignUtility (#496).
- **FEAT**: Utilities for text height behavior (#495).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Add `SpecConfiguration` (#483).
- **DOCS**: Add section for `TokenResolver` (#537).

#### `remix` - `v0.0.3`

- **REFACTOR**: Create a new Architecture for remix's components (#446).
- **REFACTOR**(remix): improve widgetbook navigation (#524).
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
- **REFACTOR**: Remix progress (#429).
- **REFACTOR**: small fixes on remix (#512).
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
- **FIX**: Textfield helper Text (#531).
- **FIX**: Toast animation trigger (#530).
- **FEAT**: Create Textfield (#511).
- **FEAT**: Chip component (#504).
- **FEAT**: implement toast component (#503).
- **FEAT**: Card has child instead of children parameter (#499).
- **FEAT**: Create dark base theme for Remix (#498).
- **FEAT**: remix-styling-configuration (#483).
- **FEAT**: Segmented control (#479).
- **FEAT**: Accordion component (#433).
- **FEAT**: Slider component (#509).
- **FEAT**: Add more directives to Colors (#477).
- **FEAT**: Menu Item Component (#508).
- **FEAT**: Add group feature to Radio (#435).
- **FEAT**: Create Select component (#448).
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
- **FEAT**: button supports component builder (#444).
- **FEAT**: Create a theme for Remix (#470).
- **FEAT**: Refactor Remix components (#428).
- **FEAT**: Remix improvements and further improvements (#410).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).

#### `mix_annotations` - `v0.3.1`

- **FEAT**: Create code gen for design tokens (#521).

#### `mix_generator` - `v0.3.2`

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **FIX**: Shadow list animation (#445).
- **FEAT**: Create code gen for design tokens (#521).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Fluent API (#475).
- **FEAT**: Remix improvements and further improvements (#410).
- **DOCS**: improve mix theme data features explanations (#404).

#### `mix_lint` - `v0.1.2`

- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).


## 2024-09-27

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
mix_generator:
path: ../../packages/mix_generator
build_runner:
build_runner: ^2.4.9
flutter_test:
sdk: flutter
mix_lint:
Expand Down
12 changes: 12 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.5.3

- **REFACTOR**: Solve dcm lint issues (#519).
- **FIX**: Order of modifiers implementation on Box, Image and Text (#529).
- **FIX**: reset modifiers and directives when using fluentAPI (#482).
- **FEAT**: Add spring curve (#503).
- **FEAT**: Create StrokeAlignUtility (#496).
- **FEAT**: Utilities for text height behavior (#495).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Add `SpecConfiguration` (#483).
- **DOCS**: Add section for `TokenResolver` (#537).

#### `mix` - `v1.5.2`

- **REFACTOR**: ShapeBorder merge (#490).
Expand Down
2 changes: 1 addition & 1 deletion packages/mix/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ^3.5.4
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
Expand Down
6 changes: 3 additions & 3 deletions packages/mix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: mix
description: An expressive way to effortlessly build design systems in Flutter.
version: 1.5.2
version: 1.5.3
homepage: https://github.com/leoafarias/mix

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

dependencies:
mix_annotations: ^0.3.0
mix_annotations: ^0.3.1
flutter:
sdk: flutter

Expand All @@ -18,7 +18,7 @@ dev_dependencies:
build_runner: ^2.4.9
flutter_test:
sdk: flutter
mix_generator: ^0.3.1
mix_generator: ^0.3.2

screenshots:
- description: The Mix logo.
Expand Down
4 changes: 4 additions & 0 deletions packages/mix_annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

- **FEAT**: Create code gen for design tokens (#521).

## 0.3.0

- **FIX**: SpecModifiers were taking a long time to animate. (#457).
Expand Down
2 changes: 1 addition & 1 deletion packages/mix_annotations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix_annotations
description: Annotations for mix and mix_generator
version: 0.3.0
version: 0.3.1
repository: https://github.com/conceptadev/mix

environment:
Expand Down
10 changes: 10 additions & 0 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.2

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **FIX**: Shadow list animation (#445).
- **FEAT**: Create code gen for design tokens (#521).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Fluent API (#475).
- **FEAT**: Remix improvements and further improvements (#410).
- **DOCS**: improve mix theme data features explanations (#404).

## 0.3.1

- **FEAT**: Fluent API (#475).
Expand Down
4 changes: 2 additions & 2 deletions packages/mix_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: mix_generator
description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
version: 0.3.1
version: 0.3.2
homepage: https://github.com/conceptadev/mix

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

dependencies:
mix_annotations: ^0.3.0
mix_annotations: ^0.3.1
build: ^2.4.1
source_gen: ^1.5.0
analyzer: ^6.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/mix_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).

## 0.1.1

- **FEAT**: Improvements for the "extract attributes" assist (#387).
Expand Down
2 changes: 1 addition & 1 deletion packages/mix_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix_lint
description: A linter for the mix package
version: 0.1.1
version: 0.1.2
repository: https://github.com/conceptadev/mix

environment:
Expand Down
32 changes: 32 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 0.0.3

- **REFACTOR**: Create a new Architecture for remix's components (#446).
- **REFACTOR**(remix): improve widgetbook navigation (#524).
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
- **REFACTOR**: Remix progress (#429).
- **REFACTOR**: small fixes on remix (#512).
- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**: Remix was rewritten using Fluent API (#476).
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
- **FIX**: Textfield helper Text (#531).
- **FIX**: Toast animation trigger (#530).
- **FEAT**: Create Textfield (#511).
- **FEAT**: Chip component (#504).
- **FEAT**: implement toast component (#503).
- **FEAT**: Card has child instead of children parameter (#499).
- **FEAT**: Create dark base theme for Remix (#498).
- **FEAT**: remix-styling-configuration (#483).
- **FEAT**: Segmented control (#479).
- **FEAT**: Accordion component (#433).
- **FEAT**: Slider component (#509).
- **FEAT**: Add more directives to Colors (#477).
- **FEAT**: Menu Item Component (#508).
- **FEAT**: Add group feature to Radio (#435).
- **FEAT**: Create Select component (#448).
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
- **FEAT**: button supports component builder (#444).
- **FEAT**: Create a theme for Remix (#470).
- **FEAT**: Refactor Remix components (#428).
- **FEAT**: Remix improvements and further improvements (#410).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).

## 0.0.2-alpha.3

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/demo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
remix:
path: ../

mix: ^1.5.2
mix: ^1.5.3

dev_dependencies:
flutter_test:
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ description: Completely unstyled, widgets designed to integrate with Mix
repository: https://github.com/conceptadev/mix/tree/main/packages/remix
homepage: https://www.fluttermix.com/

version: 0.0.2-alpha.3
version: 0.0.3

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
mix: ^1.5.2
mix_annotations: ^0.3.0
mix: ^1.5.3
mix_annotations: ^0.3.1

dev_dependencies:
flutter_test:
sdk: flutter
# custom_lint: ^0.6.4
# mix_lint: ^0.1.1
mix_generator: ^0.3.1
mix_generator: ^0.3.2
build_runner: ^2.4.9
#lint
flutter_lints: ^4.0.0
Expand Down
Loading