Skip to content

Commit 9790ec3

Browse files
chore(release): 8.0.0-next.1 [skip ci]
# [8.0.0-next.1](v7.1.4...v8.0.0-next.1) (2025-09-09) ### Bug Fixes * Cap8 peerDependency for pnpm compatibility ([99e4fe8](99e4fe8)) ### Features * Capacitor 8 support ([19f1518](19f1518)) ### BREAKING CHANGES * Capacitor major version update requires major version update on the plugin.
1 parent 99e4fe8 commit 9790ec3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [8.0.0-next.1](https://github.com/ionic-team/capacitor-filesystem/compare/v7.1.4...v8.0.0-next.1) (2025-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Cap8 peerDependency for pnpm compatibility ([99e4fe8](https://github.com/ionic-team/capacitor-filesystem/commit/99e4fe857abc5c2d8547b500c2f9e958505f148a))
7+
8+
9+
### Features
10+
11+
* Capacitor 8 support ([19f1518](https://github.com/ionic-team/capacitor-filesystem/commit/19f151832dd6b8b65d78bea2a1a49f350d86dd87))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Capacitor major version update requires major version update on the plugin.
17+
118
## [7.1.4](https://github.com/ionic-team/capacitor-filesystem/compare/v7.1.3...v7.1.4) (2025-08-01)
219

320
### Fixes

packages/capacitor-plugin/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": "7.1.4",
3+
"version": "8.0.0-next.1",
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",

0 commit comments

Comments
 (0)