@fluentui/react-shared-contexts 0.1.1 → 0.1.4
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 +9 -6
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,52 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 01 Sep 2022 23:24:29 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v0.1.4",
|
7
|
+
"version": "0.1.4",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "Bump @uifabric/test-utilities to v7.3.3",
|
12
|
+
"author": "gcox@microsoft.com",
|
13
|
+
"commit": "4e6f8be75f7613117739c82c6fa89a939405a6ac",
|
14
|
+
"package": "@fluentui/react-shared-contexts"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 19 May 2022 12:29:07 GMT",
|
21
|
+
"tag": "@fluentui/react-shared-contexts_v0.1.3",
|
22
|
+
"version": "0.1.3",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"comment": "Update React compatibility to support React <18.0.0",
|
27
|
+
"author": "tmichon@microsoft.com",
|
28
|
+
"commit": "cfafa8b0de5d3d83307a2c091b9cf4a4d1909f2a",
|
29
|
+
"package": "@fluentui/react-shared-contexts"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Fri, 26 Feb 2021 21:31:33 GMT",
|
36
|
+
"tag": "@fluentui/react-shared-contexts_v0.1.2",
|
37
|
+
"version": "0.1.2",
|
38
|
+
"comments": {
|
39
|
+
"patch": [
|
40
|
+
{
|
41
|
+
"comment": "Publish packages with names that also exist in master under dist-tag lts-7",
|
42
|
+
"author": "elcraig@microsoft.com",
|
43
|
+
"commit": "deaecebffee8e4fd004cc5951d199bdee5585015",
|
44
|
+
"package": "@fluentui/react-shared-contexts"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Tue, 17 Nov 2020 12:27:56 GMT",
|
6
51
|
"tag": "@fluentui/react-shared-contexts_v0.1.1",
|
7
52
|
"version": "0.1.1",
|
8
53
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,39 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 01 Sep 2022 23:24:29 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.1.4)
|
8
|
+
|
9
|
+
Thu, 01 Sep 2022 23:24:29 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v0.1.3..@fluentui/react-shared-contexts_v0.1.4)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @uifabric/test-utilities to v7.3.3 ([PR #24628](https://github.com/microsoft/fluentui/pull/24628) by gcox@microsoft.com)
|
15
|
+
|
16
|
+
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.1.3)
|
17
|
+
|
18
|
+
Thu, 19 May 2022 12:29:07 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v0.1.2..@fluentui/react-shared-contexts_v0.1.3)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- Update React compatibility to support React <18.0.0 ([PR #22921](https://github.com/microsoft/fluentui/pull/22921) by tmichon@microsoft.com)
|
24
|
+
|
25
|
+
## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.1.2)
|
26
|
+
|
27
|
+
Fri, 26 Feb 2021 21:31:33 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v0.1.1..@fluentui/react-shared-contexts_v0.1.2)
|
29
|
+
|
30
|
+
### Patches
|
31
|
+
|
32
|
+
- Publish packages with names that also exist in master under dist-tag lts-7 ([PR #17191](https://github.com/microsoft/fluentui/pull/17191) by elcraig@microsoft.com)
|
33
|
+
|
7
34
|
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.1.1)
|
8
35
|
|
9
|
-
Tue, 17 Nov 2020 12:
|
36
|
+
Tue, 17 Nov 2020 12:27:56 GMT
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.1..@fluentui/react-shared-contexts_v0.1.1)
|
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-shared-contexts', '0.1.
|
4
|
+
setVersion('@fluentui/react-shared-contexts', '0.1.3');
|
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,iCAAiC,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-shared-contexts', '0.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,iCAAiC,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-shared-contexts', '0.1.3');"]}
|
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-shared-contexts', '0.1.
|
4
|
+
set_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.3');
|
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,iCAAiC,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-shared-contexts', '0.1.
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,iCAAiC,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-shared-contexts', '0.1.3');"]}
|
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-shared-contexts', '0.1.
|
6
|
+
set_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.3');
|
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,iCAAiC,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-shared-contexts', '0.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,iCAAiC,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-shared-contexts', '0.1.3');"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.4",
|
4
4
|
"description": "Fluent UI React Contexts shared by multiple components.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -25,25 +25,28 @@
|
|
25
25
|
"update-snapshots": "just-scripts jest -u"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@fluentui/eslint-plugin": "^0.54.
|
28
|
+
"@fluentui/eslint-plugin": "^0.54.2",
|
29
29
|
"@types/enzyme": "3.10.3",
|
30
30
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
31
31
|
"@types/jest": "~24.9.0",
|
32
32
|
"@types/react": "16.8.25",
|
33
33
|
"@types/react-test-renderer": "^16.0.0",
|
34
34
|
"@uifabric/build": "^7.0.0",
|
35
|
-
"@uifabric/test-utilities": "^7.3.
|
35
|
+
"@uifabric/test-utilities": "^7.3.3",
|
36
36
|
"enzyme": "~3.10.0",
|
37
37
|
"enzyme-adapter-react-16": "^1.15.0",
|
38
38
|
"react": "16.8.6",
|
39
39
|
"react-test-renderer": "^16.3.0"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@uifabric/set-version": "^7.0.
|
42
|
+
"@uifabric/set-version": "^7.0.24",
|
43
43
|
"tslib": "^1.10.0"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
|
-
"@types/react": ">=16.8.0 <
|
47
|
-
"react": ">=16.8.0 <
|
46
|
+
"@types/react": ">=16.8.0 <18.0.0",
|
47
|
+
"react": ">=16.8.0 <18.0.0"
|
48
|
+
},
|
49
|
+
"beachball": {
|
50
|
+
"tag": "lts-7"
|
48
51
|
}
|
49
52
|
}
|