Skip to content

Commit f32f0a2

Browse files
chore: version 7.1.3 [skip ci]
1 parent 18e93ad commit f32f0a2

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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+
# [7.1.3](https://github.com/ionic-team/capacitor-filesystem/compare/v7.1.2...v7.1.3) (2025-07-25)
7+
8+
### Fixes
9+
10+
- **ios** fix SPM package name not matching CLI CapApp-SPM generated name ([#16](https://github.com/ionic-team/capacitor-filesystem/pull/16))
11+
612
# [7.1.2](https://github.com/ionic-team/capacitor-filesystem/compare/v7.1.1...v7.1.2) (2025-06-30)
713

814
- Set dependency on @capacitor/synapse to 1.0.3 to fix ssr environments. More info [here](https://github.com/ionic-team/capacitor-filesystem/issues/11).

packages/capacitor-plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "7.1.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",

0 commit comments

Comments
 (0)