@fluentui/react-theme 9.1.15 → 9.1.16
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -2
- package/package.json +9 -3
- package/CHANGELOG.json +0 -1785
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 09 Nov 2023 17:23:15 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.16)
|
8
|
+
|
9
|
+
Thu, 09 Nov 2023 17:23:15 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.15..@fluentui/react-theme_v9.1.16)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.13 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
16
|
+
|
7
17
|
## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.15)
|
8
18
|
|
9
|
-
Wed, 01 Nov 2023 12:
|
19
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.14..@fluentui/react-theme_v9.1.15)
|
11
21
|
|
12
22
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.16",
|
4
4
|
"description": "Fluent UI themes",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@fluentui/tokens": "1.0.0-alpha.
|
33
|
+
"@fluentui/tokens": "1.0.0-alpha.13",
|
34
34
|
"@swc/helpers": "^0.5.1"
|
35
35
|
},
|
36
36
|
"beachball": {
|
@@ -47,5 +47,11 @@
|
|
47
47
|
"require": "./lib-commonjs/index.js"
|
48
48
|
},
|
49
49
|
"./package.json": "./package.json"
|
50
|
-
}
|
50
|
+
},
|
51
|
+
"files": [
|
52
|
+
"*.md",
|
53
|
+
"dist/*.d.ts",
|
54
|
+
"lib",
|
55
|
+
"lib-commonjs"
|
56
|
+
]
|
51
57
|
}
|