@fluentui-react-native/framework 0.8.1 → 0.8.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": "Mon, 29 Aug 2022 23:19:48 GMT",
5
+ "date": "Wed, 14 Sep 2022 23:05:58 GMT",
6
+ "tag": "@fluentui-react-native/framework_v0.8.2",
7
+ "version": "0.8.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/framework",
13
+ "comment": "Bump @fluentui-react-native/tokens to v0.16.1",
14
+ "commit": "bb45f425d71a2c9f4c8088ae2e15d93759b915bb"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 29 Aug 2022 23:21:44 GMT",
6
21
  "tag": "@fluentui-react-native/framework_v0.8.1",
7
22
  "version": "0.8.1",
8
23
  "comments": {
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 Mon, 29 Aug 2022 23:19:48 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 Sep 2022 23:05:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.2
8
+
9
+ Wed, 14 Sep 2022 23:05:58 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/tokens to v0.16.1
14
+
7
15
  ## 0.8.1
8
16
 
9
- Mon, 29 Aug 2022 23:19:48 GMT
17
+ Mon, 29 Aug 2022 23:21:44 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.8.1",
3
+ "version": "0.8.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",
@@ -34,7 +34,7 @@
34
34
  "@fluentui-react-native/use-slots": ">=0.7.0 <1.0.0",
35
35
  "@fluentui-react-native/use-tokens": ">=0.3.0 <1.0.0",
36
36
  "@fluentui-react-native/memo-cache": "^1.1.7",
37
- "@fluentui-react-native/tokens": ">=0.16.0 <1.0.0",
37
+ "@fluentui-react-native/tokens": ">=0.16.1 <1.0.0",
38
38
  "tslib": "^2.3.1"
39
39
  },
40
40
  "devDependencies": {