Skip to content

Commit a7a0fcc

Browse files
github-actions[bot]actions-usertilucasoli
authoredSep 25, 2024··
chore: version packages (#488)
* chore(release): publish packages - [email protected] - [email protected] * review changelog --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Lucas Oliveira <[email protected]>
1 parent 721a447 commit a7a0fcc

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed
 

‎CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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-25
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.1`](#mix---v151)
19+
- [`remix` - `v0.0.2-alpha.2`](#remix---v002-alpha2)
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.2`
26+
27+
---
28+
29+
#### `mix` - `v1.5.1`
30+
31+
- **FEAT**: Add MixOutlinedBorder (#487).
32+
33+
634
## 2024-09-16
735

836
### Changes

‎packages/mix/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### `mix` - `v1.5.1`
2+
3+
- **FEAT**: Add MixOutlinedBorder (#487).
4+
15
## 1.5.0
26

37
- **FIX**: Update OnBrightnessVariant to use `MediaQuery` instead of `Theme` (#471).

‎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.0
3+
version: 1.5.1
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.2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.0.2-alpha.1
26

37
- First 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.0
21+
mix: ^1.5.1
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.1
6+
version: 0.0.2-alpha.2
77

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

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

1717
dev_dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.