Skip to content

Commit d5b2258

Browse files
committed
chore(release): 8.8.8
1 parent 1cc0e8e commit d5b2258

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

packages/core/CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [8.8.8](https://github.com/NativeScript/NativeScript/compare/@akylas/[email protected]...@akylas/[email protected]) (2024-11-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **core:** corrected references in file system access ([#10644](https://github.com/NativeScript/NativeScript/issues/10644)) ([e5caa2c](https://github.com/NativeScript/NativeScript/commit/e5caa2cc539a5c78b6cb3c467d3204a8724fd5df))
11+
* **core:** proper line-height calculation ([#10642](https://github.com/NativeScript/NativeScript/issues/10642)) ([ec7fa5d](https://github.com/NativeScript/NativeScript/commit/ec7fa5d05e68f7ee2bc6025aa8f0af7309e5ff92))
12+
* Frame onLoaded should not load pages in backstack ([8544e1b](https://github.com/NativeScript/NativeScript/commit/8544e1bded308e5454124168482da2789cdf78e8))
13+
* **ios:** anti-aliasing for accurate borders ([#10619](https://github.com/NativeScript/NativeScript/issues/10619)) ([4f46815](https://github.com/NativeScript/NativeScript/commit/4f46815b27cc8a0840e81e802e54bcaec90cfe26))
14+
* **ios:** replace deprecated UIApplication.shared.openUrl method call ([#10627](https://github.com/NativeScript/NativeScript/issues/10627)) ([1cee35d](https://github.com/NativeScript/NativeScript/commit/1cee35d4fb2b7eaaa7fbd6aa08b28e3e00dcc7dc))
515

616
## [8.8.7](https://github.com/NativeScript/NativeScript/compare/@akylas/[email protected]...@akylas/[email protected]) (2024-10-14)
717

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript",
3-
"version": "8.8.7",
3+
"version": "8.8.8",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"main": "index",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)