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 (next) #207

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"changesets": [
"brown-singers-press",
"little-brooms-explode"
"little-brooms-explode",
"mighty-comics-whisper"
]
}
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

## 7.0.0-next.2

### Minor Changes

- [`c0c29b9`](https://github.com/capawesome-team/capacitor-mlkit/commit/c0c29b9326a59814134dd8080f3fffc72f0ee502) ([#206](https://github.com/capawesome-team/capacitor-mlkit/pull/206)): feat: support all barcode types

## 7.0.0-next.1

### 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": "7.0.0-next.1",
"version": "7.0.0-next.2",
"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

## 7.0.0-next.2

## 7.0.0-next.1

### 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": "7.0.0-next.1",
"version": "7.0.0-next.2",
"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

## 7.0.0-next.2

## 7.0.0-next.1

## 7.0.0-next.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": "7.0.0-next.1",
"version": "7.0.0-next.2",
"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

## 7.0.0-next.2

## 7.0.0-next.1

### 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": "7.0.0-next.1",
"version": "7.0.0-next.2",
"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

## 7.0.0-next.2

## 7.0.0-next.1

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