@fluentui-copilot/react-response-count 0.0.0-nightly-20240501-0406-278a94d6.1 → 0.2.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 CHANGED
@@ -2,22 +2,7 @@
2
2
  "name": "@fluentui-copilot/react-response-count",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 May 2024 04:11:56 GMT",
6
- "tag": "@fluentui-copilot/react-response-count_v0.0.0-nightly-20240501-0406-278a94d6.1",
7
- "version": "0.0.0-nightly-20240501-0406-278a94d6.1",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "fluentui-internal@service.microsoft.com",
12
- "package": "@fluentui-copilot/react-response-count",
13
- "commit": "not available",
14
- "comment": "Release nightly"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Tue, 30 Apr 2024 20:55:43 GMT",
5
+ "date": "Tue, 30 Apr 2024 20:54:47 GMT",
21
6
  "tag": "@fluentui-copilot/react-response-count_v0.2.1",
22
7
  "version": "0.2.1",
23
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,21 +1,12 @@
1
1
  # Change Log - @fluentui-copilot/react-response-count
2
2
 
3
- This log was last generated on Wed, 01 May 2024 04:11:56 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Apr 2024 20:54:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240501-0406-278a94d6.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.0.0-nightly-20240501-0406-278a94d6.1)
8
-
9
- Wed, 01 May 2024 04:11:56 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.1..@fluentui-copilot/react-response-count_v0.0.0-nightly-20240501-0406-278a94d6.1)
11
-
12
- ### Changes
13
-
14
- - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
-
16
7
  ## [0.2.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.1)
17
8
 
18
- Tue, 30 Apr 2024 20:55:43 GMT
9
+ Tue, 30 Apr 2024 20:54:47 GMT
19
10
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.0..@fluentui-copilot/react-response-count_v0.2.1)
20
11
 
21
12
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-response-count",
3
- "version": "0.0.0-nightly-20240501-0406-278a94d6.1",
3
+ "version": "0.2.1",
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",