Skip to content

Commit 25eeb16

Browse files
committed
chore: lerna
1 parent 340a3da commit 25eeb16

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/bottom-navigation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "6.2.20",
3+
"version": "6.2.21-alpha.5+6a7fa01a",
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": "^6.2.20",
55-
"@nativescript-community/ui-material-core-tabs": "^6.2.20"
55+
"@nativescript-community/ui-material-core-tabs": "^6.2.21-alpha.5+6a7fa01a"
5656
},
57-
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
57+
"gitHead": "6a7fa01aa25fd5987efa49315d7bb3c47fbf2b48"
5858
}

packages/core-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core-tabs",
3-
"version": "6.2.20",
3+
"version": "6.2.21-alpha.5+6a7fa01a",
44
"description": "Material Core Tabs component",
55
"main": "./index",
66
"sideEffects": false,
@@ -41,5 +41,5 @@
4141
"dependencies": {
4242
"@nativescript-community/ui-material-core": "^6.2.20"
4343
},
44-
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
44+
"gitHead": "6a7fa01aa25fd5987efa49315d7bb3c47fbf2b48"
4545
}

packages/tabs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-tabs",
3-
"version": "6.2.20",
3+
"version": "6.2.21-alpha.5+6a7fa01a",
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": "^6.2.20",
50-
"@nativescript-community/ui-material-core-tabs": "^6.2.20"
50+
"@nativescript-community/ui-material-core-tabs": "^6.2.21-alpha.5+6a7fa01a"
5151
},
52-
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
52+
"gitHead": "6a7fa01aa25fd5987efa49315d7bb3c47fbf2b48"
5353
}

0 commit comments

Comments
 (0)