@fluentui/react-search 0.0.0-nightly-20240423-0406.1 → 9.0.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.md +8 -12
- package/package.json +13 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-search
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 23 Apr 2024
|
|
3
|
+
This log was last generated on Tue, 23 Apr 2024 08:12:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.1)
|
|
8
8
|
|
|
9
|
-
Tue, 23 Apr 2024
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.0..@fluentui/react-
|
|
9
|
+
Tue, 23 Apr 2024 08:12:12 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.0..@fluentui/react-search_v9.0.1)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-
|
|
16
|
-
- Bump @fluentui/react-
|
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-20240423-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/146af5e17a89e969794ae0b65f98b78e8dfed0d7) by beachball)
|
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240423-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/146af5e17a89e969794ae0b65f98b78e8dfed0d7) by beachball)
|
|
19
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240423-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/146af5e17a89e969794ae0b65f98b78e8dfed0d7) by beachball)
|
|
20
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240423-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/146af5e17a89e969794ae0b65f98b78e8dfed0d7) by beachball)
|
|
14
|
+
- Bump @fluentui/react-input to v9.4.72 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
|
|
16
|
+
- Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
|
|
21
17
|
|
|
22
18
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.0)
|
|
23
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-search",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Search input for Fluent UI v9",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
|
-
"@fluentui/react-conformance": "
|
|
30
|
-
"@fluentui/react-conformance-griffel": "
|
|
29
|
+
"@fluentui/react-conformance": "*",
|
|
30
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
31
31
|
"@fluentui/scripts-api-extractor": "*",
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@fluentui/react-icons": "^2.0.235",
|
|
36
|
-
"@fluentui/react-input": "
|
|
37
|
-
"@fluentui/react-jsx-runtime": "
|
|
38
|
-
"@fluentui/react-theme": "
|
|
39
|
-
"@fluentui/react-utilities": "
|
|
36
|
+
"@fluentui/react-input": "^9.4.72",
|
|
37
|
+
"@fluentui/react-jsx-runtime": "^9.0.36",
|
|
38
|
+
"@fluentui/react-theme": "^9.1.19",
|
|
39
|
+
"@fluentui/react-utilities": "^9.18.7",
|
|
40
40
|
"@griffel/react": "^1.5.14",
|
|
41
41
|
"@swc/helpers": "^0.5.1"
|
|
42
42
|
},
|
|
@@ -46,7 +46,12 @@
|
|
|
46
46
|
"react": ">=16.14.0 <19.0.0",
|
|
47
47
|
"react-dom": ">=16.14.0 <19.0.0"
|
|
48
48
|
},
|
|
49
|
-
"beachball": {
|
|
49
|
+
"beachball": {
|
|
50
|
+
"disallowedChangeTypes": [
|
|
51
|
+
"major",
|
|
52
|
+
"prerelease"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
50
55
|
"exports": {
|
|
51
56
|
".": {
|
|
52
57
|
"types": "./dist/index.d.ts",
|