Skip to content

Commit ddb52e6

Browse files
chore(release): 1.0.0-next.1 [skip ci]
# 1.0.0-next.1 (2025-09-23) ### feature * Capacitor 8 support ([f8c21ef](f8c21ef)) ### BREAKING CHANGES * Capacitor 8 requires major update
1 parent 51bb0b5 commit ddb52e6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.0.0-next.1 (2025-09-23)
2+
3+
4+
### feature
5+
6+
* Capacitor 8 support ([f8c21ef](https://github.com/ionic-team/capacitor-keyboard/commit/f8c21ef521de3ae9c8fda8aae52dac2c4b8343e7))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Capacitor 8 requires major update
12+
113
# [8.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2025-09-08)
214

315
**Note:** Version bump only for package @capacitor/keyboard

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