Skip to content

Commit

Permalink
chore(release): publish (next) (#207)
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 Nov 25, 2024
1 parent 6a73faf commit 2f1bf13
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"changesets": [
"brown-singers-press",
"little-brooms-explode"
"little-brooms-explode",
"mighty-comics-whisper",
"violet-coats-act"
]
}
8 changes: 8 additions & 0 deletions packages/barcode-scanning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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

* [`6a73faf`](https://github.com/capawesome-team/capacitor-mlkit/commit/6a73faffcc9da148fcd49ed12dd7fdffd1bba3e7) ([#210](https://github.com/capawesome-team/capacitor-mlkit/pull/210)): feat: add compatibility for the Torch plugin

## 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

0 comments on commit 2f1bf13

Please sign in to comment.