@fluentui-react-native/experimental-expander 0.4.25 → 0.5.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,37 @@
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 16:57:13 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.1",
7
+ "version": "0.5.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.8.24",
14
+ "commit": "fd3173a08209d19f2ba01d34348767dbf49624bd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 06 Dec 2022 02:02:55 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.5.0",
22
+ "version": "0.5.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "winlarry@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "d64b7100cfa70fd9763d2c593ee606bc899801ee",
29
+ "comment": "Bump react-native-svg: 12.3.0 -> 12.5.0"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 06 Dec 2022 00:46:41 GMT",
6
36
  "tag": "@fluentui-react-native/experimental-expander_v0.4.25",
7
37
  "version": "0.4.25",
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 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 16:57:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.1
8
+
9
+ Tue, 06 Dec 2022 16:57:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.8.24
14
+
15
+ ## 0.5.0
16
+
17
+ Tue, 06 Dec 2022 02:02:55 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Bump react-native-svg: 12.3.0 -> 12.5.0 (winlarry@microsoft.com)
22
+
7
23
  ## 0.4.25
8
24
 
9
- Tue, 06 Dec 2022 00:44:15 GMT
25
+ Tue, 06 Dec 2022 00:46:41 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.25",
3
+ "version": "0.5.1",
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.23"
30
+ "@fluentui-react-native/framework": "0.8.24"
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>