@fluentui-react-native/drawer 0.1.0 → 0.1.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 CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@fluentui-react-native/drawer",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 19 May 2023 04:14:17 GMT",
5
+ "date": "Tue, 30 May 2023 20:30:33 GMT",
6
+ "tag": "@fluentui-react-native/drawer_v0.1.1",
7
+ "version": "0.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/drawer",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.9.10",
14
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/drawer",
19
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.22.31",
20
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/drawer",
25
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.24.7",
26
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 19 May 2023 04:14:45 GMT",
6
33
  "tag": "@fluentui-react-native/drawer_v0.1.0",
7
34
  "version": "0.1.0",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/drawer
2
2
 
3
- This log was last generated on Fri, 19 May 2023 04:14:17 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 May 2023 20:30:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.1
8
+
9
+ Tue, 30 May 2023 20:30:33 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.9.10
14
+ - Bump @fluentui-react-native/interactive-hooks to v0.22.31
15
+ - Bump @fluentui-react-native/theme-tokens to v0.24.7
16
+
7
17
  ## 0.1.0
8
18
 
9
- Fri, 19 May 2023 04:14:17 GMT
19
+ Fri, 19 May 2023 04:14:45 GMT
10
20
 
11
21
  ### Minor changes
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/drawer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A cross-platform Drawer component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/components/Drawer"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.9.9",
26
- "@fluentui-react-native/interactive-hooks": ">=0.22.30 <1.0.0",
27
- "@fluentui-react-native/theme-tokens": "^0.24.6",
25
+ "@fluentui-react-native/framework": "0.9.10",
26
+ "@fluentui-react-native/interactive-hooks": ">=0.22.31 <1.0.0",
27
+ "@fluentui-react-native/theme-tokens": "^0.24.7",
28
28
  "@fluentui-react-native/use-styling": ">=0.9.4 <1.0.0"
29
29
  },
30
30
  "devDependencies": {