mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(release): 6.5.8
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,3 +1,13 @@
|
||||
## [6.5.8](https://github.com/NativeScript/NativeScript/compare/6.5.7...6.5.8) (2020-06-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **enums:** add Visibility.hidden ([#8655](https://github.com/NativeScript/NativeScript/issues/8655)) ([41a21ea](https://github.com/NativeScript/NativeScript/commit/41a21ea91651acef150605ecaa9d62e6093ec815)), closes [#8653](https://github.com/NativeScript/NativeScript/issues/8653)
|
||||
* **module-name-resolver:** livesync page qualifier handling ([#8637](https://github.com/NativeScript/NativeScript/issues/8637)) ([4f64bac](https://github.com/NativeScript/NativeScript/commit/4f64bace62627a9c8e2a59a38bd53bbe1250a2ac))
|
||||
|
||||
|
||||
|
||||
## [6.5.7](https://github.com/NativeScript/NativeScript/compare/6.5.6...6.5.7) (2020-06-17)
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "Telerik NativeScript Core Modules",
|
||||
"version": "6.5.7",
|
||||
"version": "6.5.8",
|
||||
"homepage": "https://www.nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "NativeScript",
|
||||
"description": "Telerik NativeScript Core Modules",
|
||||
"homepage": "https://www.nativescript.org",
|
||||
"version": "6.5.7",
|
||||
"version": "6.5.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/NativeScript/NativeScript"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "Telerik NativeScript Core Modules",
|
||||
"version": "6.5.7",
|
||||
"version": "6.5.8",
|
||||
"homepage": "https://www.nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tns-core-modules-widgets",
|
||||
"version": "6.5.7",
|
||||
"version": "6.5.8",
|
||||
"description": "Native widgets used in the NativeScript framework.",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tns-platform-declarations",
|
||||
"version": "6.5.7",
|
||||
"version": "6.5.8",
|
||||
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user