@fluentui/react-progress 9.1.21 → 9.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,66 @@
2
2
  "name": "@fluentui/react-progress",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 11 Jul 2023 18:44:12 GMT",
5
+ "date": "Tue, 25 Jul 2023 13:26:26 GMT",
6
+ "tag": "@fluentui/react-progress_v9.1.23",
7
+ "version": "9.1.23",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-progress",
13
+ "comment": "Bump @fluentui/react-field to v9.1.13",
14
+ "commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 20 Jul 2023 18:27:32 GMT",
21
+ "tag": "@fluentui/react-progress_v9.1.22",
22
+ "version": "9.1.22",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-progress",
28
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
29
+ "comment": "chore: migrate to monosize"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-progress",
36
+ "comment": "Bump @fluentui/react-field to v9.1.12",
37
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-progress",
42
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
43
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Thu, 13 Jul 2023 21:25:44 GMT",
50
+ "tag": "@fluentui/react-progress_v9.1.21",
51
+ "version": "9.1.21",
52
+ "comments": {
53
+ "none": [
54
+ {
55
+ "author": "martinhochel@microsoft.com",
56
+ "package": "@fluentui/react-progress",
57
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
58
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
6
65
  "tag": "@fluentui/react-progress_v9.1.21",
7
66
  "version": "9.1.21",
8
67
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Tue, 11 Jul 2023 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jul 2023 13:26:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.23)
8
+
9
+ Tue, 25 Jul 2023 13:26:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.22..@fluentui/react-progress_v9.1.23)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.13 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
15
+
16
+ ## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.22)
17
+
18
+ Thu, 20 Jul 2023 18:27:32 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.21..@fluentui/react-progress_v9.1.22)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-field to v9.1.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
24
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
25
+
7
26
  ## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.21)
8
27
 
9
- Tue, 11 Jul 2023 18:44:12 GMT
28
+ Tue, 11 Jul 2023 18:46:36 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.20..@fluentui/react-progress_v9.1.21)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-progress",
3
- "version": "9.1.21",
3
+ "version": "9.1.23",
4
4
  "description": "Progress component for FluentUI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "build": "just-scripts build",
16
- "bundle-size": "bundle-size measure",
16
+ "bundle-size": "monosize measure",
17
17
  "clean": "just-scripts clean",
18
18
  "code-style": "just-scripts code-style",
19
19
  "just": "just-scripts",
@@ -28,13 +28,13 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0",
31
+ "@fluentui/react-conformance-griffel": "*",
32
32
  "@fluentui/scripts-api-extractor": "*",
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.11",
37
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.11",
36
+ "@fluentui/react-field": "^9.1.13",
37
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
38
38
  "@fluentui/react-shared-contexts": "^9.6.0",
39
39
  "@fluentui/react-theme": "^9.1.9",
40
40
  "@fluentui/react-utilities": "^9.10.1",