@fluentui-react-native/experimental-expander 0.4.24 → 0.5.0

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": "Thu, 01 Dec 2022 03:10:03 GMT",
5
+ "date": "Tue, 06 Dec 2022 02:01:55 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.0",
7
+ "version": "0.5.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "winlarry@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "d64b7100cfa70fd9763d2c593ee606bc899801ee",
14
+ "comment": "Bump react-native-svg: 12.3.0 -> 12.5.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 06 Dec 2022 00:46:41 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.25",
22
+ "version": "0.4.25",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.8.23",
29
+ "commit": "8e94deaeff8869396c506ca186a614eb0acd9f93"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 01 Dec 2022 03:12:20 GMT",
6
36
  "tag": "@fluentui-react-native/experimental-expander_v0.4.24",
7
37
  "version": "0.4.24",
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 Thu, 01 Dec 2022 03:10:03 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 06 Dec 2022 02:01:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.0
8
+
9
+ Tue, 06 Dec 2022 02:01:55 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump react-native-svg: 12.3.0 -> 12.5.0 (winlarry@microsoft.com)
14
+
15
+ ## 0.4.25
16
+
17
+ Tue, 06 Dec 2022 00:46:41 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.8.23
22
+
7
23
  ## 0.4.24
8
24
 
9
- Thu, 01 Dec 2022 03:10:03 GMT
25
+ Thu, 01 Dec 2022 03:12:20 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.4.24",
3
+ "version": "0.5.0",
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.2",
30
- "@fluentui-react-native/framework": "0.8.22"
30
+ "@fluentui-react-native/framework": "0.8.23"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
@@ -156,6 +156,7 @@
156
156
  <ImportGroup Label="ExtensionTargets">
157
157
  <Import Project="$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets" Condition="Exists('$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets')" />
158
158
  <Import Project="$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210621.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210621.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
159
+ <Import Project="$(SolutionDir)\packages\Win2D.uwp.1.26.0\build\native\Win2D.uwp.targets" Condition="Exists('$(SolutionDir)\packages\Win2D.uwp.1.26.0\build\native\Win2D.uwp.targets')" />
159
160
  </ImportGroup>
160
161
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
161
162
  <PropertyGroup>
@@ -1,5 +1,6 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <packages>
3
- <package id="Microsoft.UI.Xaml" version="2.6.0" targetFramework="native" />
3
+ <package id="Win2D.UWP" version="1.26.0" targetFramework="native" />
4
+ <package id="Microsoft.UI.Xaml" version="2.7.0" targetFramework="native" />
4
5
  <package id="Microsoft.Windows.CppWinRT" version="2.0.210621.3" targetFramework="native" />
5
6
  </packages>