Skip to content

Commit

Permalink
chore(release): publish (#329)
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 b458218 commit c4ee341
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-scissors-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-emus-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-melons-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-games-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-countries-fetch.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/android-foreground-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.1.0

### Minor Changes

- [`6051ba5`](https://github.com/capawesome-team/capacitor-plugins/commit/6051ba5c06b8f49b7ec3c5a36f630358bf4d3dc3) ([#328](https://github.com/capawesome-team/capacitor-plugins/pull/328)): feat(android): add `updateForegroundService(...)` method

* [`965d322`](https://github.com/capawesome-team/capacitor-plugins/commit/965d322aa0d8f95dfa3a287df5233caa6a5aac78) ([#334](https://github.com/capawesome-team/capacitor-plugins/pull/334)): feat: add `createNotificationChannel` and `deleteNotificationChannel` methods

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/android-foreground-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome-team/capacitor-android-foreground-service",
"version": "6.0.1",
"version": "6.1.0",
"description": "Capacitor plugin to run a foreground service on Android.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-review/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 6.0.0

### Major Changes

- [`51a1b2b`](https://github.com/capawesome-team/capacitor-plugins/commit/51a1b2bbd46d6ad24358864193ddb303c32f40fe) ([#324](https://github.com/capawesome-team/capacitor-plugins/pull/324)): Initial release 🚀
2 changes: 1 addition & 1 deletion packages/app-review/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-app-review",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin that allows users to submit app store reviews and ratings.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/file-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.2.0

### Minor Changes

- [`e3f377a`](https://github.com/capawesome-team/capacitor-plugins/commit/e3f377a7656f2ace20c34be1b566cbce443f538b) ([#326](https://github.com/capawesome-team/capacitor-plugins/pull/326)): feat: add `pickDirectory()` method

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-file-picker",
"version": "6.1.0",
"version": "6.2.0",
"description": "Capacitor plugin that allows the user to select a file.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/torch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0

### Minor Changes

- [`4a2a439`](https://github.com/capawesome-team/capacitor-plugins/commit/4a2a4390a282ee782ed5c838391d77c4af3795da) ([#337](https://github.com/capawesome-team/capacitor-plugins/pull/337)): feat(android): add compatibility for the ML Kit Barcode Scanning plugin

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/torch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-torch",
"version": "6.0.0",
"version": "6.1.0",
"description": "Capacitor plugin for switching the flashlight on and off.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c4ee341

Please sign in to comment.