@fluentui-copilot/react-response-count 0.2.3 → 0.2.4

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,7 +2,52 @@
2
2
  "name": "@fluentui-copilot/react-response-count",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 31 May 2024 18:42:06 GMT",
5
+ "date": "Tue, 23 Jul 2024 00:55:16 GMT",
6
+ "tag": "@fluentui-copilot/react-response-count_v0.2.4",
7
+ "version": "0.2.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-response-count",
13
+ "commit": "2ab6acda372c69b7fdc733d7f402c64a66f98a1a",
14
+ "comment": "Bump Fluent UI version to latest"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 20 Jun 2024 23:05:54 GMT",
21
+ "tag": "@fluentui-copilot/react-response-count_v0.2.3",
22
+ "version": "0.2.3",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "tristan.watanabe@gmail.com",
27
+ "package": "@fluentui-copilot/react-response-count",
28
+ "commit": "b8a46e43b66fa17ed3cbb98a57171f9805ca5801",
29
+ "comment": "fix: failing e2e tests after playwright/test dependency update to v1.44.0."
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 13 Jun 2024 21:00:45 GMT",
36
+ "tag": "@fluentui-copilot/react-response-count_v0.2.3",
37
+ "version": "0.2.3",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "estebanmu@microsoft.com",
42
+ "package": "@fluentui-copilot/react-response-count",
43
+ "commit": "1c5c1ff08365635187ce50982a0c9cfcfdd3cc65",
44
+ "comment": "fix: Add second wave of exludes to tsconfig files to avoid type-check errors."
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 31 May 2024 18:42:54 GMT",
6
51
  "tag": "@fluentui-copilot/react-response-count_v0.2.3",
7
52
  "version": "0.2.3",
8
53
  "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 Fri, 31 May 2024 18:42:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 00:55:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.4)
8
+
9
+ Tue, 23 Jul 2024 00:55:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.3..@fluentui-copilot/react-response-count_v0.2.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump Fluent UI version to latest ([PR #1805](https://github.com/microsoft/fluentai/pull/1805) by jiangemma@microsoft.com)
15
+
7
16
  ## [0.2.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-response-count_v0.2.3)
8
17
 
9
- Fri, 31 May 2024 18:42:06 GMT
18
+ Fri, 31 May 2024 18:42:54 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-response-count_v0.2.2..@fluentui-copilot/react-response-count_v0.2.3)
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",
3
+ "version": "0.2.4",
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.52.0 <10.0.0",
19
- "@fluentui/react-jsx-runtime": ">=9.0.38 <10.0.0",
18
+ "@fluentui/react-components": ">=9.54.4 <10.0.0",
19
+ "@fluentui/react-jsx-runtime": ">=9.0.40 <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",