Skip to content

Commit af9b4ca

Browse files
chore(release): 8.0.0-next.2 [skip ci]
# [8.0.0-next.2](v8.0.0-next.1...v8.0.0-next.2) (2025-10-27) ### Bug Fixes * **ios:** Simplify SPM usage for native library ([#44](#44)) ([e590c3f](e590c3f))
1 parent 3930c9f commit af9b4ca

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.0.0-next.2](https://github.com/ionic-team/capacitor-filesystem/compare/v8.0.0-next.1...v8.0.0-next.2) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** Simplify SPM usage for native library ([#44](https://github.com/ionic-team/capacitor-filesystem/issues/44)) ([e590c3f](https://github.com/ionic-team/capacitor-filesystem/commit/e590c3f4542438ffa1e757835439d2457e1a79fc))
7+
18
# [8.0.0-next.1](https://github.com/ionic-team/capacitor-filesystem/compare/v7.1.4...v8.0.0-next.1) (2025-09-09)
29

310

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": "8.0.0-next.1",
3+
"version": "8.0.0-next.2",
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)