Skip to content

Commit

Permalink
chore(release): publish (#31)
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 May 4, 2023
1 parent 3261833 commit 144f94f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-toes-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-peaches-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-falcons-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-snakes-relate.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.0.0

### Major Changes

- [`7d2236d`](https://github.com/capawesome-team/capacitor-mlkit/commit/7d2236da9b246559823e43d75e6b2073508c4b8a) ([#30](https://github.com/capawesome-team/capacitor-mlkit/pull/30)): feat!: update to Capacitor 5

* [`6f9585b`](https://github.com/capawesome-team/capacitor-mlkit/commit/6f9585b0960338c15a25c7331b7ae89227b02adb) ([#35](https://github.com/capawesome-team/capacitor-mlkit/pull/35)): fix!: improve `cornerPoints` calculation

### Patch Changes

- [`a77946f`](https://github.com/capawesome-team/capacitor-mlkit/commit/a77946f23adbc46ea4be6dce323ebe4f5b8bac8f): fix(ios): `scan(...)` method does not detect any barcodes

* [`3261833`](https://github.com/capawesome-team/capacitor-mlkit/commit/326183314ccce0ea9837a604f2a5a39cee50521f): fix(android): `readBarcodesFromImage(...)` throws a null exception

## 0.0.3

### Patch 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": "4.0.0",
"version": "5.0.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/translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.0.0

### Major Changes

- [`7d2236d`](https://github.com/capawesome-team/capacitor-mlkit/commit/7d2236da9b246559823e43d75e6b2073508c4b8a) ([#30](https://github.com/capawesome-team/capacitor-mlkit/pull/30)): feat!: update to Capacitor 5

## 0.0.3

## 0.0.2
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": "4.0.0",
"version": "5.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 144f94f

Please sign in to comment.