diff --git a/CHANGELOG.md b/CHANGELOG.md index c80e973..3ac6a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.6](https://github.com/akylas/nativescript-app-utils/compare/v2.1.5...v2.1.6) (2024-11-08) + +### Bug Fixes + +* regression fix ([88f15db](https://github.com/akylas/nativescript-app-utils/commit/88f15db1e7b5be77f398c659d650c8500f6436e6)) + ## [2.1.5](https://github.com/akylas/nativescript-app-utils/compare/v2.1.4...v2.1.5) (2024-11-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index dc29add..7849dfe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.5", + "version": "2.1.6", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index c8d71d3..00b97f8 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.6](https://github.com/akylas/nativescript-app-utils/compare/v2.1.5...v2.1.6) (2024-11-08) + +### Bug Fixes + +* regression fix ([88f15db](https://github.com/akylas/nativescript-app-utils/commit/88f15db1e7b5be77f398c659d650c8500f6436e6)) + ## [2.1.5](https://github.com/akylas/nativescript-app-utils/compare/v2.1.4...v2.1.5) (2024-11-08) ### Bug Fixes diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index df4b4da..b52ee51 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@akylas/nativescript-app-utils", - "version": "2.1.5", + "version": "2.1.6", "description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.", "main": "index", "sideEffects": false,