@fluentui-copilot/react-response-count 0.2.1 → 0.2.2
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": "Wed, 08 May 2024 22:09:00 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-response-count_v0.2.2",
|
|
7
|
+
"version": "0.2.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sarah.higley@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-response-count",
|
|
13
|
+
"commit": "44f1da0736caf911d7d9f2d7a30b4e983a5a8b2e",
|
|
14
|
+
"comment": "chore: bump @fluentui/react-components to latest, 9.49.2"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 30 Apr 2024 20:55:43 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-response-count_v0.2.1",
|
|
7
22
|
"version": "0.2.1",
|
|
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 Wed, 08 May 2024 22:09:00 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.2.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.2)
|
|
8
|
+
|
|
9
|
+
Wed, 08 May 2024 22:09:00 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.1..@fluentui-copilot/react-response-count_v0.2.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: bump @fluentui/react-components to latest, 9.49.2 ([PR #1614](https://github.com/microsoft/fluentai/pull/1614) by sarah.higley@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.2.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.1)
|
|
8
17
|
|
|
9
|
-
Tue, 30 Apr 2024 20:
|
|
18
|
+
Tue, 30 Apr 2024 20:55:43 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.0..@fluentui-copilot/react-response-count_v0.2.1)
|
|
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.2",
|
|
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.49.
|
|
19
|
-
"@fluentui/react-jsx-runtime": ">=9.0.
|
|
18
|
+
"@fluentui/react-components": ">=9.49.2 <10.0.0",
|
|
19
|
+
"@fluentui/react-jsx-runtime": ">=9.0.37 <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",
|