Skip to content

Commit 2725012

Browse files
committed
chore(release): 8.9.6
1 parent bb8a954 commit 2725012

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

packages/core/CHANGELOG.md

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

33
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.
44

5+
### [8.9.6](https://github.com/NativeScript/NativeScript/compare/@akylas/[email protected]...@akylas/[email protected]) (2025-09-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **core:** bring back defaults for `Font.with...` and `Background.with...` which clone the object ([bb8a954](https://github.com/NativeScript/NativeScript/commit/bb8a9540632cd6b0ed40ccdd5079699047399bc3))
11+
512
## 8.9.7 (2025-07-26)
613

714
### 🩹 Fixes

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript",
3-
"version": "8.9.4",
3+
"version": "8.9.6",
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",
@@ -56,9 +56,9 @@
5656
},
5757
"dependencies": {
5858
"@csstools/css-calc": "~2.1.2",
59-
"@csstools/css-color-parser": "^3.0.8",
60-
"@csstools/css-parser-algorithms": "^3.0.4",
61-
"@csstools/css-tokenizer": "^3.0.3",
59+
"@csstools/css-color-parser": "^3.0.8",
60+
"@csstools/css-parser-algorithms": "^3.0.4",
61+
"@csstools/css-tokenizer": "^3.0.3",
6262
"@nativescript/hook": "~2.0.0",
6363
"acorn": "^8.7.0",
6464
"css-tree": "^1.1.2",

0 commit comments

Comments
 (0)