Skip to content

Commit

Permalink
Merge pull request #2 from bensonarafat/dependencies_ios
Browse files Browse the repository at this point in the history
Update changelog and version
  • Loading branch information
bensonarafat authored Aug 29, 2024
2 parents 0eb4211 + a05ef67 commit 3608492
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-29

### Changes

Packages with changes:

- [`google_mlkit_barcode_scanning` - `v0.12.1`](#google_mlkit_barcode_scanning---v0121)
- [`google_mlkit_face_detection` - `v0.11.1`](#google_mlkit_face_detection---v0111)
- [`google_mlkit_image_labeling` - `v0.12.1`](#google_mlkit_image_labeling---v0121)
- [`google_mlkit_language_id` - `v0.11.1`](#google_mlkit_language_id---v0111)
- [`google_mlkit_object_detection` - `v0.13.1`](#google_mlkit_object_detection---v0131)
- [`google_mlkit_pose_detection` - `v0.12.1`](#google_mlkit_pose_detection---v0121)
- [`google_mlkit_selfie_segmentation` - `v0.8.1`](#google_mlkit_selfie_segmentation---v081)
- [`google_mlkit_smart_reply` - `v0.11.1`](#google_mlkit_smart_reply---v0111)
- [`google_mlkit_text_recognition` - `v0.13.1`](#google_mlkit_text_recognition---v0131)
- [`google_mlkit_translation` - `v0.11.1`](#google_mlkit_translation---v0111)


## 2024-05-25

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_barcode_scanning/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_barcode_scanning
description: A Flutter plugin to use Google's ML Kit Barcode Scanning to read data encoded using most standard barcode formats.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_face_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_face_detection
description: A Flutter plugin to use Google's ML Kit Face Detection to detect faces in an image, identify key facial features, and get the contours of detected faces.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_image_labeling/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_image_labeling
description: A Flutter plugin to use Google's ML Kit Image Labeling to detect and extract information about entities in an image across a broad group of categories.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_language_id/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_language_id
description: A Flutter plugin to use Google's ML Kit Language Identification to determine the language of a string of text.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_object_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_object_detection
description: A Flutter plugin to use Google's ML Kit Object Detection and Tracking to detect and track objects in an image or live camera feed.
version: 0.13.0
version: 0.13.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_pose_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_pose_detection
description: A Flutter plugin to use Google's ML Kit Pose Detection to detect the pose of a subject's body in real time from a continuous video or static image.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_selfie_segmentation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_selfie_segmentation
description: Flutter plugin to use Google's ML Kit Selfie Segmentation API to easily separate the background from users within a scene and focus on what matters.
version: 0.8.0
version: 0.8.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_smart_reply/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_smart_reply
description: A Flutter plugin to use Google's ML Kit Smart Reply API to automatically generate relevant replies to messages.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_text_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_text_recognition
description: A Flutter plugin to use Google's ML Kit Text Recognition to recognize text in any Chinese, Devanagari, Japanese, Korean and Latin character set.
version: 0.13.0
version: 0.13.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_translation
description: A Flutter plugin to use Google's ML Kit On-Device Translation to dynamically translate text between more than 50 languages.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down

0 comments on commit 3608492

Please sign in to comment.