Skip to content

Commit bdebd9c

Browse files
committed
v7.0.43
1 parent 145a403 commit bdebd9c

File tree

8 files changed

+45
-6
lines changed

8 files changed

+45
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [7.0.43](https://github.com/nativescript-community/ui-material-component/compare/v7.0.42...v7.0.43) (2023-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** active tab not displaying after nav back to page ([c93f5bb](https://github.com/nativescript-community/ui-material-component/commit/c93f5bb187561cc60c2f6a56b9e55f99939a8f21))
12+
* **android:** added comment to clarify why it's necessary to use the setTimeout ([4d8afcf](https://github.com/nativescript-community/ui-material-component/commit/4d8afcfb7b5f93c7ffe7537545690ad0a79217cf))
13+
14+
15+
16+
17+
618
## [7.0.42](https://github.com/nativescript-community/ui-material-component/compare/v7.0.41...v7.0.42) (2023-02-23)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.42",
2+
"version": "7.0.43",
33
"packages": [
44
"packages/*"
55
],

packages/bottom-navigation/CHANGELOG.md

+8
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+
## [7.0.43](https://github.com/nativescript-community/ui-material-components/compare/v7.0.42...v7.0.43) (2023-03-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [7.0.42](https://github.com/nativescript-community/ui-material-components/compare/v7.0.41...v7.0.42) (2023-02-23)
715

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

packages/bottom-navigation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "7.0.42",
3+
"version": "7.0.43",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigation",
66
"sideEffects": false,
@@ -52,7 +52,7 @@
5252
"readmeFilename": "README.md",
5353
"dependencies": {
5454
"@nativescript-community/ui-material-core": "^7.0.42",
55-
"@nativescript-community/ui-material-core-tabs": "^7.0.42"
55+
"@nativescript-community/ui-material-core-tabs": "^7.0.43"
5656
},
5757
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5858
}

packages/core-tabs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.43](https://github.com/nativescript-community/ui-material-components/compare/v7.0.42...v7.0.43) (2023-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** active tab not displaying after nav back to page ([c93f5bb](https://github.com/nativescript-community/ui-material-components/commit/c93f5bb187561cc60c2f6a56b9e55f99939a8f21))
12+
13+
14+
15+
16+
617
## [7.0.42](https://github.com/nativescript-community/ui-material-components/compare/v7.0.41...v7.0.42) (2023-02-23)
718

819
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs

packages/core-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core-tabs",
3-
"version": "7.0.42",
3+
"version": "7.0.43",
44
"description": "Material Core Tabs component",
55
"main": "./index",
66
"sideEffects": false,

packages/tabs/CHANGELOG.md

+8
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+
## [7.0.43](https://github.com/nativescript-community/ui-material-components/compare/v7.0.42...v7.0.43) (2023-03-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-tabs
9+
10+
11+
12+
13+
614
## [7.0.42](https://github.com/nativescript-community/ui-material-components/compare/v7.0.41...v7.0.42) (2023-02-23)
715

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

packages/tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-tabs",
3-
"version": "7.0.42",
3+
"version": "7.0.43",
44
"description": "Material Design Tabs organize content across different screens, data sets, and other interactions.",
55
"main": "./index",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
"readmeFilename": "README.md",
4848
"dependencies": {
4949
"@nativescript-community/ui-material-core": "^7.0.42",
50-
"@nativescript-community/ui-material-core-tabs": "^7.0.42"
50+
"@nativescript-community/ui-material-core-tabs": "^7.0.43"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

0 commit comments

Comments
 (0)