@fluentui-react-native/experimental-expander 0.4.25 → 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,22 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 06 Dec 2022 00:44:15 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",
6
21
  "tag": "@fluentui-react-native/experimental-expander_v0.4.25",
7
22
  "version": "0.4.25",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Tue, 06 Dec 2022 00:44:15 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
+
7
15
  ## 0.4.25
8
16
 
9
- Tue, 06 Dec 2022 00:44:15 GMT
17
+ Tue, 06 Dec 2022 00:46:41 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.4.25",
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>",
@@ -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>