Skip to content

Commit 8861e82

Browse files
committed
chore(release): publish
1 parent 629f68a commit 8861e82

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

+177
-41
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* important ios fix to get default theme for everything! ([c326907](https://github.com/Akylas/nativescript-material-components/commit/c326907ffff1ef154e2a400b9a6f1773f76ff555))
12+
13+
14+
### Features
15+
16+
* resolve action for AlertDialog ([629f68a](https://github.com/Akylas/nativescript-material-components/commit/629f68a65df5b9d9a2361a91cbb321134650be6c))
17+
18+
19+
20+
21+
622
## [5.0.19](https://github.com/Akylas/nativescript-material-components/compare/v5.0.18...v5.0.19) (2020-10-09)
723

824

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.19"
21+
"version": "5.0.20"
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.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.0.19](https://github.com/Akylas/nativescript-material-components/compare/v5.0.18...v5.0.19) (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.19",
3+
"version": "5.0.20",
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.19"
40+
"@nativescript-community/ui-material-core": "^5.0.20"
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.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.0.19](https://github.com/Akylas/nativescript-material-components/compare/v5.0.18...v5.0.19) (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.19",
3+
"version": "5.0.20",
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.19"
46+
"@nativescript-community/ui-material-core": "^5.0.20"
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.20](https://github.com/Akylas/nativescript-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.0.19](https://github.com/Akylas/nativescript-material-components/compare/v5.0.18...v5.0.19) (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)