@fluentui-react-native/framework 0.8.4 → 0.8.5

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,76 @@
2
2
  "name": "@fluentui-react-native/framework",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Sep 2022 20:58:28 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:18 GMT",
6
+ "tag": "@fluentui-react-native/framework_v0.8.5",
7
+ "version": "0.8.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/framework",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/framework",
19
+ "comment": "Bump @fluentui-react-native/composition to v0.8.1",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/framework",
25
+ "comment": "Bump @fluentui-react-native/default-theme to v0.15.3",
26
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/framework",
31
+ "comment": "Bump @fluentui-react-native/merge-props to v0.5.1",
32
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/framework",
37
+ "comment": "Bump @fluentui-react-native/theme-types to v0.19.2",
38
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/framework",
43
+ "comment": "Bump @fluentui-react-native/use-styling to v0.9.1",
44
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/framework",
49
+ "comment": "Bump @fluentui-react-native/use-slot to v0.3.1",
50
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/framework",
55
+ "comment": "Bump @fluentui-react-native/use-slots to v0.7.1",
56
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/framework",
61
+ "comment": "Bump @fluentui-react-native/use-tokens to v0.3.1",
62
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui-react-native/framework",
67
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.1",
68
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Wed, 21 Sep 2022 21:00:40 GMT",
6
75
  "tag": "@fluentui-react-native/framework_v0.8.4",
7
76
  "version": "0.8.4",
8
77
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/framework
2
2
 
3
- This log was last generated on Wed, 21 Sep 2022 20:58:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.5
8
+
9
+ Fri, 30 Sep 2022 00:51:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/composition to v0.8.1
15
+ - Bump @fluentui-react-native/default-theme to v0.15.3
16
+ - Bump @fluentui-react-native/merge-props to v0.5.1
17
+ - Bump @fluentui-react-native/theme-types to v0.19.2
18
+ - Bump @fluentui-react-native/use-styling to v0.9.1
19
+ - Bump @fluentui-react-native/use-slot to v0.3.1
20
+ - Bump @fluentui-react-native/use-slots to v0.7.1
21
+ - Bump @fluentui-react-native/use-tokens to v0.3.1
22
+ - Bump @fluentui-react-native/tokens to v0.17.1
23
+
7
24
  ## 0.8.4
8
25
 
9
- Wed, 21 Sep 2022 20:58:28 GMT
26
+ Wed, 21 Sep 2022 21:00:40 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/framework",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Component framework used by fluentui react native controls",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,32 +24,45 @@
24
24
  "directory": "packages/framework/framework"
25
25
  },
26
26
  "dependencies": {
27
- "@fluentui-react-native/composition": ">=0.8.0 <1.0.0",
28
- "@fluentui-react-native/default-theme": ">=0.15.2 <1.0.0",
27
+ "@fluentui-react-native/composition": ">=0.8.1 <1.0.0",
28
+ "@fluentui-react-native/default-theme": ">=0.15.3 <1.0.0",
29
29
  "@fluentui-react-native/immutable-merge": "^1.1.7",
30
- "@fluentui-react-native/merge-props": ">=0.5.0 <1.0.0",
31
- "@fluentui-react-native/theme-types": ">=0.19.1 <1.0.0",
32
- "@fluentui-react-native/use-styling": ">=0.9.0 <1.0.0",
33
- "@fluentui-react-native/use-slot": ">=0.3.0 <1.0.0",
34
- "@fluentui-react-native/use-slots": ">=0.7.0 <1.0.0",
35
- "@fluentui-react-native/use-tokens": ">=0.3.0 <1.0.0",
30
+ "@fluentui-react-native/merge-props": ">=0.5.1 <1.0.0",
31
+ "@fluentui-react-native/theme-types": ">=0.19.2 <1.0.0",
32
+ "@fluentui-react-native/use-styling": ">=0.9.1 <1.0.0",
33
+ "@fluentui-react-native/use-slot": ">=0.3.1 <1.0.0",
34
+ "@fluentui-react-native/use-slots": ">=0.7.1 <1.0.0",
35
+ "@fluentui-react-native/use-tokens": ">=0.3.1 <1.0.0",
36
36
  "@fluentui-react-native/memo-cache": "^1.1.7",
37
- "@fluentui-react-native/tokens": ">=0.17.0 <1.0.0",
37
+ "@fluentui-react-native/tokens": ">=0.17.1 <1.0.0",
38
38
  "tslib": "^2.3.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
42
- "@types/react": "^17.0.2",
43
- "@types/react-native": "^0.66.0",
44
42
  "@fluentui-react-native/scripts": "^0.1.1",
43
+ "@types/react": "^17.0.2",
44
+ "@types/react-native": "^0.68.0",
45
45
  "react": "17.0.2",
46
46
  "react-dom": "17.0.2",
47
- "react-native": "^0.66.0"
47
+ "react-native": "^0.68.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "react": ">=17.0.2",
51
- "react-native": ">=0.66.0"
50
+ "react": "17.0.2",
51
+ "react-dom": "17.0.2",
52
+ "react-native": "^0.68.0"
52
53
  },
53
54
  "author": "",
54
- "license": "MIT"
55
+ "license": "MIT",
56
+ "rnx-kit": {
57
+ "reactNativeVersion": "^0.68",
58
+ "reactNativeDevVersion": "^0.68",
59
+ "kitType": "library",
60
+ "capabilities": [
61
+ "core",
62
+ "core-android",
63
+ "core-ios",
64
+ "react",
65
+ "react-dom"
66
+ ]
67
+ }
55
68
  }