Skip to content

Commit 7310f69

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-11-10) ### Bug Fixes * **android:** use 'propName = value' assignment syntax in build.gradle files ([e0d3987](e0d3987))
1 parent 280825a commit 7310f69

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-haptics/compare/v8.0.0-next.1...v8.0.0-next.2) (2025-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** use 'propName = value' assignment syntax in build.gradle files ([e0d3987](https://github.com/ionic-team/capacitor-haptics/commit/e0d3987eead4811e58df1645af525db57cab4f35))
7+
18
# [8.0.0-next.1](https://github.com/ionic-team/capacitor-haptics/compare/v7.0.2...v8.0.0-next.1) (2025-09-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/haptics",
3-
"version": "8.0.0-next.1",
3+
"version": "8.0.0-next.2",
44
"description": "The Haptics API provides physical feedback to the user through touch or vibration.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)