Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2024
1 parent c6df98c commit 260144f
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 12 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.4.0`](#mix---v140)
- [`mix_annotations` - `v0.2.1`](#mix_annotations---v021)
- [`mix_generator` - `v0.2.2`](#mix_generator---v022)
- [`mix_lint` - `v0.1.1`](#mix_lint---v011)
- [`remix` - `v0.0.2`](#remix---v002)

---

#### `mix` - `v1.4.0`

- **REFACTOR**(mix_generator): fix lints (#395).
- **FIX**: gestures propagation for GestureMixStateWidget (#394).
- **FIX**: Code gen linting fixes (#399).
- **FIX**: order modifier (#389).
- **FIX**: animations of Stack and Flex.
- **FIX**: add flexible as the first in the order of modifiers (#379).
- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
- **FEAT**: remix - Foundational components (#317).
- **FEAT**: interactive widget state by default (#384).
- **FEAT**: MixThemeData can alter default order of modifiers (#380).
- **FEAT**: Dto utility generation now adds constructor and static methods.
- **FEAT**: ColorSwatchToken and other token improvements (#378).

#### `mix_annotations` - `v0.2.1`

- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: ColorSwatchToken and other token improvements (#378).

#### `mix_generator` - `v0.2.2`

- **REFACTOR**(mix_generator): fix lints (#395).
- **FIX**: Code gen linting fixes (#399).
- **FIX**: nullable merge expressions and updates debug properties #392.
- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: Dto utility generation now adds constructor and static methods.
- **FEAT**: ColorSwatchToken and other token improvements (#378).

#### `mix_lint` - `v0.1.1`

- **FEAT**: Improvements for the "extract attributes" assist (#387).
- **FEAT**: implement quick fix for mix_attributes_ordering rule (#381).
- **FEAT**: ColorSwatchToken and other token improvements (#378).

#### `remix` - `v0.0.2`

- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
- **FEAT**: remix - Foundational components (#317).


## 2024-07-12

### Changes
Expand Down
16 changes: 16 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.4.0

- **REFACTOR**(mix_generator): fix lints (#395).
- **FIX**: gestures propagation for GestureMixStateWidget (#394).
- **FIX**: Code gen linting fixes (#399).
- **FIX**: order modifier (#389).
- **FIX**: animations of Stack and Flex.
- **FIX**: add flexible as the first in the order of modifiers (#379).
- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
- **FEAT**: remix - Foundational components (#317).
- **FEAT**: interactive widget state by default (#384).
- **FEAT**: MixThemeData can alter default order of modifiers (#380).
- **FEAT**: Dto utility generation now adds constructor and static methods.
- **FEAT**: ColorSwatchToken and other token improvements (#378).

## 1.3.0

- **REFACTOR**: unpressDelay uses timer instead of future<void> now (#374).
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.3.0
version: 1.4.0
homepage: https://github.com/leoafarias/mix

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

dependencies:
mix_annotations: ^0.2.0+1
mix_annotations: ^0.2.1
flutter:
sdk: flutter

Expand All @@ -18,7 +18,7 @@ dev_dependencies:
sdk: flutter
dart_code_metrics_presets: ^2.13.0
build_runner: ^2.4.9
mix_generator: ^0.2.1
mix_generator: ^0.2.2

# flutter:
# assets:
Expand Down
5 changes: 5 additions & 0 deletions packages/mix_annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.1

- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: ColorSwatchToken and other token improvements (#378).

## 0.2.0+1

- **REFACTOR**: bump flutter version to 3.19.0 (#365).
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.2.0+1
version: 0.2.1
repository: https://github.com/conceptadev/mix

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

- **REFACTOR**(mix_generator): fix lints (#395).
- **FIX**: Code gen linting fixes (#399).
- **FIX**: nullable merge expressions and updates debug properties #392.
- **FEAT**: Code generation for Widget Modifiers (#396).
- **FEAT**: Dto utility generation now adds constructor and static methods.
- **FEAT**: ColorSwatchToken and other token improvements (#378).

## 0.2.1

- **REFACTOR**: bump flutter version to 3.19.0 (#365).
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.2.1
version: 0.2.2
homepage: https://github.com/conceptadev/mix

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

dependencies:
mix_annotations: ^0.2.0+1
mix_annotations: ^0.2.1
build: ^2.4.1
source_gen: ^1.5.0
analyzer: ^6.1.0
Expand Down
6 changes: 6 additions & 0 deletions packages/mix_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1

- **FEAT**: Improvements for the "extract attributes" assist (#387).
- **FEAT**: implement quick fix for mix_attributes_ordering rule (#381).
- **FEAT**: ColorSwatchToken and other token improvements (#378).

## 0.1.0+1

- **REFACTOR**: bump flutter version to 3.19.0 (#365).
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.0+1
version: 0.1.1
repository: https://github.com/conceptadev/mix

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

- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
- **FEAT**: remix - Foundational components (#317).

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.1.2
mix: ^1.4.0

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
@@ -1,23 +1,23 @@
name: remix
description: Completely unstyled, widgets designed to integrate with Mix

version: 0.0.1
version: 0.0.2

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
mix: ^1.1.2
mix_annotations: ^0.1.0
mix: ^1.4.0
mix_annotations: ^0.2.1

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.0
mix_generator: ^0.1.2
mix_generator: ^0.2.2
build_runner: ^2.4.9

flutter:
Expand Down

0 comments on commit 260144f

Please sign in to comment.