Skip to content

Commit

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

 - mix@1.4.5
 - remix@0.0.2+5

* refine changelog

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent a3066ee commit cbc7a59
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`mix` - `v1.4.5`](#mix---v145)
- [`remix` - `v0.0.2+5`](#remix---v0025)

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+5`

---

#### `mix` - `v1.4.5`

- **FIX**: HitTestBehavior when there is an Interectable in the tree (#437).
- **FEAT**: Create a specific utility to Transform.rotate (#434).
- **FEAT**: TargetPlatform and web variants (#431).

## 2024-08-02

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

- **FIX**: HitTestBehavior when there is an Interectable in the tree (#437).
- **FEAT**: Create a specific utility to Transform.rotate (#434).
- **FEAT**: TargetPlatform and web variants (#431).

## 1.4.4

- **FIX**: Pressable disposes controller only if it creates it (#424).
Expand Down
2 changes: 1 addition & 1 deletion packages/mix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix
description: An expressive way to effortlessly build design systems in Flutter.
version: 1.4.4
version: 1.4.5
homepage: https://github.com/leoafarias/mix

environment:
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+5

- Update a dependency to the latest release.

## 0.0.2+4

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

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: remix
description: Completely unstyled, widgets designed to integrate with Mix

version: 0.0.2+4
version: 0.0.2+5

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
mix: ^1.4.4
mix: ^1.4.5
mix_annotations: ^0.2.1

dev_dependencies:
Expand Down

0 comments on commit cbc7a59

Please sign in to comment.