Skip to content

Commit

Permalink
chore(release): publish (#149)
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 Apr 16, 2024
1 parent 8325298 commit 4b65655
Show file tree
Hide file tree
Showing 31 changed files with 109 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-rocks-ring.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/fast-cups-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-buckets-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-onions-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-mugs-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-clouds-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cycles-admire.md

This file was deleted.

11 changes: 8 additions & 3 deletions packages/android-battery-optimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

## [5.0.0](https://github.com/capawesome-team/sponsorware/compare/v0.0.2...v5.0.0) (2023-05-04)
## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## [5.0.0](https://github.com/capawesome-team/sponsorware/compare/v0.0.2...v5.0.0) (2023-05-04)

### ⚠ BREAKING CHANGES

* This plugin now only supports Capacitor 5.
- This plugin now only supports Capacitor 5.

### Features

* update to Capacitor 5 ([#2](https://github.com/capawesome-team/sponsorware/issues/2)) ([bea4b84](https://github.com/capawesome-team/sponsorware/commit/bea4b849873dc94c4ecacee3649154d6aa532e41))
- update to Capacitor 5 ([#2](https://github.com/capawesome-team/sponsorware/issues/2)) ([bea4b84](https://github.com/capawesome-team/sponsorware/commit/bea4b849873dc94c4ecacee3649154d6aa532e41))

### [0.0.2](https://github.com/capawesome-team/sponsorware/compare/v0.0.1...v0.0.2) (2022-09-03)

Expand Down
2 changes: 1 addition & 1 deletion packages/android-battery-optimization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome-team/capacitor-android-battery-optimization",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin to access battery optimization settings on Android.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
29 changes: 15 additions & 14 deletions packages/android-foreground-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
# Changelog

## [5.0.0](https://github.com/capawesome-team/sponsorware/compare/v0.3.0...v5.0.0) (2023-05-04)
## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## [5.0.0](https://github.com/capawesome-team/sponsorware/compare/v0.3.0...v5.0.0) (2023-05-04)

### ⚠ BREAKING CHANGES

* This plugin now only supports Capacitor 5. Also, on Android 13, you now have to call `requestPermissions()`.
- This plugin now only supports Capacitor 5. Also, on Android 13, you now have to call `requestPermissions()`.

### Features

* update to Capacitor 5 ([#4](https://github.com/capawesome-team/sponsorware/issues/4)) ([35c55d3](https://github.com/capawesome-team/sponsorware/commit/35c55d333b421f6ae77f89081b27afe549350742))
- update to Capacitor 5 ([#4](https://github.com/capawesome-team/sponsorware/issues/4)) ([35c55d3](https://github.com/capawesome-team/sponsorware/commit/35c55d333b421f6ae77f89081b27afe549350742))

## [0.3.0](https://github.com/capawesome-team/sponsorware/compare/v0.2.0...v0.3.0) (2023-03-14)


### ⚠ BREAKING CHANGES

* The following permission must be added to your `AndroidManifest.xml` before or after the `application` tag: `<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />`
- The following permission must be added to your `AndroidManifest.xml` before or after the `application` tag: `<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />`

### Features

* add methods `moveToForeground`, `requestManageOverlayPermission` and `checkManageOverlayPermission` ([7ef8d91](https://github.com/capawesome-team/sponsorware/commit/7ef8d91bd7ad8cd704d34f5ad2925069f50549b0))
- add methods `moveToForeground`, `requestManageOverlayPermission` and `checkManageOverlayPermission` ([7ef8d91](https://github.com/capawesome-team/sponsorware/commit/7ef8d91bd7ad8cd704d34f5ad2925069f50549b0))

## [0.2.0](https://github.com/capawesome-team/sponsorware/compare/v0.1.0...v0.2.0) (2023-03-12)


### ⚠ BREAKING CHANGES

* The following receiver must be added to your `AndroidManifest.xml` **in** the `application` tag: `<receiver android:name="io.capawesome.capacitorjs.plugins.foregroundservice.NotificationActionBroadcastReceiver" />`
- The following receiver must be added to your `AndroidManifest.xml` **in** the `application` tag: `<receiver android:name="io.capawesome.capacitorjs.plugins.foregroundservice.NotificationActionBroadcastReceiver" />`

### Features

* support notification buttons ([#3](https://github.com/capawesome-team/sponsorware/issues/3)) ([46f448c](https://github.com/capawesome-team/sponsorware/commit/46f448ce737ab5b8355e5adc9483c355343f7040))
- support notification buttons ([#3](https://github.com/capawesome-team/sponsorware/issues/3)) ([46f448c](https://github.com/capawesome-team/sponsorware/commit/46f448ce737ab5b8355e5adc9483c355343f7040))

## [0.1.0](https://github.com/capawesome-team/sponsorware/compare/v0.0.2...v0.1.0) (2022-12-09)


### ⚠ BREAKING CHANGES

* The following permission must be added to your `AndroidManifest.xml` before the `application` tag: `<uses-permission android:name="android.permission.WAKE_LOCK" />`
- The following permission must be added to your `AndroidManifest.xml` before the `application` tag: `<uses-permission android:name="android.permission.WAKE_LOCK" />`

### Features

* keep the CPU on ([#2](https://github.com/capawesome-team/sponsorware/issues/2)) ([f92453d](https://github.com/capawesome-team/sponsorware/commit/f92453dc9594ae622e2745731187ad8dd5fdf2ff))
- keep the CPU on ([#2](https://github.com/capawesome-team/sponsorware/issues/2)) ([f92453d](https://github.com/capawesome-team/sponsorware/commit/f92453dc9594ae622e2745731187ad8dd5fdf2ff))

### [0.0.2](https://github.com/capawesome-team/sponsorware/compare/v0.0.1...v0.0.2) (2022-09-25)


### Features

* open app on notification click ([#1](https://github.com/capawesome-team/sponsorware/issues/1)) ([5754816](https://github.com/capawesome-team/sponsorware/commit/57548161aced2ceac89021c74936c84977875977))
- open app on notification click ([#1](https://github.com/capawesome-team/sponsorware/issues/1)) ([5754816](https://github.com/capawesome-team/sponsorware/commit/57548161aced2ceac89021c74936c84977875977))

## 0.0.1 (2022-09-05)

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": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin to run a foreground service on Android.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

* [`a8e0940`](https://github.com/capawesome-team/capacitor-plugins/commit/a8e0940e1240907162ca55843d8de151f412919f) ([#150](https://github.com/capawesome-team/capacitor-plugins/pull/150)): refactor: remove `currentVersion` and `availableVersion` properties

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-app-update",
"version": "5.1.0",
"version": "6.0.0",
"description": "Capacitor plugin that assists with app updates.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/background-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/background-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-background-task",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin for running background tasks.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-badge",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin to access and update the badge number of the app icon.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/cloudinary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

* [`bffb370`](https://github.com/capawesome-team/capacitor-plugins/commit/bffb370870acc6f7ea05820ebd2dec26767fafe9) ([#160](https://github.com/capawesome-team/capacitor-plugins/pull/160)): chore(deps): update Cloudinary iOS SDK to `5.0.0`

### Minor Changes

- [`de6bcf8`](https://github.com/capawesome-team/capacitor-plugins/commit/de6bcf8f887b7f6ad954015c22b049990a623088) ([#89](https://github.com/capawesome-team/capacitor-plugins/pull/89)): feat(ios): make `bytes` available

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-cloudinary",
"version": "5.1.0",
"version": "6.0.0",
"description": "Unofficial Capacitor plugin for integrating with Cloudinary.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/datetime-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome-team/capacitor-datetime-picker",
"version": "5.1.1",
"version": "6.0.0",
"description": "Capacitor plugin that let the user easily enter both a date and a time.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/file-opener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-opener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome-team/capacitor-file-opener",
"version": "5.0.4",
"version": "6.0.0",
"description": "Capacitor plugin to open a file with the default application.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/file-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

* [`f102470`](https://github.com/capawesome-team/capacitor-plugins/commit/f102470e7339d281951776c4ea82b9f3e6fa4f87) ([#151](https://github.com/capawesome-team/capacitor-plugins/pull/151)): refactor: remove `File` interface

- [`965e912`](https://github.com/capawesome-team/capacitor-plugins/commit/965e912a5cfb12ba28a9319ef9f4619aa2e8e120) ([#148](https://github.com/capawesome-team/capacitor-plugins/pull/148)): feat: replace `multiple` option with `limit`

* [`3b50f3f`](https://github.com/capawesome-team/capacitor-plugins/commit/3b50f3f00560c009e4573f45ccbcb4e2a5499669) ([#152](https://github.com/capawesome-team/capacitor-plugins/pull/152)): refactor(ios): default value for `skipTranscoding` is now `true`

## 5.3.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": "5.3.0",
"version": "6.0.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/managed-configurations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/managed-configurations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-managed-configurations",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin to access managed configuration settings.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/photo-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.0

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

## 6.0.0

### Major Changes

- [`7033a8a`](https://github.com/capawesome-team/capacitor-plugins/commit/7033a8a42984523902f125239c3623e1e872b489) ([#159](https://github.com/capawesome-team/capacitor-plugins/pull/159)): feat: update to Capacitor 6

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/screen-orientation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-screen-orientation",
"version": "5.0.1",
"version": "6.0.0",
"description": "Capacitor plugin to lock/unlock the screen orientation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4b65655

Please sign in to comment.