Skip to content

Commit

Permalink
chore: version packages (#464)
Browse files Browse the repository at this point in the history
* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]+6

* adjustment in changelog

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Lucas Oliveira <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2024
1 parent 2829b73 commit 46c351b
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 11 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,51 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.4.6`](#mix---v146)
- [`mix_annotations` - `v0.3.0`](#mix_annotations---v030)
- [`mix_generator` - `v0.3.0`](#mix_generator---v030)
- [`remix` - `v0.0.2+6`](#remix---v0026)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `remix` - `v0.0.2+6`

---

#### `mix` - `v1.4.6`

- **FIX**(docs): fix fn level docs for Style::applyVariants (#460).
- **FIX**: Shadow list animation (#445).
- **FIX**: SpecModifiers were taking a long time to animate. (#457).
- **FEAT**: Create mouse cursor Decorator (#263).
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
- **FEAT**: `SingleChildScrollView` widget modifier (#427).
- **FEAT**: Remix improvements and further improvements (#410).

#### `mix_annotations` - `v0.3.0`

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

#### `mix_generator` - `v0.3.0`

- **FIX**: SpecModifiers were taking a long time to animate. (#457).
- **FIX**: Shadow list animation (#445).


## 2024-08-08

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

- **FIX**(docs): fix fn level docs for Style::applyVariants (#460).
- **FIX**: Shadow list animation (#445).
- **FIX**: SpecModifiers were taking a long time to animate. (#457).
- **FEAT**: Create mouse cursor Decorator (#263).
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
- **FEAT**: `SingleChildScrollView` widget modifier (#427).
- **FEAT**: Remix improvements and further improvements (#410).

## 1.4.5

- **FIX**: HitTestBehavior when there is an Interectable in the tree (#437).
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.4.5
version: 1.4.6
homepage: https://github.com/leoafarias/mix

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

dependencies:
mix_annotations: ^0.2.1
mix_annotations: ^0.3.0
flutter:
sdk: flutter

Expand All @@ -18,5 +18,5 @@ dev_dependencies:
build_runner: ^2.4.9
flutter_test:
sdk: flutter
mix_generator: ^0.2.2+1
mix_generator: ^0.3.0

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.0

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

## 0.2.1

- **FEAT**: MixableSpec now supports `withCopyWith`, `withEquality`, `withLerp`, and `skipUtility` (#396).
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.1
version: 0.3.0
repository: https://github.com/conceptadev/mix

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

- **FIX**: SpecModifiers were taking a long time to animate. (#457).
- **FIX**: Shadow list animation (#445).

## 0.2.2+1

- **DOCS**: improve mix theme data features explanations (#404).
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.2+1
version: 0.3.0
homepage: https://github.com/conceptadev/mix

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

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

- Update a dependency to the latest release.

## 0.0.2+5

- 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.4.4
mix: ^1.4.6

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.2+5
version: 0.0.2+6

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
mix: ^1.4.4
mix_annotations: ^0.2.1
mix: ^1.4.6
mix_annotations: ^0.3.0

dev_dependencies:
flutter_test:
sdk: flutter
# custom_lint: ^0.6.4
# mix_lint: ^0.1.1
mix_generator: ^0.2.2+1
mix_generator: ^0.3.0
build_runner: ^2.4.9
#lint
flutter_lints: ^4.0.0
Expand Down

0 comments on commit 46c351b

Please sign in to comment.