release: cut the 6.1.1 release (#7808)

* release: cut the 6.1.1 release
This commit is contained in:
Dimitar Topuzov
2019-09-11 15:58:59 +03:00
committed by GitHub
parent 20c07731b3
commit a8680f0761
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
## [6.1.1](https://github.com/NativeScript/NativeScript/compare/6.1.0...6.1.1) (2019-09-11)
### Bug Fixes
* **android-list-picker:** NoSuchFieldException on api29 ([#7790](https://github.com/NativeScript/NativeScript/issues/7790)) ([997d6de](https://github.com/NativeScript/NativeScript/commit/997d6de))
* **css-calc:** reduce_css_calc_1.default is not a function ([#7787](https://github.com/NativeScript/NativeScript/issues/7787)) ([#7801](https://github.com/NativeScript/NativeScript/issues/7801)) ([20c0773](https://github.com/NativeScript/NativeScript/commit/20c0773))
<a name="6.1.0"></a>
# [6.1.0](https://github.com/NativeScript/NativeScript/compare/6.0.7...6.1.0) (2019-09-02)

View File

@@ -1,7 +1,7 @@
{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "6.1.0",
"version": "6.1.1",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
"version": "6.1.0",
"version": "6.1.1",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {