Skip to content

Commit 64afa24

Browse files
chore(release): 2.0.0-next.3 [skip ci]
# [2.0.0-next.3](v2.0.0-next.2...v2.0.0-next.3) (2025-11-10) ### Bug Fixes * **android:** use 'propName = value' assignment syntax in build.gradle files ([4b967f4](4b967f4))
1 parent 76b5c06 commit 64afa24

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.0.0-next.3](https://github.com/ionic-team/capacitor-file-viewer/compare/v2.0.0-next.2...v2.0.0-next.3) (2025-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** use 'propName = value' assignment syntax in build.gradle files ([4b967f4](https://github.com/ionic-team/capacitor-file-viewer/commit/4b967f49917dc703b962d15926875090b31fe070))
7+
18
# [2.0.0-next.2](https://github.com/ionic-team/capacitor-file-viewer/compare/v2.0.0-next.1...v2.0.0-next.2) (2025-10-08)
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/file-viewer",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"description": "The FileViewer API provides mechanisms for opening files and previewing media. Not available on web.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)