@fluentui/react-spinbutton 9.2.26 → 9.2.28

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,55 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Aug 2023 13:11:45 GMT",
5
+ "date": "Wed, 16 Aug 2023 11:35:24 GMT",
6
+ "tag": "@fluentui/react-spinbutton_v9.2.28",
7
+ "version": "9.2.28",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinbutton",
13
+ "comment": "Bump @fluentui/react-field to v9.1.18",
14
+ "commit": "f14628ac44d2cea2301452829d9775e49f70b824"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinbutton",
19
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
20
+ "commit": "f14628ac44d2cea2301452829d9775e49f70b824"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
27
+ "tag": "@fluentui/react-spinbutton_v9.2.27",
28
+ "version": "9.2.27",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-spinbutton",
34
+ "comment": "Bump @fluentui/react-field to v9.1.17",
35
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-spinbutton",
40
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
41
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-spinbutton",
46
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
47
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Wed, 09 Aug 2023 13:17:04 GMT",
6
54
  "tag": "@fluentui/react-spinbutton_v9.2.26",
7
55
  "version": "9.2.26",
8
56
  "comments": {
@@ -23,25 +71,25 @@
23
71
  "author": "beachball",
24
72
  "package": "@fluentui/react-spinbutton",
25
73
  "comment": "Bump @fluentui/react-field to v9.1.16",
26
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
74
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
27
75
  },
28
76
  {
29
77
  "author": "beachball",
30
78
  "package": "@fluentui/react-spinbutton",
31
79
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
32
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
80
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
33
81
  },
34
82
  {
35
83
  "author": "beachball",
36
84
  "package": "@fluentui/react-spinbutton",
37
85
  "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
38
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
86
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
39
87
  },
40
88
  {
41
89
  "author": "beachball",
42
90
  "package": "@fluentui/react-spinbutton",
43
91
  "comment": "Bump @fluentui/react-theme to v9.1.11",
44
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
92
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
45
93
  }
46
94
  ]
47
95
  }
package/CHANGELOG.md CHANGED
@@ -1,22 +1,43 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Wed, 09 Aug 2023 13:11:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Aug 2023 11:35:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.28)
8
+
9
+ Wed, 16 Aug 2023 11:35:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.2.27..@fluentui/react-spinbutton_v9.2.28)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.18 ([commit](https://github.com/microsoft/fluentui/commit/f14628ac44d2cea2301452829d9775e49f70b824) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([commit](https://github.com/microsoft/fluentui/commit/f14628ac44d2cea2301452829d9775e49f70b824) by beachball)
16
+
17
+ ## [9.2.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.27)
18
+
19
+ Fri, 11 Aug 2023 12:14:26 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.2.26..@fluentui/react-spinbutton_v9.2.27)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-field to v9.1.17 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
27
+
7
28
  ## [9.2.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.26)
8
29
 
9
- Wed, 09 Aug 2023 13:11:45 GMT
30
+ Wed, 09 Aug 2023 13:17:04 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.2.25..@fluentui/react-spinbutton_v9.2.26)
11
32
 
12
33
  ### Patches
13
34
 
14
35
  - chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
15
36
  - chore(cxe-coastal): migrate to new slot API ([PR #28754](https://github.com/microsoft/fluentui/pull/28754) by bernardo.sunderhus@gmail.com)
16
- - Bump @fluentui/react-field to v9.1.16 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
17
- - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v9.7.2 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
19
- - Bump @fluentui/react-theme to v9.1.11 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
37
+ - Bump @fluentui/react-field to v9.1.16 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
38
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
39
+ - Bump @fluentui/react-shared-contexts to v9.7.2 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
40
+ - Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
20
41
 
21
42
  ## [9.2.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.25)
22
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.2.26",
3
+ "version": "9.2.28",
4
4
  "description": "Fluent UI React SpinButton component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,12 +35,12 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@fluentui/keyboard-keys": "^9.0.3",
38
- "@fluentui/react-field": "^9.1.16",
38
+ "@fluentui/react-field": "^9.1.18",
39
39
  "@fluentui/react-icons": "^2.0.207",
40
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.14",
40
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
41
41
  "@fluentui/react-shared-contexts": "^9.7.2",
42
42
  "@fluentui/react-theme": "^9.1.11",
43
- "@fluentui/react-utilities": "^9.11.0",
43
+ "@fluentui/react-utilities": "^9.11.1",
44
44
  "@griffel/react": "^1.5.14",
45
45
  "@swc/helpers": "^0.4.14"
46
46
  },