@nativescript-community/ui-material-bottom-navigation 7.0.24 → 7.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [7.0.26](https://github.com/nativescript-community/ui-material-components/compare/v7.0.25...v7.0.26) (2022-09-14)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [7.0.25](https://github.com/nativescript-community/ui-material-components/compare/v7.0.24...v7.0.25) (2022-07-19)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [7.0.24](https://github.com/nativescript-community/ui-material-components/compare/v7.0.23...v7.0.24) (2022-06-24)
|
7
23
|
|
8
24
|
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativescript-community/ui-material-bottom-navigation",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.26",
|
4
4
|
"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.",
|
5
5
|
"main": "bottomnavigation",
|
6
6
|
"sideEffects": false,
|
@@ -51,8 +51,8 @@
|
|
51
51
|
},
|
52
52
|
"readmeFilename": "README.md",
|
53
53
|
"dependencies": {
|
54
|
-
"@nativescript-community/ui-material-core": "^7.0.
|
55
|
-
"@nativescript-community/ui-material-core-tabs": "^7.0.
|
54
|
+
"@nativescript-community/ui-material-core": "^7.0.26",
|
55
|
+
"@nativescript-community/ui-material-core-tabs": "^7.0.26"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "5eb4efe2ffe650dd36288d6ffb8f2137b48cb438"
|
58
58
|
}
|