@fluentui/react-progress 0.0.0-nightly-20230406-0417.1 → 0.0.0-nightly-20230410-0418.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 +40 -13
- package/CHANGELOG.md +20 -9
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-progress",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-progress_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Mon, 10 Apr 2023 04:24:08 GMT",
|
6
|
+
"tag": "@fluentui/react-progress_v0.0.0-nightly-20230410-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20230410-0418.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,32 +16,59 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-progress",
|
19
|
-
"comment": "Bump @fluentui/react-field to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-field to v0.0.0-nightly-20230410-0418.1",
|
20
|
+
"commit": "4ea193e236b747a21e3839a9cebd956493e12dcf"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-progress",
|
25
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230410-0418.1",
|
26
|
+
"commit": "4ea193e236b747a21e3839a9cebd956493e12dcf"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-progress",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230410-0418.1",
|
32
|
+
"commit": "4ea193e236b747a21e3839a9cebd956493e12dcf"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-progress",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230410-0418.1",
|
38
|
+
"commit": "4ea193e236b747a21e3839a9cebd956493e12dcf"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-progress",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230410-0418.1",
|
44
|
+
"commit": "4ea193e236b747a21e3839a9cebd956493e12dcf"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Fri, 07 Apr 2023 00:01:40 GMT",
|
51
|
+
"tag": "@fluentui/react-progress_v9.1.8",
|
52
|
+
"version": "9.1.8",
|
53
|
+
"comments": {
|
54
|
+
"patch": [
|
55
|
+
{
|
56
|
+
"author": "behowell@microsoft.com",
|
57
|
+
"package": "@fluentui/react-progress",
|
58
|
+
"commit": "eee5716e76dc6a5bef9316546a352694bbe5750a",
|
59
|
+
"comment": "chore: Update package version of react-field"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "behowell@microsoft.com",
|
63
|
+
"package": "@fluentui/react-progress",
|
64
|
+
"commit": "5a8d7a29645b3b500eb7145d2e42ac34fcafc4c6",
|
65
|
+
"comment": "chore: Hook up FieldContext for use inside a Field"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-progress",
|
70
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-beta.1",
|
71
|
+
"commit": "7a46cab3d31a233b89b7188e994b24712af5393c"
|
45
72
|
}
|
46
73
|
]
|
47
74
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,33 @@
|
|
1
1
|
# Change Log - @fluentui/react-progress
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 10 Apr 2023 04:24:08 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230410-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v0.0.0-nightly-20230410-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.
|
9
|
+
Mon, 10 Apr 2023 04:24:08 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.8..@fluentui/react-progress_v0.0.0-nightly-20230410-0418.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-field to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-field to v0.0.0-nightly-20230410-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/4ea193e236b747a21e3839a9cebd956493e12dcf) by beachball)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230410-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/4ea193e236b747a21e3839a9cebd956493e12dcf) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230410-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/4ea193e236b747a21e3839a9cebd956493e12dcf) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230410-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/4ea193e236b747a21e3839a9cebd956493e12dcf) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230410-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/4ea193e236b747a21e3839a9cebd956493e12dcf) by beachball)
|
20
|
+
|
21
|
+
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.8)
|
22
|
+
|
23
|
+
Fri, 07 Apr 2023 00:01:40 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.7..@fluentui/react-progress_v9.1.8)
|
25
|
+
|
26
|
+
### Patches
|
27
|
+
|
28
|
+
- chore: Update package version of react-field ([PR #27458](https://github.com/microsoft/fluentui/pull/27458) by behowell@microsoft.com)
|
29
|
+
- chore: Hook up FieldContext for use inside a Field ([PR #27399](https://github.com/microsoft/fluentui/pull/27399) by behowell@microsoft.com)
|
30
|
+
- Bump @fluentui/react-field to v9.0.0-beta.1 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball)
|
20
31
|
|
21
32
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.7)
|
22
33
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-progress",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230410-0418.1",
|
4
4
|
"description": "Progress component for FluentUI v9",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230410-0418.1",
|
31
31
|
"@fluentui/scripts-api-extractor": "*",
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@fluentui/react-field": "0.0.0-nightly-
|
36
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
35
|
+
"@fluentui/react-field": "0.0.0-nightly-20230410-0418.1",
|
36
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20230410-0418.1",
|
37
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230410-0418.1",
|
38
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230410-0418.1",
|
39
39
|
"@griffel/react": "^1.5.2",
|
40
40
|
"@swc/helpers": "^0.4.14"
|
41
41
|
},
|