Skip to content

Commit adb1bbe

Browse files
author
Github Workflow (on behalf of ItsChaceD)
committed
chore(release): publish [skip ci]
- @capacitor/browser@6.0.5 - @capacitor/filesystem@6.0.3 - @capacitor/local-notifications@6.1.2 - @capacitor/push-notifications@6.0.4
1 parent 111582c commit adb1bbe

8 files changed

Lines changed: 24 additions & 4 deletions

File tree

browser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.4...@capacitor/browser@6.0.5) (2025-01-15)
7+
8+
### Bug Fixes
9+
10+
- **browser:** crash when trying to open blob urls on android ([#2274](https://github.com/ionic-team/capacitor-plugins/issues/2274)) ([#2294](https://github.com/ionic-team/capacitor-plugins/issues/2294)) ([111582c](https://github.com/ionic-team/capacitor-plugins/commit/111582c2e723b9f614ae8d453d92481c0583083b))
11+
612
## [6.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.3...@capacitor/browser@6.0.4) (2024-11-19)
713

814
**Note:** Version bump only for package @capacitor/browser

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/browser",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

filesystem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.2...@capacitor/filesystem@6.0.3) (2025-01-15)
7+
8+
### Bug Fixes
9+
10+
- **android:** run downloadFile asynchronously ([53e5984](https://github.com/ionic-team/capacitor-plugins/commit/53e5984f7292fb6b178520138eba63acdf16b0e3))
11+
612
## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.1...@capacitor/filesystem@6.0.2) (2024-11-19)
713

814
**Note:** Version bump only for package @capacitor/filesystem

filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/filesystem",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

local-notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.1.1...@capacitor/local-notifications@6.1.2) (2025-01-15)
7+
8+
**Note:** Version bump only for package @capacitor/local-notifications
9+
610
## [6.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.1.0...@capacitor/local-notifications@6.1.1) (2024-11-19)
711

812
**Note:** Version bump only for package @capacitor/local-notifications

local-notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/local-notifications",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

push-notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.3...@capacitor/push-notifications@6.0.4) (2025-01-15)
7+
8+
**Note:** Version bump only for package @capacitor/push-notifications
9+
610
## [6.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.2...@capacitor/push-notifications@6.0.3) (2024-11-19)
711

812
**Note:** Version bump only for package @capacitor/push-notifications

push-notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/push-notifications",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "The Push Notifications API provides access to native push notifications.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)