Skip to content

Commit

Permalink
chore(release): publish (next) (#196)
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 9, 2024
1 parent 0a7caab commit 04c5b66
Show file tree
Hide file tree
Showing 11 changed files with 34 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 @@ -8,5 +8,7 @@
"@capacitor-mlkit/selfie-segmentation": "6.2.0",
"@capacitor-mlkit/translation": "6.2.0"
},
"changesets": []
"changesets": [
"brown-singers-press"
]
}
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.0

### Patch Changes

- [`2901e1b`](https://github.com/capawesome-team/capacitor-mlkit/commit/2901e1b0a1a952f91c70b8824b468eba60b7444d) ([#179](https://github.com/capawesome-team/capacitor-mlkit/pull/179)): fix(ios): update `GoogleMLKit` pods to version `6.0.0`

## 6.2.0

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

## 7.0.0-next.0

### Patch Changes

- [`2901e1b`](https://github.com/capawesome-team/capacitor-mlkit/commit/2901e1b0a1a952f91c70b8824b468eba60b7444d) ([#179](https://github.com/capawesome-team/capacitor-mlkit/pull/179)): fix(ios): update `GoogleMLKit` pods to version `6.0.0`

## 6.2.0

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

## 7.0.0-next.0

## 6.2.0

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

### Patch Changes

- [`2901e1b`](https://github.com/capawesome-team/capacitor-mlkit/commit/2901e1b0a1a952f91c70b8824b468eba60b7444d) ([#179](https://github.com/capawesome-team/capacitor-mlkit/pull/179)): fix(ios): update `GoogleMLKit` pods to version `6.0.0`

## 6.2.0

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

### Major Changes

- [`2901e1b`](https://github.com/capawesome-team/capacitor-mlkit/commit/2901e1b0a1a952f91c70b8824b468eba60b7444d) ([#179](https://github.com/capawesome-team/capacitor-mlkit/pull/179)): fix(ios): update `GoogleMLKit` pods to version `6.0.0`

## 6.2.0

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

0 comments on commit 04c5b66

Please sign in to comment.