Skip to content

Commit

Permalink
chore(release): publish (#113)
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 Feb 17, 2024
1 parent 4ca54ae commit 3f55a65
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-maps-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-beds-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-apricots-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-brooms-deny.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

## 5.4.0

### Minor Changes

- [`2b390c1`](https://github.com/capawesome-team/capacitor-mlkit/commit/2b390c126fccf6e5d71772153c38bd81d27854c4) ([#112](https://github.com/capawesome-team/capacitor-mlkit/pull/112)): feat: zoom functionality

### Patch Changes

- [`c297f7e`](https://github.com/capawesome-team/capacitor-mlkit/commit/c297f7e531c978ea946cd7f152e8cdf569b0695d): fix(ios): `readBarcodesFromImage(...)` does not resolve

* [`4ca54ae`](https://github.com/capawesome-team/capacitor-mlkit/commit/4ca54ae5ef517db0f6794e14ab29958eb3ad6731) ([#128](https://github.com/capawesome-team/capacitor-mlkit/pull/128)): fix(ios): incorrect coordinate calculation in landscape mode

- [`454bad4`](https://github.com/capawesome-team/capacitor-mlkit/commit/454bad459b2cec0d3c0316cb20ad9638b0f98714) ([#127](https://github.com/capawesome-team/capacitor-mlkit/pull/127)): fix(ios): incorrect coordinate calculation

## 5.3.0

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

## 5.4.0

## 5.3.0

## 5.2.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.3.0",
"version": "5.4.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

## 5.4.0

## 5.3.0

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

## 5.4.0

## 5.3.0

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

## 5.4.0

## 5.3.0

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

0 comments on commit 3f55a65

Please sign in to comment.