From 376f3ebdd79ccaa464fe63081bd67991f4ad6fe6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 17 Jan 2021 09:40:03 -0800 Subject: [PATCH] chore(release): @nativescript/core@7.1.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f4d46d..78d1eb13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.3](https://github.com/NativeScript/NativeScript/compare/7.1.2-core...7.1.3) (2021-01-17) + + +### Bug Fixes + +* **android:** BottomNavigation fragment child already has a parent ([#9148](https://github.com/NativeScript/NativeScript/issues/9148)) ([4690162](https://github.com/NativeScript/NativeScript/commit/4690162384c731d6d652d90a9347cae06c0a0e0c)) + + + ## [7.1.2](https://github.com/NativeScript/NativeScript/compare/7.1.1-core...7.1.2) (2021-01-14) diff --git a/package.json b/package.json index f3bbedee8..ed9191fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "7.1.2", + "version": "7.1.3", "license": "MIT", "scripts": { "setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup", diff --git a/packages/core/package.json b/packages/core/package.json index 858e3e9b4..d2ac0feaf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "7.1.2", + "version": "7.1.3", "homepage": "https://nativescript.org", "repository": { "type": "git",