Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion wnma_dart_package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.1
## 0.1.0

- **BREAKING** feat: removed the option to be a main package, since it is not the recommended usage of melos.
consider using the `wnma_workspace` brick instead.
- feat: updated the generated READMEs

## 0.0.1

- feat: initial release 🎉
2 changes: 1 addition & 1 deletion wnma_dart_package/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wnma_dart_package
description: Why not make a dart package? Powered by whynotmake.it
repository: https://github.com/whynotmake-it/bricks
version: 0.0.1
version: 0.1.0

environment:
mason: ">=0.1.0 <0.2.0"
Expand Down
7 changes: 7 additions & 0 deletions wnma_flutter_package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.0

- **BREAKING** feat: removed the option to be a main package, since it is not the recommended usage of melos.
consider using the `wnma_workspace` brick instead.
- feat: updated the generated READMEs


## 0.0.1

- feat: initial release 🎉
2 changes: 1 addition & 1 deletion wnma_flutter_package/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wnma_flutter_package
description: Why not make a Flutter package? Powered by whynotmake.it
repository: https://github.com/whynotmake-it/bricks
version: 0.0.1
version: 0.1.0

environment:
mason: ">=0.1.0 <0.2.0"
Expand Down
4 changes: 4 additions & 0 deletions wnma_workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

- feat: automatic versioning and release tagging

## 0.0.1

- feat: initial release 🎉
2 changes: 1 addition & 1 deletion wnma_workspace/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wnma_workspace
description: Why not make a Flutter Monorepo Workspace? Powered by whynotmake.it
repository: https://github.com/whynotmake-it/bricks
version: 0.0.1
version: 0.1.0

environment:
mason: ">=0.1.0 <0.2.0"
Expand Down
Loading