Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Apr 15, 2024
1 parent 7467c1b commit f3ce490
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 49 deletions.
4 changes: 4 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ scripts:
run: melos exec git add .; git commit -m "chore(release); git push origin main"
description: Commit changes for Dart package.

commit:flutter:
run: melos exec git add .; git commit -m "chore(release); git push origin main"
description: Commit changes for Flutter package.

publish:real:dart:
run: melos exec --ignore="google_vision_flutter" dart pub publish --force
description: Real publish for Google_Vision Package.
Expand Down
4 changes: 0 additions & 4 deletions packages/google_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

* [markdown issue](https://github.com/dart-lang/markdown/issues/596) on pub.dev

## 1.2.0+5

* [markdown issue](https://github.com/dart-lang/markdown/issues/596) on pub.dev

## 1.2.0+4

* readme tweak
Expand Down
44 changes: 2 additions & 42 deletions packages/google_vision_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,12 @@
# Changelog

## 1.2.0

* dependency bump

## 1.1.0

* dependency bump

## 1.1.0

* dependency bump

## 1.1.0

* dependency bump

## 1.1.0

* dependency bump

## 1.1.0

* dependency bump

## 1.0.0+2

* dependency bump

## 1.0.0+2

* dependency bump

## 1.0.0+2

* dependency bump

## 1.0.0+2

* dependency bump

## 1.0.0+2

* dependency bump
* helper methods for detection

## 1.0.0+1

* TEXT_DETECTION, DOCUMENT_TEXT_DETECTION, SAFE_SEARCH_DETECTION
* TEXT_DETECTION, DOCUMENT_TEXT_DETECTION, SAFE_SEARCH_DETECTION

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/google_vision_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use this package, add the dependency to your `pubspec.yaml` file:
```yaml
dependencies:
...
google_vision_flutter: ^1.2.0
google_vision_flutter: ^1.2.0+6
```
<!-- <img src="https://github.com/faithoflifedev/flip_card/blob/master/screenshots/young_man_smiling.png?raw=true&amp;v1" width="320"> -->
Expand Down
2 changes: 1 addition & 1 deletion packages/google_vision_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_vision_flutter
description: Add Google Visions image labeling, face, logo, and landmark detection into your Flutter applications.
version: 1.2.0
version: 1.2.0+6
repository: https://github.com/faithoflifedev/google_vision
homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision_flutter

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: ^4.0.0
melos: ^5.3.0

0 comments on commit f3ce490

Please sign in to comment.