@fluentui-copilot/react-reference 0.11.1 → 0.11.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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-copilot/react-reference",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 30 Apr 2024 20:54:47 GMT",
5
+ "date": "Wed, 08 May 2024 22:09:00 GMT",
6
+ "tag": "@fluentui-copilot/react-reference_v0.11.2",
7
+ "version": "0.11.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sarah.higley@microsoft.com",
12
+ "package": "@fluentui-copilot/react-reference",
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-reference_v0.11.1",
7
22
  "version": "0.11.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-copilot/react-reference
2
2
 
3
- This log was last generated on Tue, 30 Apr 2024 20:54:47 GMT and should not be manually modified.
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.11.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.11.2)
8
+
9
+ Wed, 08 May 2024 22:09:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.11.1..@fluentui-copilot/react-reference_v0.11.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.11.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.11.1)
8
17
 
9
- Tue, 30 Apr 2024 20:54:47 GMT
18
+ Tue, 30 Apr 2024 20:55:43 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-reference_v0.11.0..@fluentui-copilot/react-reference_v0.11.1)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-reference",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "Fluent AI controls for citations and references",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,19 +12,19 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-preview": "^0.4.1",
16
- "@fluentui-copilot/react-provider": "^0.8.1",
17
- "@fluentui-copilot/react-sensitivity-label": "^0.4.1",
15
+ "@fluentui-copilot/react-preview": "^0.4.2",
16
+ "@fluentui-copilot/react-provider": "^0.8.2",
17
+ "@fluentui-copilot/react-sensitivity-label": "^0.4.2",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@fluentui/keyboard-keys": ">=9.0.7 <10.0.0",
22
- "@fluentui/react-components": ">=9.49.0 <10.0.0",
23
- "@fluentui/react-context-selector": ">=9.1.58 <10.0.0",
24
- "@fluentui/react-icons": ">=2.0.237 <3.0.0",
25
- "@fluentui/react-jsx-runtime": ">=9.0.36 <10.0.0",
26
- "@fluentui/react-shared-contexts": ">=9.17.0 <10.0.0",
27
- "@fluentui/react-utilities": ">=9.18.7 <10.0.0",
22
+ "@fluentui/react-components": ">=9.49.2 <10.0.0",
23
+ "@fluentui/react-context-selector": ">=9.1.59 <10.0.0",
24
+ "@fluentui/react-icons": ">=2.0.239 <3.0.0",
25
+ "@fluentui/react-jsx-runtime": ">=9.0.37 <10.0.0",
26
+ "@fluentui/react-shared-contexts": ">=9.18.0 <10.0.0",
27
+ "@fluentui/react-utilities": ">=9.18.8 <10.0.0",
28
28
  "@types/react": ">=16.14.0 <19.0.0",
29
29
  "@types/react-dom": ">=16.9.8 <19.0.0",
30
30
  "react": ">=16.14.0 <19.0.0",