@fluentui/react-message-bar 0.0.0-nightly-20231018-0416.1 → 9.0.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.json +13 -37
- package/CHANGELOG.md +9 -13
- package/package.json +14 -9
package/CHANGELOG.json
CHANGED
|
@@ -2,58 +2,34 @@
|
|
|
2
2
|
"name": "@fluentui/react-message-bar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed, 18 Oct 2023
|
|
6
|
-
"tag": "@fluentui/react-message-
|
|
7
|
-
"version": "
|
|
5
|
+
"date": "Wed, 18 Oct 2023 17:47:34 GMT",
|
|
6
|
+
"tag": "@fluentui/react-message-bar_v9.0.1",
|
|
7
|
+
"version": "9.0.1",
|
|
8
8
|
"comments": {
|
|
9
|
-
"
|
|
10
|
-
{
|
|
11
|
-
"author": "fluentui-internal@service.microsoft.com",
|
|
12
|
-
"package": "@fluentui/react-message-bar",
|
|
13
|
-
"commit": "not available",
|
|
14
|
-
"comment": "Release nightly v9"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "beachball",
|
|
18
|
-
"package": "@fluentui/react-message-bar",
|
|
19
|
-
"comment": "Bump @fluentui/react-button to v0.0.0-nightly-20231018-0416.1",
|
|
20
|
-
"commit": "9181479ae9b10ee27c07e163c1bed50c126a0152"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "beachball",
|
|
24
|
-
"package": "@fluentui/react-message-bar",
|
|
25
|
-
"comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20231018-0416.1",
|
|
26
|
-
"commit": "9181479ae9b10ee27c07e163c1bed50c126a0152"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"author": "beachball",
|
|
30
|
-
"package": "@fluentui/react-message-bar",
|
|
31
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20231018-0416.1",
|
|
32
|
-
"commit": "9181479ae9b10ee27c07e163c1bed50c126a0152"
|
|
33
|
-
},
|
|
9
|
+
"patch": [
|
|
34
10
|
{
|
|
35
|
-
"author": "
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
36
12
|
"package": "@fluentui/react-message-bar",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
13
|
+
"commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30",
|
|
14
|
+
"comment": "chore Add bundle size fixture for MessageBar"
|
|
39
15
|
},
|
|
40
16
|
{
|
|
41
17
|
"author": "beachball",
|
|
42
18
|
"package": "@fluentui/react-message-bar",
|
|
43
|
-
"comment": "Bump @fluentui/react-
|
|
44
|
-
"commit": "
|
|
19
|
+
"comment": "Bump @fluentui/react-button to v9.3.50",
|
|
20
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
45
21
|
},
|
|
46
22
|
{
|
|
47
23
|
"author": "beachball",
|
|
48
24
|
"package": "@fluentui/react-message-bar",
|
|
49
|
-
"comment": "Bump @fluentui/react-
|
|
50
|
-
"commit": "
|
|
25
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
|
|
26
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
51
27
|
},
|
|
52
28
|
{
|
|
53
29
|
"author": "beachball",
|
|
54
30
|
"package": "@fluentui/react-message-bar",
|
|
55
|
-
"comment": "Bump @fluentui/react-
|
|
56
|
-
"commit": "
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.15.1",
|
|
32
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
57
33
|
}
|
|
58
34
|
]
|
|
59
35
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-message-bar
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 18 Oct 2023
|
|
3
|
+
This log was last generated on Wed, 18 Oct 2023 17:47:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.1)
|
|
8
8
|
|
|
9
|
-
Wed, 18 Oct 2023
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.0..@fluentui/react-message-
|
|
9
|
+
Wed, 18 Oct 2023 17:47:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.0..@fluentui/react-message-bar_v9.0.1)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-button to
|
|
16
|
-
- Bump @fluentui/react-jsx-runtime to
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-20231018-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/9181479ae9b10ee27c07e163c1bed50c126a0152) by beachball)
|
|
19
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20231018-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/9181479ae9b10ee27c07e163c1bed50c126a0152) by beachball)
|
|
20
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20231018-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/9181479ae9b10ee27c07e163c1bed50c126a0152) by beachball)
|
|
21
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20231018-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/9181479ae9b10ee27c07e163c1bed50c126a0152) by beachball)
|
|
14
|
+
- chore Add bundle size fixture for MessageBar ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by lingfangao@hotmail.com)
|
|
15
|
+
- Bump @fluentui/react-button to v9.3.50 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
22
18
|
|
|
23
19
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.0)
|
|
24
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-message-bar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Fluent UI MessageBar component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@fluentui/eslint-plugin": "*",
|
|
28
|
-
"@fluentui/react-conformance": "
|
|
29
|
-
"@fluentui/react-conformance-griffel": "
|
|
28
|
+
"@fluentui/react-conformance": "*",
|
|
29
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
30
30
|
"@fluentui/scripts-api-extractor": "*",
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-button": "
|
|
34
|
+
"@fluentui/react-button": "^9.3.50",
|
|
35
35
|
"@fluentui/react-icons": "^2.0.217",
|
|
36
|
-
"@fluentui/react-jsx-runtime": "
|
|
37
|
-
"@fluentui/react-shared-contexts": "
|
|
38
|
-
"@fluentui/react-theme": "
|
|
39
|
-
"@fluentui/react-utilities": "
|
|
36
|
+
"@fluentui/react-jsx-runtime": "^9.0.18",
|
|
37
|
+
"@fluentui/react-shared-contexts": "^9.10.0",
|
|
38
|
+
"@fluentui/react-theme": "^9.1.14",
|
|
39
|
+
"@fluentui/react-utilities": "^9.15.1",
|
|
40
40
|
"@griffel/react": "^1.5.14",
|
|
41
41
|
"@swc/helpers": "^0.5.1",
|
|
42
42
|
"react-transition-group": "^4.4.1"
|
|
@@ -56,5 +56,10 @@
|
|
|
56
56
|
},
|
|
57
57
|
"./package.json": "./package.json"
|
|
58
58
|
},
|
|
59
|
-
"beachball": {
|
|
59
|
+
"beachball": {
|
|
60
|
+
"disallowedChangeTypes": [
|
|
61
|
+
"major",
|
|
62
|
+
"prerelease"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
60
65
|
}
|