Skip to content

Commit 7a25c4e

Browse files
authored
docs: release 2.2.1 (#229)
1 parent 4672f0f commit 7a25c4e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="2.2.1"></a>
2+
## [2.2.1](https://github.com/NativeScript/theme/compare/v2.2.0...v2.2.1) (2019-11-13)
3+
4+
### Features
5+
6+
* Add default style for modal dialogs
7+
18
<a name="2.2.0"></a>
29
## [2.2.0](https://github.com/NativeScript/theme/compare/v2.1.2...v2.2.0) (2019-10-29)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/theme",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Telerik NativeScript Core Theme",
55
"author": "Telerik <support@telerik.com>",
66
"homepage": "https://www.nativescript.org",

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/theme",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Telerik NativeScript Core Theme",
55
"author": "Telerik <support@telerik.com>",
66
"main": "index",
@@ -11,8 +11,8 @@
1111
},
1212
"nativescript": {
1313
"platforms": {
14-
"android": "6.1.2",
15-
"ios": "6.1.1"
14+
"android": "6.2.0",
15+
"ios": "6.2.0"
1616
}
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)