This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-app-hello-world.git
The following commit(s) were added to refs/heads/master by this push: new 22bc608 release(7.0.0): updated release notes & version (app-hello-world-7.0.0) 22bc608 is described below commit 22bc6087477d9158a2597db7cac696ba22a5a44b Author: Erisu <er...@apache.org> AuthorDate: Thu Aug 21 15:29:37 2025 +0900 release(7.0.0): updated release notes & version (app-hello-world-7.0.0) --- RELEASENOTES.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 58025aa..77709ff 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,17 @@ --> # Release Notes +### 7.0.0 (Aug 21, 2025) + +**Fixes:** + +* [GH-98](https://github.com/apache/cordova-app-hello-world/pull/98) fix(css): Fix extra padding causing scrolling + +**Chores:** + +* [GH-99](https://github.com/apache/cordova-app-hello-world/pull/99) chore: updated defaults, license headers & added release audit workflow +* [GH-78](https://github.com/apache/cordova-app-hello-world/pull/78) chore: correct `access` inline comment + ### 6.0.0 (Oct 27, 2021) * [GH-73](https://github.com/apache/cordova-app-hello-world/pull/73) cleanup!(`config.xml`): simplify defaults diff --git a/package.json b/package.json index 8ea6930..8fe27ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-app-hello-world", - "version": "7.0.0-dev", + "version": "7.0.0", "description": "This is the hello world app used by the `cordova create` command.", "repository": "github:apache/cordova-app-hello-world", "bugs": "https://github.com/apache/cordova-app-hello-world/issues", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org