@nativescript-community/ui-material-bottom-navigation 7.2.22 → 7.2.23

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-material-bottom-navigation",
3
- "version": "7.2.22",
3
+ "version": "7.2.23",
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.2.22",
55
- "@nativescript-community/ui-material-core-tabs": "^7.2.22"
54
+ "@nativescript-community/ui-material-core": "^7.2.23",
55
+ "@nativescript-community/ui-material-core-tabs": "^7.2.23"
56
56
  },
57
- "gitHead": "fb6374ee3b3e7dea7516a0fc1d6d9faf7ff7112a"
57
+ "gitHead": "9a114e1c11970e1a673bfd1a094d91b27d92f1a5"
58
58
  }