@fluentui/react-progress 9.1.30 → 9.1.32

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,61 @@
2
2
  "name": "@fluentui/react-progress",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 23 Aug 2023 11:58:32 GMT",
5
+ "date": "Tue, 29 Aug 2023 12:53:36 GMT",
6
+ "tag": "@fluentui/react-progress_v9.1.32",
7
+ "version": "9.1.32",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-progress",
13
+ "comment": "Bump @fluentui/react-field to v9.1.22",
14
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-progress",
19
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
20
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-progress",
25
+ "comment": "Bump @fluentui/react-utilities to v9.13.0",
26
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Thu, 24 Aug 2023 10:26:35 GMT",
33
+ "tag": "@fluentui/react-progress_v9.1.31",
34
+ "version": "9.1.31",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-progress",
40
+ "comment": "Bump @fluentui/react-field to v9.1.21",
41
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-progress",
46
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
47
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-progress",
52
+ "comment": "Bump @fluentui/react-utilities to v9.12.0",
53
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Wed, 23 Aug 2023 12:01:49 GMT",
6
60
  "tag": "@fluentui/react-progress_v9.1.30",
7
61
  "version": "9.1.30",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Wed, 23 Aug 2023 11:58:32 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Aug 2023 12:53:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.32)
8
+
9
+ Tue, 29 Aug 2023 12:53:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.31..@fluentui/react-progress_v9.1.32)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.22 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.3 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.13.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
17
+
18
+ ## [9.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.31)
19
+
20
+ Thu, 24 Aug 2023 10:26:35 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.30..@fluentui/react-progress_v9.1.31)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-field to v9.1.21 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.2 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.12.0 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
28
+
7
29
  ## [9.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.30)
8
30
 
9
- Wed, 23 Aug 2023 11:58:32 GMT
31
+ Wed, 23 Aug 2023 12:01:49 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.29..@fluentui/react-progress_v9.1.30)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.1.30",
3
+ "version": "9.1.32",
4
4
  "description": "Progress component for FluentUI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,11 +33,11 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.20",
37
- "@fluentui/react-jsx-runtime": "^9.0.1",
36
+ "@fluentui/react-field": "^9.1.22",
37
+ "@fluentui/react-jsx-runtime": "^9.0.3",
38
38
  "@fluentui/react-shared-contexts": "^9.7.2",
39
39
  "@fluentui/react-theme": "^9.1.11",
40
- "@fluentui/react-utilities": "^9.11.2",
40
+ "@fluentui/react-utilities": "^9.13.0",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.4.14"
43
43
  },