Skip to content

Commit

Permalink
chore(release): publish (#384)
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 Jan 30, 2025
1 parent 7c2156e commit cfabccf
Show file tree
Hide file tree
Showing 49 changed files with 219 additions and 109 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-points-approve.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/dirty-spies-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-peas-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-years-bow.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/gorgeous-bottles-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cameras-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-cars-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-wombats-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-gorillas-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-jars-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-weeks-pump.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/android-battery-optimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "7.0.0",
"description": "Capacitor plugin to access battery optimization settings on Android.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/android-dark-mode-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/android-dark-mode-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-android-dark-mode-support",
"version": "6.0.0",
"version": "7.0.0",
"description": "Capacitor plugin to support dark mode on Android.",
"files": [
"android/src/main/",
Expand Down
6 changes: 6 additions & 0 deletions packages/android-foreground-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

## 6.2.0

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

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.0.1

### Patch Changes
Expand Down
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": "6.0.1",
"version": "7.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
10 changes: 10 additions & 0 deletions packages/app-shortcuts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-app-shortcuts",
"version": "6.1.0",
"version": "7.0.0",
"description": "Capacitor plugin to manage app shortcuts and quick actions.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/app-update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

- [`80487793c0f452339289ac11f310e26d63e3abc6`](https://github.com/capawesome-team/capacitor-plugins/commit/80487793c0f452339289ac11f310e26d63e3abc6) ([#390](https://github.com/capawesome-team/capacitor-plugins/pull/390)): refactor: remove deprecated code (see `BREAKING.md`)

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.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": "6.1.0",
"version": "7.0.0",
"description": "Capacitor plugin that assists with app updates.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/background-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.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": "6.0.0",
"version": "7.0.0",
"description": "Capacitor plugin for running background tasks.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.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": "6.0.0",
"version": "7.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

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

- [`d5d0d711a2aa16c2ea6fd1c88b3156225dd08933`](https://github.com/capawesome-team/capacitor-plugins/commit/d5d0d711a2aa16c2ea6fd1c88b3156225dd08933) ([#400](https://github.com/capawesome-team/capacitor-plugins/pull/400)): chore(deps): update third party SDKs to the latest version

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.0.0

### Major 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": "6.0.0",
"version": "7.0.0",
"description": "Unofficial Capacitor plugin for integrating with Cloudinary.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/datetime-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.0.0

### Major 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": "6.0.0",
"version": "7.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
10 changes: 10 additions & 0 deletions packages/file-opener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.1.0

### Minor 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": "6.1.0",
"version": "7.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
10 changes: 10 additions & 0 deletions packages/file-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.0

### Major Changes

- [`a8a9e276492df2176b327c6eedae5325ea0442ea`](https://github.com/capawesome-team/capacitor-plugins/commit/a8a9e276492df2176b327c6eedae5325ea0442ea) ([#402](https://github.com/capawesome-team/capacitor-plugins/pull/402)): feat: update to Capacitor 7

### Minor Changes

- [`fdbcd817f6ab89525149685045f6ea7b78606b45`](https://github.com/capawesome-team/capacitor-plugins/commit/fdbcd817f6ab89525149685045f6ea7b78606b45) ([#382](https://github.com/capawesome-team/capacitor-plugins/pull/382)): feat: add SPM support

## 6.2.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.2.0",
"version": "7.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
Loading

0 comments on commit cfabccf

Please sign in to comment.