@fluentui/react-spinbutton 9.0.1 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,64 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Sep 2022 09:44:43 GMT",
5
+ "date": "Mon, 03 Oct 2022 22:22:53 GMT",
6
+ "tag": "@fluentui/react-spinbutton_v9.0.3",
7
+ "version": "9.0.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinbutton",
13
+ "comment": "Bump @fluentui/react-input to v9.2.0",
14
+ "commit": "b0b7f99bbbb05b0bd136432983a74fea252c7163"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 23 Sep 2022 10:32:30 GMT",
21
+ "tag": "@fluentui/react-spinbutton_v9.0.2",
22
+ "version": "9.0.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "sarah.higley@microsoft.com",
27
+ "package": "@fluentui/react-spinbutton",
28
+ "commit": "483f160617f1037e672fe74b8e52abfee9378517",
29
+ "comment": "chore: move spinbutton a11y spec to Concepts/Developer/Accessibility"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
36
+ "tag": "@fluentui/react-spinbutton_v9.0.2",
37
+ "version": "9.0.2",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-spinbutton",
43
+ "comment": "Bump @fluentui/react-input to v9.1.1",
44
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-spinbutton",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
50
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-spinbutton",
55
+ "comment": "Bump @fluentui/react-label to v9.0.6",
56
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 15 Sep 2022 09:49:22 GMT",
6
63
  "tag": "@fluentui/react-spinbutton_v9.0.1",
7
64
  "version": "9.0.1",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Thu, 15 Sep 2022 09:44:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Oct 2022 22:22:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.3)
8
+
9
+ Mon, 03 Oct 2022 22:22:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.2..@fluentui/react-spinbutton_v9.0.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-input to v9.2.0 ([PR #25016](https://github.com/microsoft/fluentui/pull/25016) by beachball)
15
+
16
+ ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.2)
17
+
18
+ Tue, 20 Sep 2022 20:55:45 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.1..@fluentui/react-spinbutton_v9.0.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-input to v9.1.1 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
24
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
25
+ - Bump @fluentui/react-label to v9.0.6 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
26
+
7
27
  ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.1)
8
28
 
9
- Thu, 15 Sep 2022 09:44:43 GMT
29
+ Thu, 15 Sep 2022 09:49:22 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0..@fluentui/react-spinbutton_v9.0.1)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "description": "Fluent UI React SpinButton component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,15 +28,15 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.13",
32
- "@fluentui/react-label": "^9.0.5",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.14",
32
+ "@fluentui/react-label": "^9.0.6",
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@griffel/react": "^1.3.0",
37
37
  "@fluentui/keyboard-keys": "^9.0.0",
38
38
  "@fluentui/react-icons": "^2.0.175",
39
- "@fluentui/react-input": "^9.1.0",
39
+ "@fluentui/react-input": "^9.2.0",
40
40
  "@fluentui/react-theme": "^9.1.0",
41
41
  "@fluentui/react-utilities": "^9.1.0",
42
42
  "tslib": "^2.1.0"