Skip to content

Commit 92923c6

Browse files
github-actions[bot]actions-usertilucasoli
authored
chore: version packages (#426)
* chore(release): publish packages - [email protected] - [email protected]+4 * Update widget-modifiers.mdx --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Lucas Oliveira <[email protected]>
1 parent 303a593 commit 92923c6

File tree

6 files changed

+39
-4
lines changed

6 files changed

+39
-4
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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-08-02
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.4.4`](#mix---v144)
19+
- [`remix` - `v0.0.2+4`](#remix---v0024)
20+
21+
Packages with dependency updates only:
22+
23+
> 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.
24+
25+
- `remix` - `v0.0.2+4`
26+
27+
---
28+
29+
#### `mix` - `v1.4.4`
30+
31+
- **FIX**: Pressable disposes controller only if it creates it (#424).
32+
633
## 2024-08-01
734

835
### Changes

packages/mix/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.4
2+
3+
- **FIX**: Pressable disposes controller only if it creates it (#424).
4+
15
## 1.4.3
26

37
- **FIX**: Breakpoint utility merge exception (#421).

packages/mix/pubspec.yaml

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

66
environment:

packages/remix/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2+4
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.0.2+3
26

37
- 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.4.3
21+
mix: ^1.4.4
2222

2323
dev_dependencies:
2424
flutter_test:

packages/remix/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: remix
22
description: Completely unstyled, widgets designed to integrate with Mix
33

4-
version: 0.0.2+3
4+
version: 0.0.2+4
55

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

99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
mix: ^1.4.3
12+
mix: ^1.4.4
1313
mix_annotations: ^0.2.1
1414

1515
dev_dependencies:

0 commit comments

Comments
 (0)