Skip to content

Commit 6a54d72

Browse files
author
Fluent UI Build
committed
applying package updates
1 parent 9ffe042 commit 6a54d72

8 files changed

+60
-30
lines changed

change/@fluentui-contrib-react-keytips-ab55309a-1b74-44f6-b32e-5380a1a0e505.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-contrib-react-resize-handle-4b03fba0-74e7-4937-a468-cde9594620c2.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-contrib-react-resize-handle-8fb0ac31-88c6-48df-a613-d24193a28c82.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-contrib-react-resize-handle-9f3df5e1-51f0-42bf-926f-31522cdb8666.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-keytips/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-contrib/react-keytips",
33
"entries": [
4+
{
5+
"date": "Thu, 15 May 2025 10:13:29 GMT",
6+
"tag": "@fluentui-contrib/react-keytips_v0.2.2",
7+
"version": "0.2.2",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-contrib/react-keytips",
13+
"commit": "7aa505b06e8704a6ca8cd115165bd670814465df",
14+
"comment": "Fix typo in `react-keytips/stories/Overflow`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 10 Apr 2025 14:11:17 GMT",
621
"tag": "@fluentui-contrib/react-keytips_v0.2.2",

packages/react-resize-handle/CHANGELOG.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
{
22
"name": "@fluentui-contrib/react-resize-handle",
33
"entries": [
4+
{
5+
"date": "Thu, 15 May 2025 10:13:29 GMT",
6+
"tag": "@fluentui-contrib/react-resize-handle_v0.7.0",
7+
"version": "0.7.0",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-contrib/react-resize-handle",
13+
"commit": "7617f68d8c19fe78f2e3d89ab5fa4741c114b76e",
14+
"comment": "fix(resize-handle): updates for #375"
15+
}
16+
],
17+
"minor": [
18+
{
19+
"author": "[email protected]",
20+
"package": "@fluentui-contrib/react-resize-handle",
21+
"commit": "9ffe042cf4f5f27fc317fa2baabd78ea768d46f0",
22+
"comment": "feat: support viewport units"
23+
}
24+
],
25+
"patch": [
26+
{
27+
"author": "[email protected]",
28+
"package": "@fluentui-contrib/react-resize-handle",
29+
"commit": "87988c0c483861cc79448f6e62f54280ac654eb3",
30+
"comment": "fix: do not call `onChange` with stale values"
31+
}
32+
]
33+
}
34+
},
435
{
536
"date": "Thu, 10 Apr 2025 14:11:17 GMT",
637
"tag": "@fluentui-contrib/react-resize-handle_v0.6.3",

packages/react-resize-handle/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - @fluentui-contrib/react-resize-handle
22

3-
This log was last generated on Thu, 10 Apr 2025 14:11:17 GMT and should not be manually modified.
3+
This log was last generated on Thu, 15 May 2025 10:13:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.7.0
8+
9+
Thu, 15 May 2025 10:13:29 GMT
10+
11+
### Minor changes
12+
13+
- feat: support viewport units ([email protected])
14+
15+
### Patches
16+
17+
- fix: do not call `onChange` with stale values ([email protected])
18+
719
## 0.6.3
820

921
Thu, 10 Apr 2025 14:11:17 GMT

packages/react-resize-handle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-contrib/react-resize-handle",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"peerDependencies": {
55
"@fluentui/react-components": ">=9.35.1 <10.0.0",
66
"@types/react": ">=16.8.0 <19.0.0",

0 commit comments

Comments
 (0)