Skip to content

Commit dc21204

Browse files
committed
chore(release): publish
1 parent 6d5e48c commit dc21204

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+174
-41
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.21](https://github.com/Akylas/nativescript-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
7+
8+
9+
### Bug Fixes
10+
11+
* ios default theme update to support dark mode ([fd00548](https://github.com/Akylas/nativescript-material-components/commit/fd00548adfeaba78e1e6af3692c7b863f423c880))
12+
* ios disableContentInsets fix for dialogs ([a60f2a1](https://github.com/Akylas/nativescript-material-components/commit/a60f2a1b2d4acf93714c902b3e5c4867252f31e6))
13+
* support dark mode in bottom sheets ([278c405](https://github.com/Akylas/nativescript-material-components/commit/278c405f8b3c49c1347dae0b555779223cce0d40))
14+
15+
16+
17+
18+
619
## [5.0.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "5.0.20"
21+
"version": "5.0.21"
2222
}

packages/activityindicator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.21](https://github.com/Akylas/nativescript-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.0.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

packages/activityindicator/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/activityindicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "5.0.20",
3+
"version": "5.0.21",
44
"description": "Material ActivityIndicator component",
55
"main": "./index",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"repository": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"@nativescript-community/ui-material-core": "^5.0.20"
40+
"@nativescript-community/ui-material-core": "^5.0.21"
4141
},
4242
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4343
}

packages/bottomnavigationbar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.21](https://github.com/Akylas/nativescript-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.0.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

packages/bottomnavigationbar/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "5.0.20",
3+
"version": "5.0.21",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"repository": "https://github.com/Akylas/nativescript-material-components",
4444
"readmeFilename": "README.md",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^5.0.20"
46+
"@nativescript-community/ui-material-core": "^5.0.21"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4949
}

packages/bottomsheet/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.21](https://github.com/Akylas/nativescript-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.0.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

packages/bottomsheet/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)