Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish #113

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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