@fluentui/react-context-selector 9.1.34 → 9.1.35

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 CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Sep 2023 13:27:23 GMT",
5
+ "date": "Tue, 26 Sep 2023 15:15:15 GMT",
6
+ "tag": "@fluentui/react-context-selector_v9.1.35",
7
+ "version": "9.1.35",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-context-selector",
13
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
14
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-context-selector",
19
+ "comment": "Bump @fluentui/react-utilities to v9.13.4",
20
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 06 Sep 2023 13:31:31 GMT",
6
27
  "tag": "@fluentui/react-context-selector_v9.1.34",
7
28
  "version": "9.1.34",
8
29
  "comments": {
@@ -11,7 +32,7 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui/react-context-selector",
13
34
  "comment": "Bump @fluentui/react-utilities to v9.13.3",
14
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
35
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
15
36
  }
16
37
  ]
17
38
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,27 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Wed, 06 Sep 2023 13:27:23 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 26 Sep 2023 15:15:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.35)
8
+
9
+ Tue, 26 Sep 2023 15:15:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.34..@fluentui/react-context-selector_v9.1.35)
11
+
12
+ ### Patches
13
+
14
+ - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.13.4 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
16
+
7
17
  ## [9.1.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.34)
8
18
 
9
- Wed, 06 Sep 2023 13:27:23 GMT
19
+ Wed, 06 Sep 2023 13:31:31 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.33..@fluentui/react-context-selector_v9.1.34)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-utilities to v9.13.3 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.13.3 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
15
25
 
16
26
  ## [9.1.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.33)
17
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.34",
3
+ "version": "9.1.35",
4
4
  "description": "React useContextSelector hook in userland",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,7 @@
28
28
  "@fluentui/scripts-tasks": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-utilities": "^9.13.3",
31
+ "@fluentui/react-utilities": "^9.13.4",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {