Skip to content

Commit 46f98a0

Browse files
finishing touches
1 parent e3204b4 commit 46f98a0

5 files changed

Lines changed: 25 additions & 11 deletions

File tree

melos.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ scripts:
7979
- melos run analyze
8080
description: Run prep steps for dart and flutter.
8181

82+
publish:google_vision:
83+
exec: dart pub publish --force
84+
failFast: true
85+
packageFilters:
86+
fileExists: melos_google_vision.iml
87+
88+
publish:google_vision_flutter:
89+
exec: dart pub publish --force
90+
failFast: true
91+
packageFilters:
92+
fileExists: google_vision_flutter.iml
93+
8294
# prep:flutter:
8395
# run: melos run build && melos run meta && melos run markdown && melos run analyze && melos run format
8496
# description: Run prep steps Flutter.
@@ -93,14 +105,6 @@ scripts:
93105
# run: melos exec git add .; git commit -m "chore(release)"; git push origin main
94106
# description: Commit changes for Flutter package.
95107

96-
publish:real:dart:
97-
run: melos exec --ignore="google_vision_flutter" dart pub publish --force
98-
description: Real publish for Google_Vision Package.
99-
100-
publish:real:flutter:
101-
run: melos exec --ignore="google_vision" flutter pub publish --force
102-
description: Real publish for Google_Vision Package.
103-
104108
publish:flutter:
105109
run: melos run meta && melos run analyze && melos run format && melos run markdown && melos run dryrun:flutter
106110
description: Run `dart publish` for all packages.

packages/google_vision/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.0+8
4+
5+
* dependency bump
6+
* correct analyzer warnings
7+
* SDK bump
8+
39
## 2.0.0+6
410

511
* Fix color fromJson method #30

packages/google_vision/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version: 2.0.0+8
44
repository: https://github.com/faithoflifedev/google_vision
55
homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision
66

7-
publish_to: none
8-
97
topics:
108
- api
119
- image

packages/google_vision_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.0+8
4+
5+
* dependency bump
6+
* correct analyzer warnings
7+
* SDK bump
8+
39
## 2.0.0+7
410

511
* onError, onLoading are discarded #27

packages/google_vision_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
dependencies:
2424
dio: ^5.9.0
2525
flutter_image_converter: ^0.4.1
26-
google_vision: ^2.0.0+6
26+
google_vision: ^2.0.0+8
2727
# google_vision:
2828
# path: ../google_vision
2929
image: ^4.5.3

0 commit comments

Comments
 (0)