@fluentui/react-progress 9.0.0-alpha.15 → 9.0.0-alpha.16

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-progress",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 31 Jan 2023 19:50:42 GMT",
5
+ "date": "Fri, 10 Feb 2023 08:46:47 GMT",
6
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.16",
7
+ "version": "9.0.0-alpha.16",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-progress",
13
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.19",
14
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-progress",
19
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
20
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
6
27
  "tag": "@fluentui/react-progress_v9.0.0-alpha.15",
7
28
  "version": "9.0.0-alpha.15",
8
29
  "comments": {
@@ -11,13 +32,13 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui/react-progress",
13
34
  "comment": "Bump @fluentui/react-field to v9.0.0-alpha.18",
14
- "commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
35
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
15
36
  },
16
37
  {
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-progress",
19
40
  "comment": "Bump @fluentui/react-utilities to v9.5.1",
20
- "commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
41
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Tue, 31 Jan 2023 19:50:42 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Feb 2023 08:46:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.16)
8
+
9
+ Fri, 10 Feb 2023 08:46:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.15..@fluentui/react-progress_v9.0.0-alpha.16)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.19 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.5.2 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball)
16
+
7
17
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.15)
8
18
 
9
- Tue, 31 Jan 2023 19:50:42 GMT
19
+ Tue, 31 Jan 2023 19:53:58 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.14..@fluentui/react-progress_v9.0.0-alpha.15)
11
21
 
12
22
  ### Changes
13
23
 
14
- - Bump @fluentui/react-field to v9.0.0-alpha.18 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
15
- - Bump @fluentui/react-utilities to v9.5.1 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
24
+ - Bump @fluentui/react-field to v9.0.0-alpha.18 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.5.1 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
16
26
 
17
27
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.14)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.0.0-alpha.15",
3
+ "version": "9.0.0-alpha.16",
4
4
  "description": "Progress component for FluentUI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,10 +32,10 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-field": "9.0.0-alpha.18",
35
+ "@fluentui/react-field": "9.0.0-alpha.19",
36
36
  "@fluentui/react-shared-contexts": "^9.2.0",
37
37
  "@fluentui/react-theme": "^9.1.5",
38
- "@fluentui/react-utilities": "^9.5.1",
38
+ "@fluentui/react-utilities": "^9.5.2",
39
39
  "@griffel/react": "^1.5.2",
40
40
  "tslib": "^2.1.0"
41
41
  },