Skip to content

Commit 279a3b4

Browse files
chore(release): 8.0.3 [skip ci]
## [8.0.3](v8.0.2...v8.0.3) (2026-04-10) ### Bug Fixes * **android:** fixing Keyboard interaction with SystemBars ([#62](#62)) ([4afd89b](4afd89b))
1 parent 4afd89b commit 279a3b4

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.3](https://github.com/ionic-team/capacitor-keyboard/compare/v8.0.2...v8.0.3) (2026-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** fixing Keyboard interaction with SystemBars ([#62](https://github.com/ionic-team/capacitor-keyboard/issues/62)) ([4afd89b](https://github.com/ionic-team/capacitor-keyboard/commit/4afd89b4af63609f40e970e7775fd03c5f6b407c))
7+
18
## [8.0.2](https://github.com/ionic-team/capacitor-keyboard/compare/v8.0.1...v8.0.2) (2026-03-25)
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.2",
3+
"version": "8.0.3",
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)