@fluentui-copilot/react-response-count 0.0.0-nightly-20240313-0404-8abc883d.1 → 0.2.0
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 +7 -7
- package/CHANGELOG.md +6 -6
- package/package.json +6 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed, 13 Mar 2024
|
|
6
|
-
"tag": "@fluentui-copilot/react-response-count_v0.
|
|
7
|
-
"version": "0.
|
|
5
|
+
"date": "Wed, 13 Mar 2024 18:00:37 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-response-count_v0.2.0",
|
|
7
|
+
"version": "0.2.0",
|
|
8
8
|
"comments": {
|
|
9
|
-
"
|
|
9
|
+
"minor": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
12
|
"package": "@fluentui-copilot/react-response-count",
|
|
13
|
-
"commit": "
|
|
14
|
-
"comment": "
|
|
13
|
+
"commit": "9a2ab057b6446b33be459e7f8070a818129d2628",
|
|
14
|
+
"comment": "chore: rename package scope from @fluentai to @fluentui-copilot."
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-response-count
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 13 Mar 2024
|
|
3
|
+
This log was last generated on Wed, 13 Mar 2024 18:00:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.
|
|
7
|
+
## [0.2.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.0)
|
|
8
8
|
|
|
9
|
-
Wed, 13 Mar 2024
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-response-count_v0.1.0..@fluentui-copilot/react-response-count_v0.
|
|
9
|
+
Wed, 13 Mar 2024 18:00:37 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-response-count_v0.1.0..@fluentui-copilot/react-response-count_v0.2.0)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Minor changes
|
|
13
13
|
|
|
14
|
-
-
|
|
14
|
+
- chore: rename package scope from @fluentai to @fluentui-copilot. ([PR #1440](https://github.com/microsoft/fluentai/pull/1440) by tristan.watanabe@gmail.com)
|
|
15
15
|
|
|
16
16
|
## [0.1.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-response-count_v0.1.0)
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-response-count",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
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",
|
|
@@ -22,7 +22,11 @@
|
|
|
22
22
|
"react": ">=16.14.0 <19.0.0",
|
|
23
23
|
"react-dom": ">=16.14.0 <19.0.0"
|
|
24
24
|
},
|
|
25
|
-
"beachball": {
|
|
25
|
+
"beachball": {
|
|
26
|
+
"disallowedChangeTypes": [
|
|
27
|
+
"major"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
26
30
|
"exports": {
|
|
27
31
|
".": {
|
|
28
32
|
"types": "./dist/index.d.ts",
|