Skip to content

Commit

Permalink
chore(release): publish (#151)
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] committed Apr 25, 2024
1 parent 79011e7 commit 9190bc8
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-otters-joke.md

This file was deleted.

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

## 6.1.0

### Minor Changes

- [`79011e7`](https://github.com/capawesome-team/capacitor-mlkit/commit/79011e7fa310f2a275179d6179d89c3ea0324150) ([#150](https://github.com/capawesome-team/capacitor-mlkit/pull/150)): feat(ios): update `GoogleMLKit` dependencies to `5.0.0`

## 6.0.0

### Major 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": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for ML Kit Barcode Scanning.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/face-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0

### Minor Changes

- [`79011e7`](https://github.com/capawesome-team/capacitor-mlkit/commit/79011e7fa310f2a275179d6179d89c3ea0324150) ([#150](https://github.com/capawesome-team/capacitor-mlkit/pull/150)): feat(ios): update `GoogleMLKit` dependencies to `5.0.0`

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for ML Kit Face Detection.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/face-mesh-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 6.1.0

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for ML Kit Face Mesh Detection.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/selfie-segmentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0

### Minor Changes

- [`79011e7`](https://github.com/capawesome-team/capacitor-mlkit/commit/79011e7fa310f2a275179d6179d89c3ea0324150) ([#150](https://github.com/capawesome-team/capacitor-mlkit/pull/150)): feat(ios): update `GoogleMLKit` dependencies to `5.0.0`

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for ML Kit Selfie Segmentation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0

### Minor Changes

- [`79011e7`](https://github.com/capawesome-team/capacitor-mlkit/commit/79011e7fa310f2a275179d6179d89c3ea0324150) ([#150](https://github.com/capawesome-team/capacitor-mlkit/pull/150)): feat(ios): update `GoogleMLKit` dependencies to `5.0.0`

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for ML Kit Translation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 9190bc8

Please sign in to comment.