Skip to content

Commit 52d0aa3

Browse files
github-actions[bot]actions-usertilucasoli
authored
chore: version packages (#576)
* chore(release): publish packages - [email protected] - [email protected] - [email protected] - [email protected]+1 * update changelog * update dart mix version * updade remix version * update repository --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Lucas Oliveira <[email protected]>
1 parent 90867a6 commit 52d0aa3

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Packages with breaking changes:
1616
Packages with other changes:
1717

1818
- [`mix` - `v1.6.0`](#mix---v160)
19-
- [`mix_annotations` - `v0.3.2`](#mix_annotations---v032)
20-
- [`mix_generator` - `v0.3.3`](#mix_generator---v033)
19+
- [`mix_annotations` - `v0.4.0`](#mix_annotations---v032)
20+
- [`mix_generator` - `v0.4.0`](#mix_generator---v033)
2121
- [`mix_lint` - `v0.1.3`](#mix_lint---v013)
2222
- [`remix` - `v0.0.4+1`](#remix---v0041)
2323

@@ -35,12 +35,12 @@ Packages with dependency updates only:
3535
- **REFACTOR**: mix generator clean up and mix semantic changes (#569)
3636
- **CHORE**: Update min version compatibility (#572)
3737

38-
#### `mix_annotations` - `v0.3.2`
38+
#### `mix_annotations` - `v0.4.0`
3939

4040
- **REFACTOR**: Rename `MixableProperty` to `MixableType` (#574).
4141
- **REFACTOR**: mix generator clean up and mix semantic changes (#569).
4242

43-
#### `mix_generator` - `v0.3.3`
43+
#### `mix_generator` - `v0.4.0`
4444

4545
- **REFACTOR**: Rename `MixableProperty` to `MixableType` (#574)
4646
- **REFACTOR**: mix generator clean up and mix semantic changes (#569)

packages/mix/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
flutter: ">=3.27.0"
99

1010
dependencies:
11-
mix_annotations: ^0.3.2
11+
mix_annotations: ^0.4.0
1212
flutter:
1313
sdk: flutter
1414

@@ -18,7 +18,7 @@ dev_dependencies:
1818
build_runner: ^2.4.9
1919
flutter_test:
2020
sdk: flutter
21-
mix_generator: ^0.3.3
21+
mix_generator: ^0.4.0
2222

2323
screenshots:
2424
- description: The Mix logo.

packages/mix_annotations/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.2
1+
## 0.4.0
22

33
- **REFACTOR**: Rename `MixableProperty` to `MixableType` (#574).
44
- **REFACTOR**: mix generator clean up and mix semantic changes (#569).

packages/mix_annotations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mix_annotations
22
description: Annotations for mix and mix_generator
3-
version: 0.3.2
3+
version: 0.4.0
44
repository: https://github.com/conceptadev/mix
55

66
environment:

packages/mix_generator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.3
1+
## 0.4.0
22

33
- **REFACTOR**: Rename `MixableProperty` to `MixableType` (#574)
44
- **REFACTOR**: mix generator clean up and mix semantic changes (#569)

packages/mix_generator/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: mix_generator
22
description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
3-
version: 0.3.3
3+
version: 0.4.0
44
homepage: https://github.com/conceptadev/mix
5+
repository: https://github.com/conceptadev/mix
56

67
environment:
78
sdk: ">=3.6.0 <4.0.0"
89

910
dependencies:
10-
mix_annotations: ^0.3.2
11+
mix_annotations: ^0.4.0
1112
build: ^2.4.1
1213
source_gen: ^2.0.0
1314
analyzer: ^7.3.0

packages/remix/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
mix: ^1.6.0
15-
mix_annotations: ^0.3.2
15+
mix_annotations: ^0.4.0
1616

1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
2020
# custom_lint: ^0.6.4
2121
# mix_lint: ^0.1.1
22-
mix_generator: ^0.3.3
22+
mix_generator: ^0.4.0
2323
build_runner: ^2.4.9
2424
#lint
2525
flutter_lints: ^4.0.0

0 commit comments

Comments
 (0)