Skip to content

Commit 2623cb4

Browse files
committed
chore(release): release bricks
1 parent 4b60d87 commit 2623cb4

6 files changed

Lines changed: 16 additions & 3 deletions

File tree

wnma_dart_package/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.0
2+
3+
- **BREAKING** feat: support pub workspaces (such as melos >7.0.0) by adding `resolution: workspace` to the pubspec.yaml
4+
- feat: updated dependencies
5+
16
## 0.1.1
27

38
- feat: updated dependencies

wnma_dart_package/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wnma_dart_package
22
description: Why not make a dart package? Powered by whynotmake.it
33
repository: https://github.com/whynotmake-it/bricks
4-
version: 0.1.1
4+
version: 0.2.0
55

66
environment:
77
mason: ">=0.1.0 <0.2.0"

wnma_flutter_package/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.0
2+
3+
- **BREAKING** feat: support pub workspaces (such as melos >7.0.0) by adding `resolution: workspace` to the pubspec.yaml
4+
- feat: updated dependencies
5+
16
## 0.1.1
27

38
- feat: updated dependencies

wnma_flutter_package/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wnma_flutter_package
22
description: Why not make a Flutter package? Powered by whynotmake.it
33
repository: https://github.com/whynotmake-it/bricks
4-
version: 0.1.1
4+
version: 0.2.0
55

66
environment:
77
mason: ">=0.1.0 <0.2.0"

wnma_workspace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.0
2+
- **BREAKING** feat: migrate to melos 7.0.0 to support dart and flutter workspaces
3+
14
## 0.2.1
25
- chore: pin melos action to v3
36

wnma_workspace/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wnma_workspace
22
description: Why not make a Flutter Monorepo Workspace? Powered by whynotmake.it
33
repository: https://github.com/whynotmake-it/bricks
4-
version: 0.2.1
4+
version: 0.3.0
55

66
environment:
77
mason: ">=0.1.0 <0.2.0"

0 commit comments

Comments
 (0)