@nativescript-community/ui-material-core-tabs 7.0.26 → 7.0.27
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 +8 -0
- package/package.json +3 -3
- package/pnpm-lock.yaml +0 -91
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.27](https://github.com/nativescript-community/ui-material-components/compare/v7.0.26...v7.0.27) (2022-09-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [7.0.26](https://github.com/nativescript-community/ui-material-components/compare/v7.0.25...v7.0.26) (2022-09-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nativescript-community/ui-material-core-tabs",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.27",
|
|
4
4
|
"description": "Material Core Tabs component",
|
|
5
5
|
"main": "./index",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"repository": "https://github.com/nativescript-community/ui-material-components",
|
|
40
40
|
"readmeFilename": "README.md",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@nativescript-community/ui-material-core": "^7.0.
|
|
42
|
+
"@nativescript-community/ui-material-core": "^7.0.27"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "fb2d519dbb349a40263a74cae272a7f7afa8d4e6"
|
|
45
45
|
}
|
package/pnpm-lock.yaml
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
lockfileVersion: 5.3
|
|
2
|
-
|
|
3
|
-
specifiers:
|
|
4
|
-
'@nativescript-community/ui-material-core': ^6.2.20
|
|
5
|
-
|
|
6
|
-
dependencies:
|
|
7
|
-
'@nativescript-community/ui-material-core': 6.2.20
|
|
8
|
-
|
|
9
|
-
packages:
|
|
10
|
-
|
|
11
|
-
/@nativescript-community/ui-material-core/6.2.20:
|
|
12
|
-
resolution: {integrity: sha512-5qCnBEJZgRD3PKRDRyG3DjFpXC0ibAxTDfylslTNdvGwWUT2gjZMeyRkAiFJUKPdpEh/VFf0FI0sOV4RS2DI/Q==}
|
|
13
|
-
requiresBuild: true
|
|
14
|
-
dependencies:
|
|
15
|
-
'@nativescript/hook': 2.0.0
|
|
16
|
-
dev: false
|
|
17
|
-
|
|
18
|
-
/@nativescript/hook/2.0.0:
|
|
19
|
-
resolution: {integrity: sha512-v3Hj3Zpd69sQJfFpDNXonV0EjO1a2OL4l48wlo1Ycsqk4r7RY822d/irFTjt0LllRG0OcdEGgfG6wKb0YgPyHw==}
|
|
20
|
-
dependencies:
|
|
21
|
-
glob: 7.2.0
|
|
22
|
-
mkdirp: 1.0.4
|
|
23
|
-
dev: false
|
|
24
|
-
|
|
25
|
-
/balanced-match/1.0.2:
|
|
26
|
-
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
27
|
-
dev: false
|
|
28
|
-
|
|
29
|
-
/brace-expansion/1.1.11:
|
|
30
|
-
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
|
|
31
|
-
dependencies:
|
|
32
|
-
balanced-match: 1.0.2
|
|
33
|
-
concat-map: 0.0.1
|
|
34
|
-
dev: false
|
|
35
|
-
|
|
36
|
-
/concat-map/0.0.1:
|
|
37
|
-
resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
|
|
38
|
-
dev: false
|
|
39
|
-
|
|
40
|
-
/fs.realpath/1.0.0:
|
|
41
|
-
resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
|
|
42
|
-
dev: false
|
|
43
|
-
|
|
44
|
-
/glob/7.2.0:
|
|
45
|
-
resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==}
|
|
46
|
-
dependencies:
|
|
47
|
-
fs.realpath: 1.0.0
|
|
48
|
-
inflight: 1.0.6
|
|
49
|
-
inherits: 2.0.4
|
|
50
|
-
minimatch: 3.1.2
|
|
51
|
-
once: 1.4.0
|
|
52
|
-
path-is-absolute: 1.0.1
|
|
53
|
-
dev: false
|
|
54
|
-
|
|
55
|
-
/inflight/1.0.6:
|
|
56
|
-
resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=}
|
|
57
|
-
dependencies:
|
|
58
|
-
once: 1.4.0
|
|
59
|
-
wrappy: 1.0.2
|
|
60
|
-
dev: false
|
|
61
|
-
|
|
62
|
-
/inherits/2.0.4:
|
|
63
|
-
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
64
|
-
dev: false
|
|
65
|
-
|
|
66
|
-
/minimatch/3.1.2:
|
|
67
|
-
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
|
68
|
-
dependencies:
|
|
69
|
-
brace-expansion: 1.1.11
|
|
70
|
-
dev: false
|
|
71
|
-
|
|
72
|
-
/mkdirp/1.0.4:
|
|
73
|
-
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
|
|
74
|
-
engines: {node: '>=10'}
|
|
75
|
-
hasBin: true
|
|
76
|
-
dev: false
|
|
77
|
-
|
|
78
|
-
/once/1.4.0:
|
|
79
|
-
resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=}
|
|
80
|
-
dependencies:
|
|
81
|
-
wrappy: 1.0.2
|
|
82
|
-
dev: false
|
|
83
|
-
|
|
84
|
-
/path-is-absolute/1.0.1:
|
|
85
|
-
resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=}
|
|
86
|
-
engines: {node: '>=0.10.0'}
|
|
87
|
-
dev: false
|
|
88
|
-
|
|
89
|
-
/wrappy/1.0.2:
|
|
90
|
-
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
|
|
91
|
-
dev: false
|