@fluentui/react-spinbutton 9.0.14 → 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,63 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:49 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",
27
+ "tag": "@fluentui/react-spinbutton_v9.0.15",
28
+ "version": "9.0.15",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "martinhochel@microsoft.com",
33
+ "package": "@fluentui/react-spinbutton",
34
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
35
+ "comment": "chore: migrate to packaged scripts"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-spinbutton",
42
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.15",
43
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-spinbutton",
48
+ "comment": "Bump @fluentui/react-input to v9.2.12",
49
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-spinbutton",
54
+ "comment": "Bump @fluentui/react-label to v9.0.17",
55
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
6
62
  "tag": "@fluentui/react-spinbutton_v9.0.14",
7
63
  "version": "9.0.14",
8
64
  "comments": {
@@ -11,25 +67,25 @@
11
67
  "author": "beachball",
12
68
  "package": "@fluentui/react-spinbutton",
13
69
  "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
14
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
70
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
15
71
  },
16
72
  {
17
73
  "author": "beachball",
18
74
  "package": "@fluentui/react-spinbutton",
19
75
  "comment": "Bump @fluentui/react-input to v9.2.11",
20
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
76
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
21
77
  },
22
78
  {
23
79
  "author": "beachball",
24
80
  "package": "@fluentui/react-spinbutton",
25
81
  "comment": "Bump @fluentui/react-utilities to v9.4.0",
26
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
82
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
27
83
  },
28
84
  {
29
85
  "author": "beachball",
30
86
  "package": "@fluentui/react-spinbutton",
31
87
  "comment": "Bump @fluentui/react-label to v9.0.16",
32
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
88
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
33
89
  }
34
90
  ]
35
91
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,41 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:49 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
+
17
+ ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.15)
18
+
19
+ Mon, 16 Jan 2023 08:38:46 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.14..@fluentui/react-spinbutton_v9.0.15)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-field to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
25
+ - Bump @fluentui/react-input to v9.2.12 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
26
+ - Bump @fluentui/react-label to v9.0.17 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
27
+
7
28
  ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.14)
8
29
 
9
- Mon, 09 Jan 2023 14:31:49 GMT
30
+ Mon, 09 Jan 2023 14:35:02 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.13..@fluentui/react-spinbutton_v9.0.14)
11
32
 
12
33
  ### Patches
13
34
 
14
- - Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
15
- - Bump @fluentui/react-input to v9.2.11 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
16
- - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
17
- - Bump @fluentui/react-label to v9.0.16 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
35
+ - Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
36
+ - Bump @fluentui/react-input to v9.2.11 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
37
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
38
+ - Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
18
39
 
19
40
  ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.13)
20
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.0.14",
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",
@@ -28,15 +28,16 @@
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
30
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
31
- "@fluentui/react-label": "^9.0.16",
32
- "@fluentui/scripts": "*"
31
+ "@fluentui/react-label": "^9.0.17",
32
+ "@fluentui/scripts-api-extractor": "*",
33
+ "@fluentui/scripts-tasks": "*"
33
34
  },
34
35
  "dependencies": {
35
36
  "@griffel/react": "^1.5.2",
36
37
  "@fluentui/keyboard-keys": "^9.0.1",
37
- "@fluentui/react-field": "9.0.0-alpha.14",
38
+ "@fluentui/react-field": "9.0.0-alpha.16",
38
39
  "@fluentui/react-icons": "^2.0.175",
39
- "@fluentui/react-input": "^9.2.11",
40
+ "@fluentui/react-input": "^9.2.13",
40
41
  "@fluentui/react-theme": "^9.1.5",
41
42
  "@fluentui/react-utilities": "^9.4.0",
42
43
  "tslib": "^2.1.0"