@fluentui/react-progress 9.0.0-alpha.8 → 9.0.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,42 @@
2
2
  "name": "@fluentui/react-progress",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Dec 2022 14:55:51 GMT",
5
+ "date": "Wed, 21 Dec 2022 10:17:12 GMT",
6
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.9",
7
+ "version": "9.0.0-alpha.9",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-progress",
13
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
14
+ "comment": "chore: Add bundle size tests for Fields"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-progress",
21
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.12",
22
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-progress",
27
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.4",
28
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-progress",
33
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
34
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Tue, 20 Dec 2022 14:59:26 GMT",
6
41
  "tag": "@fluentui/react-progress_v9.0.0-alpha.8",
7
42
  "version": "9.0.0-alpha.8",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Tue, 20 Dec 2022 14:55:51 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Dec 2022 10:17:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.9)
8
+
9
+ Wed, 21 Dec 2022 10:17:12 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.8..@fluentui/react-progress_v9.0.0-alpha.9)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.12 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v9.1.4 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
17
+
7
18
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.8)
8
19
 
9
- Tue, 20 Dec 2022 14:55:51 GMT
20
+ Tue, 20 Dec 2022 14:59:26 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.7..@fluentui/react-progress_v9.0.0-alpha.8)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.0.0-alpha.8",
3
+ "version": "9.0.0-alpha.9",
4
4
  "description": "Progress component for FluentUI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,9 +31,9 @@
31
31
  "@fluentui/scripts": "^1.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-field": "9.0.0-alpha.11",
35
- "@fluentui/react-shared-contexts": "^9.1.3",
36
- "@fluentui/react-theme": "^9.1.4",
34
+ "@fluentui/react-field": "9.0.0-alpha.12",
35
+ "@fluentui/react-shared-contexts": "^9.1.4",
36
+ "@fluentui/react-theme": "^9.1.5",
37
37
  "@fluentui/react-utilities": "^9.3.0",
38
38
  "@griffel/react": "^1.4.2",
39
39
  "tslib": "^2.1.0"