Skip to content

Commit bc253dc

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 ([37b39b0](37b39b0))
1 parent 879ace5 commit bc253dc

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+
# [8.0.0-next.2](https://github.com/ionic-team/capacitor-keyboard/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 ([37b39b0](https://github.com/ionic-team/capacitor-keyboard/commit/37b39b0c649ee9fb803d05accbb8a5160f10f7b5))
7+
18
# [8.0.0-next.1](https://github.com/ionic-team/capacitor-keyboard/compare/v7.0.3...v8.0.0-next.1) (2025-09-24)
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/keyboard",
3-
"version": "8.0.0-next.1",
3+
"version": "8.0.0-next.2",
44
"description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)