@fluentui/react-teaching-popover 0.0.0-nightly-20240502-0405.1 → 9.1.1
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.md +15 -20
- package/package.json +18 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-teaching-popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 02 May 2024
|
|
3
|
+
This log was last generated on Thu, 02 May 2024 11:31:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
8
|
-
|
|
9
|
-
Thu, 02 May 2024
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.1.0..@fluentui/react-teaching-
|
|
11
|
-
|
|
12
|
-
###
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-
|
|
19
|
-
- Bump @fluentui/react-
|
|
20
|
-
- Bump @fluentui/react-
|
|
21
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-20240502-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/a4d942fed844dbf02dbda091f13228505ad622c6) by beachball)
|
|
22
|
-
- Bump @fluentui/react-aria to v0.0.0-nightly-20240502-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/a4d942fed844dbf02dbda091f13228505ad622c6) by beachball)
|
|
23
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20240502-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/a4d942fed844dbf02dbda091f13228505ad622c6) by beachball)
|
|
24
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240502-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/a4d942fed844dbf02dbda091f13228505ad622c6) by beachball)
|
|
25
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240502-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/a4d942fed844dbf02dbda091f13228505ad622c6) by beachball)
|
|
7
|
+
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.1.1)
|
|
8
|
+
|
|
9
|
+
Thu, 02 May 2024 11:31:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.1.0..@fluentui/react-teaching-popover_v9.1.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
|
15
|
+
- fix: Arrow was 1px offset and incorrect box-sizing ([PR #31161](https://github.com/microsoft/fluentui/pull/31161) by edwardwang.94@gmail.com)
|
|
16
|
+
- chore: fix TeachingPopover package name in LICENSE file and import path in bundle size ([PR #31159](https://github.com/microsoft/fluentui/pull/31159) by seanmonahan@microsoft.com)
|
|
17
|
+
- Bump @fluentui/react-popover to v9.9.6 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
18
|
+
- Bump @fluentui/react-button to v9.3.77 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
19
|
+
- Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
20
|
+
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
26
21
|
|
|
27
22
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.1.0)
|
|
28
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-teaching-popover",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"description": "New fluentui react package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -30,24 +30,24 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@fluentui/eslint-plugin": "*",
|
|
33
|
-
"@fluentui/react-conformance": "
|
|
34
|
-
"@fluentui/react-conformance-griffel": "
|
|
33
|
+
"@fluentui/react-conformance": "*",
|
|
34
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
35
35
|
"@fluentui/scripts-api-extractor": "*",
|
|
36
36
|
"@fluentui/scripts-tasks": "*"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@fluentui/react-jsx-runtime": "
|
|
40
|
-
"@fluentui/react-theme": "
|
|
41
|
-
"@fluentui/react-utilities": "
|
|
39
|
+
"@fluentui/react-jsx-runtime": "^9.0.36",
|
|
40
|
+
"@fluentui/react-theme": "^9.1.19",
|
|
41
|
+
"@fluentui/react-utilities": "^9.18.7",
|
|
42
42
|
"@griffel/react": "^1.5.14",
|
|
43
43
|
"@swc/helpers": "^0.5.1",
|
|
44
|
-
"@fluentui/react-shared-contexts": "
|
|
45
|
-
"@fluentui/react-popover": "
|
|
46
|
-
"@fluentui/react-button": "
|
|
47
|
-
"@fluentui/react-tabster": "
|
|
44
|
+
"@fluentui/react-shared-contexts": "^9.17.0",
|
|
45
|
+
"@fluentui/react-popover": "^9.9.6",
|
|
46
|
+
"@fluentui/react-button": "^9.3.77",
|
|
47
|
+
"@fluentui/react-tabster": "^9.21.0",
|
|
48
48
|
"@fluentui/react-icons": "^2.0.237",
|
|
49
|
-
"@fluentui/react-aria": "
|
|
50
|
-
"@fluentui/react-context-selector": "
|
|
49
|
+
"@fluentui/react-aria": "^9.11.0",
|
|
50
|
+
"@fluentui/react-context-selector": "^9.1.58",
|
|
51
51
|
"use-sync-external-store": "^1.2.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -65,5 +65,10 @@
|
|
|
65
65
|
},
|
|
66
66
|
"./package.json": "./package.json"
|
|
67
67
|
},
|
|
68
|
-
"beachball": {
|
|
68
|
+
"beachball": {
|
|
69
|
+
"disallowedChangeTypes": [
|
|
70
|
+
"major",
|
|
71
|
+
"prerelease"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
69
74
|
}
|