Skip to content

Commit cc18c6f

Browse files
github-actions[bot]actions-usertilucasoli
authored
chore: version packages (#493)
* chore(release): publish packages - [email protected] - [email protected] * review --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Lucas Oliveira <[email protected]>
1 parent 52fb5b7 commit cc18c6f

File tree

6 files changed

+44
-4
lines changed

6 files changed

+44
-4
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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-09-27
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.5.2`](#mix---v152)
19+
- [`remix` - `v0.0.2-alpha.3`](#remix---v002-alpha3)
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-alpha.3`
26+
27+
---
28+
29+
#### `mix` - `v1.5.2`
30+
31+
- **REFACTOR**: ShapeBorder merge (#490).
32+
- **FEAT**: Improve error messages (#491).
33+
- **FEAT**: add error state to MixWidgetState (#489).
34+
35+
636
## 2024-09-25
737

838
### Changes

packages/mix/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### `mix` - `v1.5.2`
2+
3+
- **REFACTOR**: ShapeBorder merge (#490).
4+
- **FEAT**: Improve error messages (#491).
5+
- **FEAT**: add error state to MixWidgetState (#489).
6+
17
#### `mix` - `v1.5.1`
28

39
- **FEAT**: Add MixOutlinedBorder (#487).

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.5.1
3+
version: 1.5.2
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-alpha.3
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.0.2-alpha.2
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.5.1
21+
mix: ^1.5.2
2222

2323
dev_dependencies:
2424
flutter_test:

packages/remix/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: Completely unstyled, widgets designed to integrate with Mix
33
repository: https://github.com/conceptadev/mix/tree/main/packages/remix
44
homepage: https://www.fluttermix.com/
55

6-
version: 0.0.2-alpha.2
6+
version: 0.0.2-alpha.3
77

88
environment:
99
sdk: ">=3.3.0 <4.0.0"
1010

1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
mix: ^1.5.1
14+
mix: ^1.5.2
1515
mix_annotations: ^0.3.0
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)