Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed May 10, 2024
1 parent 796a5cb commit 72b9d65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ scripts:

prep:dart:
run: melos run build && melos run meta && melos run markdown && melos run analyze && melos run format && melos run commit:dart
description: Run `dart publish` for all packages.
description: Run prep steps dart.

prep:flutter:
run: melos run build && melos run meta && melos run markdown && melos run analyze && melos run format && melos run commit:flutter
description: Run prep steps Flutter.

commit:dart:
run: melos exec git add .; git commit -m "chore(release); git push origin main"
Expand Down
6 changes: 1 addition & 5 deletions packages/google_vision_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

## 1.0.0+3

* dependency bump

## 1.0.0+2

* dependency bump
* [ISSUE #19](https://github.com/faithoflifedev/google_vision_workspace/issues/19) - Support for API key

## 1.0.0+2

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
melos: ^5.3.0
melos: ^6.0.0

0 comments on commit 72b9d65

Please sign in to comment.