@fluentui/priority-overflow 9.1.5 → 9.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@fluentui/priority-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 13:23:18 GMT",
5
+ "date": "Tue, 26 Sep 2023 17:44:07 GMT",
6
+ "tag": "@fluentui/priority-overflow_v9.1.7",
7
+ "version": "9.1.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "yuanboxue@microsoft.com",
12
+ "package": "@fluentui/priority-overflow",
13
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
14
+ "comment": "chore: trigger manual version bump after broken release"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 26 Sep 2023 15:32:06 GMT",
21
+ "tag": "@fluentui/priority-overflow_v9.1.6",
22
+ "version": "9.1.6",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/priority-overflow",
28
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
29
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 05 Sep 2023 13:29:14 GMT",
6
36
  "tag": "@fluentui/priority-overflow_v9.1.5",
7
37
  "version": "9.1.5",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/priority-overflow
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:23:18 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 26 Sep 2023 17:44:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.1.7)
8
+
9
+ Tue, 26 Sep 2023 17:44:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.6..@fluentui/priority-overflow_v9.1.7)
11
+
12
+ ### Patches
13
+
14
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
15
+
16
+ ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.1.6)
17
+
18
+ Tue, 26 Sep 2023 15:32:06 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.5..@fluentui/priority-overflow_v9.1.6)
20
+
21
+ ### Patches
22
+
23
+ - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
24
+
7
25
  ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.1.5)
8
26
 
9
- Tue, 05 Sep 2023 13:23:18 GMT
27
+ Tue, 05 Sep 2023 13:29:14 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.4..@fluentui/priority-overflow_v9.1.5)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/priority-overflow",
3
- "version": "9.1.5",
3
+ "version": "9.1.7",
4
4
  "description": "Vanilla JS utilities to implement overflow menus",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",