@fluentui-react-native/experimental-expander 0.6.12 → 0.6.13

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,15 +2,21 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 03 Nov 2023 18:49:36 GMT",
6
- "version": "0.6.12",
7
- "tag": "@fluentui-react-native/experimental-expander_v0.6.12",
5
+ "date": "Tue, 07 Nov 2023 20:15:45 GMT",
6
+ "version": "0.6.13",
7
+ "tag": "@fluentui-react-native/experimental-expander_v0.6.13",
8
8
  "comments": {
9
9
  "patch": [
10
+ {
11
+ "author": "safreibe@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "252935c886c6ffba5fd30593e63cbce4f61f7a90",
14
+ "comment": "Manually bump packages stuck in the pipeline"
15
+ },
10
16
  {
11
17
  "author": "beachball",
12
18
  "package": "@fluentui-react-native/experimental-expander",
13
- "comment": "Bump @fluentui-react-native/framework to v0.11.9",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.11.10",
14
20
  "commit": "not available"
15
21
  }
16
22
  ]
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Fri, 03 Nov 2023 18:49:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Nov 2023 20:15:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.6.12
7
+ ## 0.6.13
8
8
 
9
- Fri, 03 Nov 2023 18:49:36 GMT
9
+ Tue, 07 Nov 2023 20:15:45 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @fluentui-react-native/framework to v0.11.9
13
+ - Manually bump packages stuck in the pipeline (safreibe@microsoft.com)
14
+ - Bump @fluentui-react-native/framework to v0.11.10
14
15
 
15
16
  ## 0.6.11
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
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.5.1",
30
- "@fluentui-react-native/framework": "0.11.9"
30
+ "@fluentui-react-native/framework": "0.11.10"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",