@fluentui/react-icons 0.4.6 → 0.4.9
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 +46 -1
- package/CHANGELOG.md +29 -2
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/lib-amd/version.js +1 -1
- package/lib-amd/version.js.map +1 -1
- package/lib-commonjs/version.js +1 -1
- package/lib-commonjs/version.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "@fluentui/react-icons",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 02 Sep 2022 18:22:32 GMT",
|
|
6
|
+
"tag": "@fluentui/react-icons_v0.4.9",
|
|
7
|
+
"version": "0.4.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @uifabric/utilities to v7.38.0",
|
|
12
|
+
"author": "gcox@microsoft.com",
|
|
13
|
+
"commit": "26cac141351b351aadd175f37ef0e0030bdd698e",
|
|
14
|
+
"package": "@fluentui/react-icons"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 02 Sep 2022 16:57:15 GMT",
|
|
21
|
+
"tag": "@fluentui/react-icons_v0.4.8",
|
|
22
|
+
"version": "0.4.8",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @uifabric/utilities to v7.37.0",
|
|
27
|
+
"author": "mgodbolt@microsoft.com",
|
|
28
|
+
"commit": "9c47d023d945cfe75049dc8521ff4885dff17c90",
|
|
29
|
+
"package": "@fluentui/react-icons"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 01 Sep 2022 23:27:06 GMT",
|
|
36
|
+
"tag": "@fluentui/react-icons_v0.4.7",
|
|
37
|
+
"version": "0.4.7",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @uifabric/utilities to v7.36.1",
|
|
42
|
+
"author": "gcox@microsoft.com",
|
|
43
|
+
"commit": "4e6f8be75f7613117739c82c6fa89a939405a6ac",
|
|
44
|
+
"package": "@fluentui/react-icons"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Tue, 30 Aug 2022 00:07:57 GMT",
|
|
6
51
|
"tag": "@fluentui/react-icons_v0.4.6",
|
|
7
52
|
"version": "0.4.6",
|
|
8
53
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-icons
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 02 Sep 2022 18:22:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.9)
|
|
8
|
+
|
|
9
|
+
Fri, 02 Sep 2022 18:22:32 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.8..@fluentui/react-icons_v0.4.9)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @uifabric/utilities to v7.38.0 ([PR #24654](https://github.com/microsoft/fluentui/pull/24654) by gcox@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [0.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.8)
|
|
17
|
+
|
|
18
|
+
Fri, 02 Sep 2022 16:57:15 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.7..@fluentui/react-icons_v0.4.8)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @uifabric/utilities to v7.37.0 ([PR #24627](https://github.com/microsoft/fluentui/pull/24627) by mgodbolt@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [0.4.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.7)
|
|
26
|
+
|
|
27
|
+
Thu, 01 Sep 2022 23:27:06 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.6..@fluentui/react-icons_v0.4.7)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- Bump @uifabric/utilities to v7.36.1 ([PR #24628](https://github.com/microsoft/fluentui/pull/24628) by gcox@microsoft.com)
|
|
33
|
+
|
|
7
34
|
## [0.4.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.6)
|
|
8
35
|
|
|
9
|
-
Tue, 30 Aug 2022 00:
|
|
36
|
+
Tue, 30 Aug 2022 00:07:57 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.5..@fluentui/react-icons_v0.4.6)
|
|
11
38
|
|
|
12
39
|
### Patches
|
package/lib/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Do not modify this file; it is generated as part of publish.
|
|
2
2
|
// The checked in version is a placeholder only and will not be updated.
|
|
3
3
|
import { setVersion } from '@uifabric/set-version';
|
|
4
|
-
setVersion('@fluentui/react-icons', '0.4.
|
|
4
|
+
setVersion('@fluentui/react-icons', '0.4.8');
|
|
5
5
|
//# sourceMappingURL=version.js.map
|
package/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,UAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,UAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.8');"]}
|
package/lib-amd/version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
set_version_1.setVersion('@fluentui/react-icons', '0.4.
|
|
4
|
+
set_version_1.setVersion('@fluentui/react-icons', '0.4.8');
|
|
5
5
|
});
|
|
6
6
|
//# sourceMappingURL=version.js.map
|
package/lib-amd/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.8');"]}
|
package/lib-commonjs/version.js
CHANGED
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
// Do not modify this file; it is generated as part of publish.
|
|
4
4
|
// The checked in version is a placeholder only and will not be updated.
|
|
5
5
|
var set_version_1 = require("@uifabric/set-version");
|
|
6
|
-
set_version_1.setVersion('@fluentui/react-icons', '0.4.
|
|
6
|
+
set_version_1.setVersion('@fluentui/react-icons', '0.4.8');
|
|
7
7
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,qDAAmD;AACnD,wBAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,qDAAmD;AACnD,wBAAU,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-icons', '0.4.8');"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-icons",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "React components for building web experiences.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@microsoft/load-themed-styles": "^1.10.26",
|
|
49
49
|
"@uifabric/set-version": "^7.0.24",
|
|
50
|
-
"@uifabric/utilities": "^7.
|
|
50
|
+
"@uifabric/utilities": "^7.38.0",
|
|
51
51
|
"tslib": "^1.10.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|