@fluentui/react-positioning 9.3.2 → 9.3.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,36 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Nov 2022 23:02:41 GMT",
5
+ "date": "Mon, 05 Dec 2022 18:25:26 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.3.3",
7
+ "version": "9.3.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-positioning",
13
+ "commit": "109f6e6966ce703169c98134f1aedbaec17d6f93",
14
+ "comment": "chore: Migrate to new package structure."
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-positioning",
21
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.2",
22
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-positioning",
27
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
28
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Thu, 17 Nov 2022 23:05:44 GMT",
6
35
  "tag": "@fluentui/react-positioning_v9.3.2",
7
36
  "version": "9.3.2",
8
37
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Thu, 17 Nov 2022 23:02:41 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Dec 2022 18:25:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.3.3)
8
+
9
+ Mon, 05 Dec 2022 18:25:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.3.2..@fluentui/react-positioning_v9.3.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.1.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
15
+ - Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
16
+
7
17
  ## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.3.2)
8
18
 
9
- Thu, 17 Nov 2022 23:02:41 GMT
19
+ Thu, 17 Nov 2022 23:05:44 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.3.1..@fluentui/react-positioning_v9.3.2)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.3.2",
3
+ "version": "9.3.3",
4
4
  "description": "A react wrapper around Popper.js for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@floating-ui/dom": "^1.0.0",
31
- "@fluentui/react-shared-contexts": "^9.1.1",
32
- "@fluentui/react-theme": "^9.1.2",
31
+ "@fluentui/react-shared-contexts": "^9.1.2",
32
+ "@fluentui/react-theme": "^9.1.3",
33
33
  "@fluentui/react-utilities": "^9.2.2",
34
34
  "@griffel/react": "^1.4.2",
35
35
  "tslib": "^2.1.0"