@fluentui/react-progress 9.1.63 → 9.1.65

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 +28 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,19 +1,42 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Tue, 30 Jan 2024 23:12:35 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.65)
8
+
9
+ Wed, 28 Feb 2024 02:28:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.64..@fluentui/react-progress_v9.1.65)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.55 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.31 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.14.1 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
18
+
19
+ ## [9.1.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.64)
20
+
21
+ Tue, 20 Feb 2024 14:22:30 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.63..@fluentui/react-progress_v9.1.64)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-field to v9.1.54 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
29
+
7
30
  ## [9.1.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.63)
8
31
 
9
- Tue, 30 Jan 2024 23:12:35 GMT
32
+ Tue, 30 Jan 2024 23:16:54 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.62..@fluentui/react-progress_v9.1.63)
11
34
 
12
35
  ### Patches
13
36
 
14
- - Bump @fluentui/react-field to v9.1.53 ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by beachball)
15
- - Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by beachball)
16
- - Bump @fluentui/react-utilities to v9.18.0 ([PR #30429](https://github.com/microsoft/fluentui/pull/30429) by beachball)
37
+ - Bump @fluentui/react-field to v9.1.53 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
38
+ - Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
39
+ - Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
17
40
 
18
41
  ## [9.1.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.62)
19
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.1.63",
3
+ "version": "9.1.65",
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.53",
37
- "@fluentui/react-jsx-runtime": "^9.0.29",
38
- "@fluentui/react-shared-contexts": "^9.14.0",
36
+ "@fluentui/react-field": "^9.1.55",
37
+ "@fluentui/react-jsx-runtime": "^9.0.31",
38
+ "@fluentui/react-shared-contexts": "^9.14.1",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
- "@fluentui/react-utilities": "^9.18.0",
40
+ "@fluentui/react-utilities": "^9.18.2",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },