@fluentui/react-theme 9.1.0 → 9.1.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 +16 -1
- package/CHANGELOG.md +11 -2
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-theme",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu,
|
5
|
+
"date": "Thu, 20 Oct 2022 08:35:31 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v9.1.1",
|
7
|
+
"version": "9.1.1",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "mgodbolt@microsoft.com",
|
12
|
+
"package": "@fluentui/react-theme",
|
13
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
14
|
+
"comment": "chore: Bump peer deps to support React 18"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 15 Sep 2022 09:49:36 GMT",
|
6
21
|
"tag": "@fluentui/react-theme_v9.1.0",
|
7
22
|
"version": "9.1.0",
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 20 Oct 2022 08:35:31 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.1)
|
8
|
+
|
9
|
+
Thu, 20 Oct 2022 08:35:31 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.0..@fluentui/react-theme_v9.1.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
15
|
+
|
7
16
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.0)
|
8
17
|
|
9
|
-
Thu, 15 Sep 2022 09:
|
18
|
+
Thu, 15 Sep 2022 09:49:36 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0..@fluentui/react-theme_v9.1.0)
|
11
20
|
|
12
21
|
### Minor changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.1",
|
4
4
|
"description": "Fluent UI themes",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,10 +34,10 @@
|
|
34
34
|
"tslib": "^2.1.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"@types/react": ">=16.8.0 <
|
38
|
-
"@types/react-dom": ">=16.8.0 <
|
39
|
-
"react": ">=16.8.0 <
|
40
|
-
"react-dom": ">=16.8.0 <
|
37
|
+
"@types/react": ">=16.8.0 <19.0.0",
|
38
|
+
"@types/react-dom": ">=16.8.0 <19.0.0",
|
39
|
+
"react": ">=16.8.0 <19.0.0",
|
40
|
+
"react-dom": ">=16.8.0 <19.0.0"
|
41
41
|
},
|
42
42
|
"beachball": {
|
43
43
|
"disallowedChangeTypes": [
|