@fluentui-react-native/persona-coin 0.12.0 → 0.12.2

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 CHANGED
@@ -2,7 +2,55 @@
2
2
  "name": "@fluentui-react-native/persona-coin",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 08 Nov 2022 22:16:43 GMT",
5
+ "date": "Wed, 16 Nov 2022 08:44:25 GMT",
6
+ "tag": "@fluentui-react-native/persona-coin_v0.12.2",
7
+ "version": "0.12.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/persona-coin",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.21",
14
+ "commit": "ac846edd3f16fd427bca196a070653adaf702450"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/persona-coin",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.20",
20
+ "commit": "ac846edd3f16fd427bca196a070653adaf702450"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 11 Nov 2022 18:06:32 GMT",
27
+ "tag": "@fluentui-react-native/persona-coin_v0.12.1",
28
+ "version": "0.12.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/persona-coin",
34
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.20",
35
+ "commit": "b4bc2de7906d898e7a08e4fae106ae66023a49c0"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/persona-coin",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.8.19",
41
+ "commit": "b4bc2de7906d898e7a08e4fae106ae66023a49c0"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/persona-coin",
46
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.21.3",
47
+ "commit": "b4bc2de7906d898e7a08e4fae106ae66023a49c0"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Tue, 08 Nov 2022 22:18:43 GMT",
6
54
  "tag": "@fluentui-react-native/persona-coin_v0.12.0",
7
55
  "version": "0.12.0",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui-react-native/persona-coin
2
2
 
3
- This log was last generated on Tue, 08 Nov 2022 22:16:43 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Nov 2022 08:44:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.12.2
8
+
9
+ Wed, 16 Nov 2022 08:44:25 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.12.21
14
+ - Bump @fluentui-react-native/framework to v0.8.20
15
+
16
+ ## 0.12.1
17
+
18
+ Fri, 11 Nov 2022 18:06:32 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @uifabricshared/foundation-compose to v1.12.20
23
+ - Bump @fluentui-react-native/framework to v0.8.19
24
+ - Bump @fluentui-react-native/theme-tokens to v0.21.3
25
+
7
26
  ## 0.12.0
8
27
 
9
- Tue, 08 Nov 2022 22:16:43 GMT
28
+ Tue, 08 Nov 2022 22:18:43 GMT
10
29
 
11
30
  ### Minor changes
12
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/persona-coin",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
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",
@@ -22,10 +22,10 @@
22
22
  "directory": "packages/components/PersonaCoin"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.19",
25
+ "@uifabricshared/foundation-compose": "^1.12.21",
26
26
  "@fluentui-react-native/adapters": ">=0.10.0 <1.0.0",
27
- "@fluentui-react-native/framework": ">=0.8.18 <1.0.0",
28
- "@fluentui-react-native/theme-tokens": ">=0.21.2 <1.0.0",
27
+ "@fluentui-react-native/framework": ">=0.8.20 <1.0.0",
28
+ "@fluentui-react-native/theme-tokens": ">=0.21.3 <1.0.0",
29
29
  "@fluentui-react-native/tokens": ">=0.17.8 <1.0.0",
30
30
  "@uifabricshared/foundation-composable": ">=0.11.1 <1.0.0",
31
31
  "@uifabricshared/foundation-settings": ">=0.12.1 <1.0.0",