@fluentui-copilot/react-response-count 0.2.5 → 0.2.6
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 +16 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 31 Oct 2024 17:39:46 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-response-count_v0.2.6",
|
|
7
|
+
"version": "0.2.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jiangemma@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-response-count",
|
|
13
|
+
"commit": "81a90760f46654eacd8da2d67e867f5415c18db1",
|
|
14
|
+
"comment": "chore: bump @fluentui dependencies to latest 9.55.1."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 21 Aug 2024 00:26:04 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-response-count_v0.2.5",
|
|
7
22
|
"version": "0.2.5",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-response-count
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 31 Oct 2024 17:39:46 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.2.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.6)
|
|
8
|
+
|
|
9
|
+
Thu, 31 Oct 2024 17:39:46 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.5..@fluentui-copilot/react-response-count_v0.2.6)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: bump @fluentui dependencies to latest 9.55.1. ([PR #2243](https://github.com/microsoft/fluentai/pull/2243) by jiangemma@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.2.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.5)
|
|
8
17
|
|
|
9
|
-
Wed, 21 Aug 2024 00:
|
|
18
|
+
Wed, 21 Aug 2024 00:26:04 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.4..@fluentui-copilot/react-response-count_v0.2.5)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Fluent AI control for displaying the number of responses and the remaining response count",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@swc/helpers": "^0.5.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@fluentui/react-components": ">=9.
|
|
19
|
-
"@fluentui/react-jsx-runtime": ">=9.0.
|
|
18
|
+
"@fluentui/react-components": ">=9.55.1 <10.0.0",
|
|
19
|
+
"@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
|
|
20
20
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
21
21
|
"@types/react-dom": ">=16.9.8 <19.0.0",
|
|
22
22
|
"react": ">=16.14.0 <19.0.0",
|