@fluentui-react-native/framework 0.11.1 → 0.11.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,22 @@
2
2
  "name": "@fluentui-react-native/framework",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 07 Jul 2023 20:41:06 GMT",
5
+ "date": "Tue, 18 Jul 2023 19:04:56 GMT",
6
+ "tag": "@fluentui-react-native/framework_v0.11.2",
7
+ "version": "0.11.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/framework",
13
+ "comment": "Bump @fluentui-react-native/default-theme to v0.19.3",
14
+ "commit": "225d20784228abaa4b80bd12b57d2c6972d9abd4"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 07 Jul 2023 20:45:12 GMT",
6
21
  "tag": "@fluentui-react-native/framework_v0.11.1",
7
22
  "version": "0.11.1",
8
23
  "comments": {
@@ -11,13 +26,13 @@
11
26
  "author": "beachball",
12
27
  "package": "@fluentui-react-native/framework",
13
28
  "comment": "Bump @fluentui-react-native/default-theme to v0.19.2",
14
- "commit": "e86c7196f4985a947aa6724b1e8b6690476a45a0"
29
+ "commit": "d2f6f8d12972593821ec0e2764953efd6dafb1a2"
15
30
  },
16
31
  {
17
32
  "author": "beachball",
18
33
  "package": "@fluentui-react-native/framework",
19
34
  "comment": "Bump @fluentui-react-native/tokens to v0.21.1",
20
- "commit": "e86c7196f4985a947aa6724b1e8b6690476a45a0"
35
+ "commit": "d2f6f8d12972593821ec0e2764953efd6dafb1a2"
21
36
  }
22
37
  ]
23
38
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/framework
2
2
 
3
- This log was last generated on Fri, 07 Jul 2023 20:41:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 18 Jul 2023 19:04:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.2
8
+
9
+ Tue, 18 Jul 2023 19:04:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/default-theme to v0.19.3
14
+
7
15
  ## 0.11.1
8
16
 
9
- Fri, 07 Jul 2023 20:41:06 GMT
17
+ Fri, 07 Jul 2023 20:45:12 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/framework",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "Component framework used by fluentui react native controls",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@fluentui-react-native/composition": ">=0.9.1 <1.0.0",
28
- "@fluentui-react-native/default-theme": ">=0.19.2 <1.0.0",
28
+ "@fluentui-react-native/default-theme": ">=0.19.3 <1.0.0",
29
29
  "@fluentui-react-native/immutable-merge": "^1.2.0",
30
30
  "@fluentui-react-native/merge-props": ">=0.7.0 <1.0.0",
31
31
  "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0",