@fluentui-react-native/experimental-expander 0.5.26 → 0.5.28

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,37 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 03 May 2023 07:04:22 GMT",
5
+ "date": "Tue, 30 May 2023 20:30:33 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.28",
7
+ "version": "0.5.28",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.9.10",
14
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 17 May 2023 07:07:43 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.27",
22
+ "version": "0.5.27",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "35ab9f7e8295fd3b01e1fc96ad5602d2b546af2b",
29
+ "comment": "bump expander's windows min"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 03 May 2023 07:08:52 GMT",
6
36
  "tag": "@fluentui-react-native/experimental-expander_v0.5.26",
7
37
  "version": "0.5.26",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Wed, 03 May 2023 07:04:22 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.5.28
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
+
15
+ ## 0.5.27
16
+
17
+ Wed, 17 May 2023 07:07:43 GMT
18
+
19
+ ### Patches
20
+
21
+ - bump expander's windows min (tatianakapos@microsoft.com)
22
+
7
23
  ## 0.5.26
8
24
 
9
- Wed, 03 May 2023 07:04:22 GMT
25
+ Wed, 03 May 2023 07:08:52 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.5.26",
3
+ "version": "0.5.28",
4
4
  "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@fluentui-react-native/component-cache": "^1.4.4",
30
- "@fluentui-react-native/framework": "0.9.9"
30
+ "@fluentui-react-native/framework": "0.9.10"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
@@ -15,7 +15,7 @@
15
15
  <ApplicationType>Windows Store</ApplicationType>
16
16
  <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17
17
  <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
18
- <WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
18
+ <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
19
19
  </PropertyGroup>
20
20
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
21
  <PropertyGroup Label="ReactNativeWindowsProps">