@fluentui-react-native/drawer 0.2.4-testpatch.0 → 0.2.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,22 +2,43 @@
2
2
  "name": "@fluentui-react-native/drawer",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 08 Jul 2023 00:46:24 GMT",
6
- "tag": "@fluentui-react-native/drawer_v0.2.4-testpatch.0",
7
- "version": "0.2.4-testpatch.0",
5
+ "date": "Tue, 18 Jul 2023 19:04:56 GMT",
6
+ "tag": "@fluentui-react-native/drawer_v0.2.5",
7
+ "version": "0.2.5",
8
8
  "comments": {
9
9
  "patch": [
10
10
  {
11
11
  "author": "beachball",
12
12
  "package": "@fluentui-react-native/drawer",
13
- "comment": "Bump @fluentui-react-native/framework to v0.11.1-testpatch.0",
14
- "commit": "691411a9f344ca7d52cd6b916f03742001227748"
13
+ "comment": "Bump @fluentui-react-native/framework to v0.11.2",
14
+ "commit": "225d20784228abaa4b80bd12b57d2c6972d9abd4"
15
15
  },
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui-react-native/drawer",
19
- "comment": "Bump @fluentui-react-native/interactive-hooks to v0.24.3-testpatch.0",
20
- "commit": "691411a9f344ca7d52cd6b916f03742001227748"
19
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.24.4",
20
+ "commit": "225d20784228abaa4b80bd12b57d2c6972d9abd4"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 07 Jul 2023 20:45:12 GMT",
27
+ "tag": "@fluentui-react-native/drawer_v0.2.4",
28
+ "version": "0.2.4",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/drawer",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.11.1",
35
+ "commit": "d2f6f8d12972593821ec0e2764953efd6dafb1a2"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/drawer",
40
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.24.3",
41
+ "commit": "d2f6f8d12972593821ec0e2764953efd6dafb1a2"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui-react-native/drawer
2
2
 
3
- This log was last generated on Sat, 08 Jul 2023 00:46:24 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.2.4-testpatch.0
7
+ ## 0.2.5
8
8
 
9
- Sat, 08 Jul 2023 00:46:24 GMT
9
+ Tue, 18 Jul 2023 19:04:56 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @fluentui-react-native/framework to v0.11.1-testpatch.0
14
- - Bump @fluentui-react-native/interactive-hooks to v0.24.3-testpatch.0
13
+ - Bump @fluentui-react-native/framework to v0.11.2
14
+ - Bump @fluentui-react-native/interactive-hooks to v0.24.4
15
+
16
+ ## 0.2.4
17
+
18
+ Fri, 07 Jul 2023 20:45:12 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/framework to v0.11.1
23
+ - Bump @fluentui-react-native/interactive-hooks to v0.24.3
15
24
 
16
25
  ## 0.2.3
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/drawer",
3
- "version": "0.2.4-testpatch.0",
3
+ "version": "0.2.5",
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,8 +22,8 @@
22
22
  "directory": "packages/components/Drawer"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.11.1-testpatch.0",
26
- "@fluentui-react-native/interactive-hooks": ">=0.24.3-testpatch.0 <1.0.0",
25
+ "@fluentui-react-native/framework": "0.11.2",
26
+ "@fluentui-react-native/interactive-hooks": ">=0.24.4 <1.0.0",
27
27
  "@fluentui-react-native/theme-tokens": "^0.25.0",
28
28
  "@fluentui-react-native/use-styling": ">=0.11.0 <1.0.0"
29
29
  },