@fluentui-copilot/react-reference 0.0.0-nightly-20241030-0407-adae44fa.1 → 0.0.0-nightly-20241101-0406-ab2d8a95.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 +38 -11
- package/CHANGELOG.md +19 -8
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-reference",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Fri, 01 Nov 2024 04:14:20 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-reference_v0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
7
|
+
"version": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
@@ -16,26 +16,53 @@
|
|
|
16
16
|
{
|
|
17
17
|
"author": "beachball",
|
|
18
18
|
"package": "@fluentui-copilot/react-reference",
|
|
19
|
-
"comment": "Bump @fluentui-copilot/react-preview to v0.0.0-nightly-
|
|
20
|
-
"commit": "
|
|
19
|
+
"comment": "Bump @fluentui-copilot/react-preview to v0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
20
|
+
"commit": "a6b2a94f698bf73bac8af967da5152ff51015708"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"author": "beachball",
|
|
24
24
|
"package": "@fluentui-copilot/react-reference",
|
|
25
|
-
"comment": "Bump @fluentui-copilot/react-provider to v0.0.0-nightly-
|
|
26
|
-
"commit": "
|
|
25
|
+
"comment": "Bump @fluentui-copilot/react-provider to v0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
26
|
+
"commit": "a6b2a94f698bf73bac8af967da5152ff51015708"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"author": "beachball",
|
|
30
30
|
"package": "@fluentui-copilot/react-reference",
|
|
31
|
-
"comment": "Bump @fluentui-copilot/react-sensitivity-label to v0.0.0-nightly-
|
|
32
|
-
"commit": "
|
|
31
|
+
"comment": "Bump @fluentui-copilot/react-sensitivity-label to v0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
32
|
+
"commit": "a6b2a94f698bf73bac8af967da5152ff51015708"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"author": "beachball",
|
|
36
36
|
"package": "@fluentui-copilot/react-reference",
|
|
37
|
-
"comment": "Bump @fluentui-copilot/react-utilities to v0.0.0-nightly-
|
|
38
|
-
"commit": "
|
|
37
|
+
"comment": "Bump @fluentui-copilot/react-utilities to v0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
38
|
+
"commit": "a6b2a94f698bf73bac8af967da5152ff51015708"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Thu, 31 Oct 2024 17:41:07 GMT",
|
|
45
|
+
"tag": "@fluentui-copilot/react-reference_v0.13.6",
|
|
46
|
+
"version": "0.13.6",
|
|
47
|
+
"comments": {
|
|
48
|
+
"patch": [
|
|
49
|
+
{
|
|
50
|
+
"author": "jiangemma@microsoft.com",
|
|
51
|
+
"package": "@fluentui-copilot/react-reference",
|
|
52
|
+
"commit": "96bd4add874edfcba286ae29e435de8c7c1cfd67",
|
|
53
|
+
"comment": "fix(react-reference): Fix width of reference with link"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "jiangemma@microsoft.com",
|
|
57
|
+
"package": "@fluentui-copilot/react-reference",
|
|
58
|
+
"commit": "7329e87c9e24bb03db036f4d511bbe9fd96210f6",
|
|
59
|
+
"comment": "fix(react-reference): Fix accessible names of Reference close button to say \"Close\" first"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "jiangemma@microsoft.com",
|
|
63
|
+
"package": "@fluentui-copilot/react-reference",
|
|
64
|
+
"commit": "81a90760f46654eacd8da2d67e867f5415c18db1",
|
|
65
|
+
"comment": "chore: bump @fluentui dependencies to latest 9.55.1."
|
|
39
66
|
}
|
|
40
67
|
]
|
|
41
68
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,32 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-reference
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 01 Nov 2024 04:14:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20241101-0406-ab2d8a95.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.0.0-nightly-20241101-0406-ab2d8a95.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.13.
|
|
9
|
+
Fri, 01 Nov 2024 04:14:20 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.13.6..@fluentui-copilot/react-reference_v0.0.0-nightly-20241101-0406-ab2d8a95.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
14
|
- Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
-
- Bump @fluentui-copilot/react-preview to v0.0.0-nightly-
|
|
16
|
-
- Bump @fluentui-copilot/react-provider to v0.0.0-nightly-
|
|
17
|
-
- Bump @fluentui-copilot/react-sensitivity-label to v0.0.0-nightly-
|
|
18
|
-
- Bump @fluentui-copilot/react-utilities to v0.0.0-nightly-
|
|
15
|
+
- Bump @fluentui-copilot/react-preview to v0.0.0-nightly-20241101-0406-ab2d8a95.1 ([commit](https://github.com/microsoft/fluentai/commit/a6b2a94f698bf73bac8af967da5152ff51015708) by beachball)
|
|
16
|
+
- Bump @fluentui-copilot/react-provider to v0.0.0-nightly-20241101-0406-ab2d8a95.1 ([commit](https://github.com/microsoft/fluentai/commit/a6b2a94f698bf73bac8af967da5152ff51015708) by beachball)
|
|
17
|
+
- Bump @fluentui-copilot/react-sensitivity-label to v0.0.0-nightly-20241101-0406-ab2d8a95.1 ([commit](https://github.com/microsoft/fluentai/commit/a6b2a94f698bf73bac8af967da5152ff51015708) by beachball)
|
|
18
|
+
- Bump @fluentui-copilot/react-utilities to v0.0.0-nightly-20241101-0406-ab2d8a95.1 ([commit](https://github.com/microsoft/fluentai/commit/a6b2a94f698bf73bac8af967da5152ff51015708) by beachball)
|
|
19
|
+
|
|
20
|
+
## [0.13.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.13.6)
|
|
21
|
+
|
|
22
|
+
Thu, 31 Oct 2024 17:41:07 GMT
|
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.13.2..@fluentui-copilot/react-reference_v0.13.6)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- fix(react-reference): Fix width of reference with link ([PR #2228](https://github.com/microsoft/fluentai/pull/2228) by jiangemma@microsoft.com)
|
|
28
|
+
- fix(react-reference): Fix accessible names of Reference close button to say "Close" first ([PR #2281](https://github.com/microsoft/fluentai/pull/2281) by jiangemma@microsoft.com)
|
|
29
|
+
- chore: bump @fluentui dependencies to latest 9.55.1. ([PR #2243](https://github.com/microsoft/fluentai/pull/2243) by jiangemma@microsoft.com)
|
|
19
30
|
|
|
20
31
|
## [0.13.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.13.2)
|
|
21
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-reference",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
4
4
|
"description": "Fluent AI controls for citations and references",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-preview": "0.0.0-nightly-
|
|
16
|
-
"@fluentui-copilot/react-provider": "0.0.0-nightly-
|
|
17
|
-
"@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-
|
|
18
|
-
"@fluentui-copilot/react-utilities": "0.0.0-nightly-
|
|
15
|
+
"@fluentui-copilot/react-preview": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
16
|
+
"@fluentui-copilot/react-provider": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
17
|
+
"@fluentui-copilot/react-sensitivity-label": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
18
|
+
"@fluentui-copilot/react-utilities": "0.0.0-nightly-20241101-0406-ab2d8a95.1",
|
|
19
19
|
"@swc/helpers": "^0.5.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|