From daaf50c9eb1a56ec697e7057212c5c4edc4afd1f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 19 Jan 2023 14:16:23 -0800 Subject: [PATCH] release: @nativescript/core 8.4.6 --- CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415f179f6..c6b1b4b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.4.6](https://github.com/NativeScript/NativeScript/compare/8.4.5-core...8.4.6-core) (2023-01-19) + + +### Bug Fixes + +* **core:** ScrollView event wiring sequencing improvement ([#10178](https://github.com/NativeScript/NativeScript/issues/10178)) ([75821ea](https://github.com/NativeScript/NativeScript/commit/75821ead07dc69ffeb82c6bd6d6992095ee4fed1)) + + + ## [8.4.5](https://github.com/NativeScript/NativeScript/compare/8.4.4-core...8.4.5-core) (2023-01-16) diff --git a/packages/core/package.json b/packages/core/package.json index 4a2b0bb4f..8884b72a7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.4.5", + "version": "8.4.6", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts",