@fluentui-react-native/persona-coin 0.10.0 → 0.10.1
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.json +40 -1
- package/CHANGELOG.md +14 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/persona-coin",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 16 Dec 2021 06:26:43 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/persona-coin_v0.10.1",
|
|
7
|
+
"version": "0.10.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
13
|
+
"comment": "Bump @uifabricshared/foundation-compose to v1.11.1",
|
|
14
|
+
"commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.8.1",
|
|
20
|
+
"commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.1",
|
|
26
|
+
"commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.11.0",
|
|
32
|
+
"commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
37
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.11.1",
|
|
38
|
+
"commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Wed, 17 Nov 2021 19:28:07 GMT",
|
|
6
45
|
"tag": "@fluentui-react-native/persona-coin_v0.10.0",
|
|
7
46
|
"version": "0.10.0",
|
|
8
47
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/persona-coin
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 Dec 2021 06:26:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.10.1
|
|
8
|
+
|
|
9
|
+
Thu, 16 Dec 2021 06:26:43 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @uifabricshared/foundation-compose to v1.11.1
|
|
14
|
+
- Bump @fluentui-react-native/adapters to v0.8.1
|
|
15
|
+
- Bump @fluentui-react-native/framework to v0.7.1
|
|
16
|
+
- Bump @fluentui-react-native/theme-tokens to v0.11.0
|
|
17
|
+
- Bump @fluentui-react-native/tokens to v0.11.1
|
|
18
|
+
|
|
7
19
|
## 0.10.0
|
|
8
20
|
|
|
9
|
-
Wed, 17 Nov 2021 19:
|
|
21
|
+
Wed, 17 Nov 2021 19:28:07 GMT
|
|
10
22
|
|
|
11
23
|
### Minor changes
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/persona-coin",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "A cross-platform PersonaCoin component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@uifabricshared/foundation-compose": "^1.11.
|
|
21
|
-
"@fluentui-react-native/adapters": ">=0.8.
|
|
22
|
-
"@fluentui-react-native/framework": ">=0.7.
|
|
23
|
-
"@fluentui-react-native/theme-tokens": ">=0.
|
|
24
|
-
"@fluentui-react-native/tokens": ">=0.11.
|
|
20
|
+
"@uifabricshared/foundation-compose": "^1.11.1",
|
|
21
|
+
"@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
|
|
22
|
+
"@fluentui-react-native/framework": ">=0.7.1 <1.0.0",
|
|
23
|
+
"@fluentui-react-native/theme-tokens": ">=0.11.0 <1.0.0",
|
|
24
|
+
"@fluentui-react-native/tokens": ">=0.11.1 <1.0.0",
|
|
25
25
|
"@uifabricshared/foundation-composable": ">=0.10.0 <1.0.0",
|
|
26
26
|
"@uifabricshared/foundation-settings": ">=0.11.0 <1.0.0",
|
|
27
27
|
"@uifabricshared/foundation-tokens": ">=0.11.0 <1.0.0"
|