@fluentui/react-spinbutton 0.0.0-nightly-20220526-0422.1 → 9.0.0-beta.12

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 26 May 2022 04:32:16 GMT",
6
- "tag": "@fluentui/react-spinbutton_v0.0.0-nightly-20220526-0422.1",
7
- "version": "0.0.0-nightly-20220526-0422.1",
5
+ "date": "Thu, 26 May 2022 21:00:05 GMT",
6
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.12",
7
+ "version": "9.0.0-beta.12",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,14 +16,14 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-spinbutton",
19
- "comment": "Bump @fluentui/react-input to v0.0.0-nightly-20220526-0422.1",
20
- "commit": "46d7f3e6e8c7696d793591fbebecaaae709950f4"
19
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.4",
20
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
21
21
  },
22
22
  {
23
23
  "author": "beachball",
24
24
  "package": "@fluentui/react-spinbutton",
25
- "comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220526-0422.1",
26
- "commit": "46d7f3e6e8c7696d793591fbebecaaae709950f4"
25
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.4",
26
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
27
27
  }
28
28
  ]
29
29
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Thu, 26 May 2022 04:32:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 21:00:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220526-0422.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v0.0.0-nightly-20220526-0422.1)
7
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.12)
8
8
 
9
- Thu, 26 May 2022 04:32:16 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.11..@fluentui/react-spinbutton_v0.0.0-nightly-20220526-0422.1)
9
+ Thu, 26 May 2022 21:00:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.11..@fluentui/react-spinbutton_v9.0.0-beta.12)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
15
- - Bump @fluentui/react-input to v0.0.0-nightly-20220526-0422.1 ([commit](https://github.com/microsoft/fluentui/commit/46d7f3e6e8c7696d793591fbebecaaae709950f4) by beachball)
16
- - Bump @fluentui/react-label to v0.0.0-nightly-20220526-0422.1 ([commit](https://github.com/microsoft/fluentui/commit/46d7f3e6e8c7696d793591fbebecaaae709950f4) by beachball)
15
+ - Bump @fluentui/react-input to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
16
+ - Bump @fluentui/react-label to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
17
17
 
18
18
  ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.11)
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "0.0.0-nightly-20220526-0422.1",
3
+ "version": "9.0.0-beta.12",
4
4
  "description": "Fluent UI React SpinButton component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,17 +28,17 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220526-0422.0",
32
- "@fluentui/react-label": "0.0.0-nightly-20220526-0422.1",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.7",
32
+ "@fluentui/react-label": "9.0.0-rc.4",
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@griffel/react": "1.0.5",
37
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220526-0422.0",
37
+ "@fluentui/keyboard-keys": "9.0.0-rc.6",
38
38
  "@fluentui/react-icons": "^2.0.166-rc.3",
39
- "@fluentui/react-input": "0.0.0-nightly-20220526-0422.1",
40
- "@fluentui/react-theme": "0.0.0-nightly-20220526-0422.0",
41
- "@fluentui/react-utilities": "0.0.0-nightly-20220526-0422.0",
39
+ "@fluentui/react-input": "9.0.0-rc.4",
40
+ "@fluentui/react-theme": "9.0.0-rc.9",
41
+ "@fluentui/react-utilities": "9.0.0-rc.9",
42
42
  "tslib": "^2.1.0"
43
43
  },
44
44
  "peerDependencies": {