Skip to content

Commit 8cd6131

Browse files
chore(release): 7.3.8
1 parent 8022402 commit 8cd6131

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.3.8](https://github.com/Cap-go/capacitor-navigation-bar/compare/7.3.7...7.3.8) (2025-10-27)
6+
7+
8+
### Bug Fixes
9+
10+
* CI/CD config ([1cc9500](https://github.com/Cap-go/capacitor-navigation-bar/commit/1cc950090b8bb3b13d4689b309933e1b3c5d0327))
11+
* update github action ([9a3d50c](https://github.com/Cap-go/capacitor-navigation-bar/commit/9a3d50c7b413cebf9789fcc053d5c69dd867f9bf))
12+
513
## [7.3.7](https://github.com/Cap-go/capacitor-navigation-bar/compare/7.3.6...7.3.7) (2025-10-27)
614

715
## [7.3.6](https://github.com/Cap-go/capacitor-navigation-bar/compare/7.3.5...7.3.6) (2025-10-27)

android/src/main/java/ee/forgr/capacitor_navigation_bar/CapgoNavigationBarPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@CapacitorPlugin(name = "NavigationBar")
1616
public class CapgoNavigationBarPlugin extends Plugin {
1717

18-
private final String PLUGIN_VERSION = "7.3.7";
18+
private final String PLUGIN_VERSION = "7.3.8";
1919

2020
@PluginMethod
2121
public void setNavigationBarColor(PluginCall call) {

ios/Sources/CapgoNavigationBarPlugin/CapgoNavigationBarPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Capacitor
77
*/
88
@objc(CapgoNavigationBarPlugin)
99
public class CapgoNavigationBarPlugin: CAPPlugin, CAPBridgedPlugin {
10-
private let PLUGIN_VERSION: String = "7.3.7"
10+
private let PLUGIN_VERSION: String = "7.3.8"
1111
public let identifier = "CapgoNavigationBarPlugin"
1212
public let jsName = "NavigationBar"
1313
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-navigation-bar",
3-
"version": "7.3.7",
3+
"version": "7.3.8",
44
"description": "Capacitor plugin Set navigation bar color for android lolipop and higher",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)