Skip to content

Commit 8b4cfc5

Browse files
committed
chore(release): publish new version 2.2.6
1 parent 25820b2 commit 8b4cfc5

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.6](https://github.com/akylas/nativescript-app-utils/compare/v2.2.5...v2.2.6) (2025-02-10)
7+
8+
### Bug Fixes
9+
10+
* higher and configurable start worker timeout ([25820b2](https://github.com/akylas/nativescript-app-utils/commit/25820b226ea0f673cf47534835532a276adee81e))
11+
612
## [2.2.5](https://github.com/akylas/nativescript-app-utils/compare/v2.2.4...v2.2.5) (2025-02-07)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.5",
2+
"version": "2.2.6",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/app-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.6](https://github.com/akylas/nativescript-app-utils/compare/v2.2.5...v2.2.6) (2025-02-10)
7+
8+
**Note:** Version bump only for package @akylas/nativescript-app-utils
9+
610
## [2.2.5](https://github.com/akylas/nativescript-app-utils/compare/v2.2.4...v2.2.5) (2025-02-07)
711

812
**Note:** Version bump only for package @akylas/nativescript-app-utils

packages/app-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript-app-utils",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)