@fluentui/react-search 9.0.0 → 9.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-search
2
2
 
3
- This log was last generated on Wed, 17 Apr 2024 21:47:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 May 2024 11:31:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.2)
8
+
9
+ Thu, 02 May 2024 11:31:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.1..@fluentui/react-search_v9.0.2)
11
+
12
+ ### Patches
13
+
14
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-input to v9.4.73 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
16
+
17
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.1)
18
+
19
+ Tue, 23 Apr 2024 08:17:49 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.0..@fluentui/react-search_v9.0.1)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-input to v9.4.72 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
27
+
7
28
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.0)
8
29
 
9
- Wed, 17 Apr 2024 21:47:25 GMT
30
+ Wed, 17 Apr 2024 21:53:57 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.2.0..@fluentui/react-search_v9.0.0)
11
32
 
12
33
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-search",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Search input for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,11 +32,11 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-icons": "^2.0.235",
36
- "@fluentui/react-input": "^9.4.71",
37
- "@fluentui/react-jsx-runtime": "^9.0.35",
35
+ "@fluentui/react-icons": "^2.0.237",
36
+ "@fluentui/react-input": "^9.4.73",
37
+ "@fluentui/react-jsx-runtime": "^9.0.36",
38
38
  "@fluentui/react-theme": "^9.1.19",
39
- "@fluentui/react-utilities": "^9.18.6",
39
+ "@fluentui/react-utilities": "^9.18.7",
40
40
  "@griffel/react": "^1.5.14",
41
41
  "@swc/helpers": "^0.5.1"
42
42
  },