Skip to content

Commit

Permalink
chore(release): publish (next) (#203)
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 Oct 27, 2024
1 parent 257ef27 commit 1812944
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@capacitor-mlkit/translation": "6.2.0"
},
"changesets": [
"brown-singers-press"
"brown-singers-press",
"little-brooms-explode"
]
}
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.1

### Major Changes

- [`257ef27`](https://github.com/capawesome-team/capacitor-mlkit/commit/257ef27371cb3e401490024dde19fcf6ed5e601a) ([#202](https://github.com/capawesome-team/capacitor-mlkit/pull/202)): fix(ios): update `GoogleMLKit` pods to version `7.0.0`

## 7.0.0-next.0

### 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": "7.0.0-next.0",
"version": "7.0.0-next.1",
"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/face-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0-next.1

### Major Changes

- [`257ef27`](https://github.com/capawesome-team/capacitor-mlkit/commit/257ef27371cb3e401490024dde19fcf6ed5e601a) ([#202](https://github.com/capawesome-team/capacitor-mlkit/pull/202)): fix(ios): update `GoogleMLKit` pods to version `7.0.0`

## 7.0.0-next.0

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

## 7.0.0-next.0

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

## 7.0.0-next.1

### Major Changes

- [`257ef27`](https://github.com/capawesome-team/capacitor-mlkit/commit/257ef27371cb3e401490024dde19fcf6ed5e601a) ([#202](https://github.com/capawesome-team/capacitor-mlkit/pull/202)): fix(ios): update `GoogleMLKit` pods to version `7.0.0`

## 7.0.0-next.0

### Patch 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.0",
"version": "7.0.0-next.1",
"description": "Capacitor plugin for ML Kit Selfie Segmentation.",
"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

## 7.0.0-next.1

### Major Changes

- [`257ef27`](https://github.com/capawesome-team/capacitor-mlkit/commit/257ef27371cb3e401490024dde19fcf6ed5e601a) ([#202](https://github.com/capawesome-team/capacitor-mlkit/pull/202)): fix(ios): update `GoogleMLKit` pods to version `7.0.0`

## 7.0.0-next.0

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

0 comments on commit 1812944

Please sign in to comment.