Skip to content

Commit 2c111dc

Browse files
committed
chore(release): publish
1 parent 1973779 commit 2c111dc

File tree

32 files changed

+166
-31
lines changed

32 files changed

+166
-31
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [3.2.3](https://github.com/Akylas/nativescript-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** elevation on pre lollipop ([08f96c4](https://github.com/Akylas/nativescript-material-components/commit/08f96c4acafcf3e12e60feb16dbd8abccd9e88de))
12+
* **android:** elevation on pre lollipop was in dp ([dd6ad58](https://github.com/Akylas/nativescript-material-components/commit/dd6ad588e4b4c65528145a260bb238aeb8351bca))
13+
* **android:** fab button was not working anymore ([c7e96bc](https://github.com/Akylas/nativescript-material-components/commit/c7e96bc0f771100c8a8dd39015df9e65438c1ca3))
14+
* **bottomnavigationbar:** showBadge doesn't exist on google BottomNavigationView, replace with getOrCreateBadge ([0cf6241](https://github.com/Akylas/nativescript-material-components/commit/0cf6241cd77574925b9b7d42f372f2af85aac0bc))
15+
* **ios:** text not supported anymore on fab (for now) ([b88513a](https://github.com/Akylas/nativescript-material-components/commit/b88513a864ca597afcbefab5315d20100543c40a))
16+
17+
18+
19+
20+
621
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
722

823

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": "3.2.2"
21+
"version": "3.2.3"
2222
}

packages/nativescript-material-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+
## [3.2.3](https://github.com/Akylas/nativescript-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
7+
8+
**Note:** Version bump only for package nativescript-material-activityindicator
9+
10+
11+
12+
13+
614
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
715

816
**Note:** Version bump only for package nativescript-material-activityindicator

packages/nativescript-material-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-material-activityindicator",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Material ActivityIndicator component",
55
"main": "./activityindicator",
66
"typings": "./activityindicator.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.2.2"
37+
"nativescript-material-core": "^3.2.3"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

packages/nativescript-material-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+
## [3.2.3](https://github.com/Akylas/nativescript-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
715

816
**Note:** Version bump only for package nativescript-material-bottomnavigationbar

packages/nativescript-material-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-material-bottomnavigationbar",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar",
66
"typings": "bottomnavigationbar.d.ts",
@@ -41,6 +41,6 @@
4141
"repository": "https://github.com/Akylas/nativescript-material-components",
4242
"readmeFilename": "README.md",
4343
"dependencies": {
44-
"nativescript-material-core": "^3.2.2"
44+
"nativescript-material-core": "^3.2.3"
4545
}
4646
}

packages/nativescript-material-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+
## [3.2.3](https://github.com/Akylas/nativescript-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomsheet
9+
10+
11+
12+
13+
614
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
715

816
**Note:** Version bump only for package nativescript-material-bottomsheet

packages/nativescript-material-bottomsheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-bottomsheet",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet",
66
"typings": "./bottomsheet.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.2.2"
37+
"nativescript-material-core": "^3.2.3"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

packages/nativescript-material-button/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+
## [3.2.3](https://github.com/Akylas/nativescript-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
7+
8+
**Note:** Version bump only for package nativescript-material-button
9+
10+
11+
12+
13+
614
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
715

816
**Note:** Version bump only for package nativescript-material-button

packages/nativescript-material-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-button",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Material button component",
55
"main": "./button",
66
"typings": "./button.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.2.2"
37+
"nativescript-material-core": "^3.2.3"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

0 commit comments

Comments
 (0)