@fluentui/react-button 9.1.13 → 9.1.15

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,57 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:36:14 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:32 GMT",
6
+ "tag": "@fluentui/react-button_v9.1.15",
7
+ "version": "9.1.15",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-button",
21
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
29
+ "tag": "@fluentui/react-button_v9.1.14",
30
+ "version": "9.1.14",
31
+ "comments": {
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-button",
36
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
37
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-button",
42
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
43
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-button",
48
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
49
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Wed, 04 Jan 2023 01:40:53 GMT",
6
56
  "tag": "@fluentui/react-button_v9.1.13",
7
57
  "version": "9.1.13",
8
58
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Wed, 04 Jan 2023 01:36:14 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.15)
8
+
9
+ Mon, 16 Jan 2023 08:35:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.14..@fluentui/react-button_v9.1.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+
16
+ ## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.14)
17
+
18
+ Mon, 09 Jan 2023 14:35:02 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.13..@fluentui/react-button_v9.1.14)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
24
+ - Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
26
+
7
27
  ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.13)
8
28
 
9
- Wed, 04 Jan 2023 01:36:14 GMT
29
+ Wed, 04 Jan 2023 01:40:53 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.12..@fluentui/react-button_v9.1.13)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.1.13",
3
+ "version": "9.1.15",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -29,15 +29,16 @@
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
31
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
32
- "@fluentui/scripts": "*"
32
+ "@fluentui/scripts-api-extractor": "*",
33
+ "@fluentui/scripts-tasks": "*"
33
34
  },
34
35
  "dependencies": {
35
36
  "@fluentui/keyboard-keys": "^9.0.1",
36
- "@fluentui/react-aria": "^9.3.4",
37
+ "@fluentui/react-aria": "^9.3.5",
37
38
  "@fluentui/react-icons": "^2.0.175",
38
- "@fluentui/react-tabster": "^9.3.5",
39
+ "@fluentui/react-tabster": "^9.3.7",
39
40
  "@fluentui/react-theme": "^9.1.5",
40
- "@fluentui/react-utilities": "^9.3.1",
41
+ "@fluentui/react-utilities": "^9.4.0",
41
42
  "@griffel/react": "^1.5.2",
42
43
  "tslib": "^2.1.0"
43
44
  },