@fluentui/react-progress 9.1.75 → 9.1.76

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:27 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 May 2024 12:36:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.76)
8
+
9
+ Mon, 20 May 2024 12:36:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.75..@fluentui/react-progress_v9.1.76)
11
+
12
+ ### Patches
13
+
14
+ - chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-field to v9.1.66 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.38 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.19.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
19
+
7
20
  ## [9.1.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.75)
8
21
 
9
- Thu, 16 May 2024 09:21:27 GMT
22
+ Thu, 16 May 2024 09:25:20 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.74..@fluentui/react-progress_v9.1.75)
11
24
 
12
25
  ### Patches
13
26
 
14
- - Bump @fluentui/react-field to v9.1.65 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
27
+ - Bump @fluentui/react-field to v9.1.65 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
15
28
 
16
29
  ## [9.1.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.74)
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.1.75",
3
+ "version": "9.1.76",
4
4
  "description": "Progress component for FluentUI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,12 +33,12 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.65",
37
- "@fluentui/react-jsx-runtime": "^9.0.37",
38
- "@fluentui/react-shared-contexts": "^9.18.0",
36
+ "@fluentui/react-field": "^9.1.66",
37
+ "@fluentui/react-jsx-runtime": "^9.0.38",
38
+ "@fluentui/react-shared-contexts": "^9.19.0",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.8",
41
- "@griffel/react": "^1.5.14",
40
+ "@fluentui/react-utilities": "^9.18.9",
41
+ "@griffel/react": "^1.5.22",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },
44
44
  "peerDependencies": {