Skip to content

Commit

Permalink
chore(release): publish (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 16, 2024
1 parent f37e7ed commit 6cdb738
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 33 deletions.
9 changes: 0 additions & 9 deletions .changeset/eight-dancers-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-glasses-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-seahorses-switch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/six-bugs-share.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/barcode-scanning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 6.0.0

### Major Changes

- [`bfcfaff`](https://github.com/capawesome-team/capacitor-mlkit/commit/bfcfaff900218f19b2b6bdfa27e940b02d451b24) ([#134](https://github.com/capawesome-team/capacitor-mlkit/pull/134)): chore(deps): update Android SDKs

* [`13a86f9`](https://github.com/capawesome-team/capacitor-mlkit/commit/13a86f9377d053ab29fe90b3ea059e95f3c39938): feat: update to Capacitor 6

### Patch Changes

- [`cb63726`](https://github.com/capawesome-team/capacitor-mlkit/commit/cb63726e4a7c21822d13faa6987abfc169f733af) ([#138](https://github.com/capawesome-team/capacitor-mlkit/pull/138)): fix(android): enable the databinding library

* [`a86df95`](https://github.com/capawesome-team/capacitor-mlkit/commit/a86df95af16c3fe64922795ce15668e882f596e8) ([#145](https://github.com/capawesome-team/capacitor-mlkit/pull/145)): fix(android): invalid `progress` values

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/barcode-scanning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-mlkit/barcode-scanning",
"version": "5.4.0",
"version": "6.0.0",
"description": "Capacitor plugin for ML Kit Barcode Scanning.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/face-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.0

### Major Changes

- [`bfcfaff`](https://github.com/capawesome-team/capacitor-mlkit/commit/bfcfaff900218f19b2b6bdfa27e940b02d451b24) ([#134](https://github.com/capawesome-team/capacitor-mlkit/pull/134)): chore(deps): update Android SDKs

* [`13a86f9`](https://github.com/capawesome-team/capacitor-mlkit/commit/13a86f9377d053ab29fe90b3ea059e95f3c39938): feat: update to Capacitor 6

## 5.4.0

## 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/face-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-mlkit/face-detection",
"version": "5.4.0",
"version": "6.0.0",
"description": "Capacitor plugin for ML Kit Face Detection.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/face-mesh-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.0

### Major Changes

- [`bfcfaff`](https://github.com/capawesome-team/capacitor-mlkit/commit/bfcfaff900218f19b2b6bdfa27e940b02d451b24) ([#134](https://github.com/capawesome-team/capacitor-mlkit/pull/134)): chore(deps): update Android SDKs

* [`13a86f9`](https://github.com/capawesome-team/capacitor-mlkit/commit/13a86f9377d053ab29fe90b3ea059e95f3c39938): feat: update to Capacitor 6

## 5.4.0

## 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/face-mesh-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-mlkit/face-mesh-detection",
"version": "5.4.0",
"version": "6.0.0",
"description": "Capacitor plugin for ML Kit Face Mesh Detection.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/selfie-segmentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.0

### Major Changes

- [`bfcfaff`](https://github.com/capawesome-team/capacitor-mlkit/commit/bfcfaff900218f19b2b6bdfa27e940b02d451b24) ([#134](https://github.com/capawesome-team/capacitor-mlkit/pull/134)): chore(deps): update Android SDKs

* [`13a86f9`](https://github.com/capawesome-team/capacitor-mlkit/commit/13a86f9377d053ab29fe90b3ea059e95f3c39938): feat: update to Capacitor 6

## 5.4.0

## 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/selfie-segmentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-mlkit/selfie-segmentation",
"version": "5.4.0",
"version": "6.0.0",
"description": "Capacitor plugin for ML Kit Selfie Segmentation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.0

### Major Changes

- [`bfcfaff`](https://github.com/capawesome-team/capacitor-mlkit/commit/bfcfaff900218f19b2b6bdfa27e940b02d451b24) ([#134](https://github.com/capawesome-team/capacitor-mlkit/pull/134)): chore(deps): update Android SDKs

* [`13a86f9`](https://github.com/capawesome-team/capacitor-mlkit/commit/13a86f9377d053ab29fe90b3ea059e95f3c39938): feat: update to Capacitor 6

## 5.4.0

## 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-mlkit/translation",
"version": "5.4.0",
"version": "6.0.0",
"description": "Capacitor plugin for ML Kit Translation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6cdb738

Please sign in to comment.