@fluentui/react-spinbutton 9.0.15 → 9.0.16

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:22 GMT",
5
+ "date": "Mon, 23 Jan 2023 16:41:44 GMT",
6
+ "tag": "@fluentui/react-spinbutton_v9.0.16",
7
+ "version": "9.0.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinbutton",
13
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.16",
14
+ "commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinbutton",
19
+ "comment": "Bump @fluentui/react-input to v9.2.13",
20
+ "commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 16 Jan 2023 08:38:46 GMT",
6
27
  "tag": "@fluentui/react-spinbutton_v9.0.15",
7
28
  "version": "9.0.15",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Mon, 16 Jan 2023 08:35:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Jan 2023 16:41:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.16)
8
+
9
+ Mon, 23 Jan 2023 16:41:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.15..@fluentui/react-spinbutton_v9.0.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.16 ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by beachball)
15
+ - Bump @fluentui/react-input to v9.2.13 ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by beachball)
16
+
7
17
  ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.15)
8
18
 
9
- Mon, 16 Jan 2023 08:35:22 GMT
19
+ Mon, 16 Jan 2023 08:38:46 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.14..@fluentui/react-spinbutton_v9.0.15)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.0.15",
3
+ "version": "9.0.16",
4
4
  "description": "Fluent UI React SpinButton component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,9 +35,9 @@
35
35
  "dependencies": {
36
36
  "@griffel/react": "^1.5.2",
37
37
  "@fluentui/keyboard-keys": "^9.0.1",
38
- "@fluentui/react-field": "9.0.0-alpha.15",
38
+ "@fluentui/react-field": "9.0.0-alpha.16",
39
39
  "@fluentui/react-icons": "^2.0.175",
40
- "@fluentui/react-input": "^9.2.12",
40
+ "@fluentui/react-input": "^9.2.13",
41
41
  "@fluentui/react-theme": "^9.1.5",
42
42
  "@fluentui/react-utilities": "^9.4.0",
43
43
  "tslib": "^2.1.0"