@fluentui/react-button 9.1.5 → 9.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,61 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:04 GMT",
5
+ "date": "Wed, 02 Nov 2022 11:54:49 GMT",
6
+ "tag": "@fluentui/react-button_v9.1.7",
7
+ "version": "9.1.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-button",
19
+ "comment": "Bump @fluentui/react-aria to v9.3.0",
20
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-button",
25
+ "comment": "Bump @fluentui/react-tabster to v9.2.1",
26
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-button",
31
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
32
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-button",
37
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
38
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 25 Oct 2022 00:35:29 GMT",
45
+ "tag": "@fluentui/react-button_v9.1.6",
46
+ "version": "9.1.6",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "tristan.watanabe@gmail.com",
51
+ "package": "@fluentui/react-button",
52
+ "commit": "619b625d628ba1b30398052d7dc6b8110aff2c80",
53
+ "comment": "chore: Migrate to new package structure."
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Thu, 20 Oct 2022 08:39:27 GMT",
6
60
  "tag": "@fluentui/react-button_v9.1.5",
7
61
  "version": "9.1.5",
8
62
  "comments": {
@@ -29,31 +83,31 @@
29
83
  "author": "beachball",
30
84
  "package": "@fluentui/react-button",
31
85
  "comment": "Bump @fluentui/react-aria to v9.2.3",
32
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
86
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
33
87
  },
34
88
  {
35
89
  "author": "beachball",
36
90
  "package": "@fluentui/react-button",
37
91
  "comment": "Bump @fluentui/react-tabster to v9.2.0",
38
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
92
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
39
93
  },
40
94
  {
41
95
  "author": "beachball",
42
96
  "package": "@fluentui/react-button",
43
97
  "comment": "Bump @fluentui/react-theme to v9.1.1",
44
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
98
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
45
99
  },
46
100
  {
47
101
  "author": "beachball",
48
102
  "package": "@fluentui/react-button",
49
103
  "comment": "Bump @fluentui/react-utilities to v9.1.2",
50
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
104
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
51
105
  },
52
106
  {
53
107
  "author": "beachball",
54
108
  "package": "@fluentui/react-button",
55
109
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
56
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
110
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
57
111
  }
58
112
  ]
59
113
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Thu, 20 Oct 2022 08:35:04 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Nov 2022 11:54:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.7)
8
+
9
+ Wed, 02 Nov 2022 11:54:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.6..@fluentui/react-button_v9.1.7)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.3.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.2.1 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
19
+
20
+ ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.6)
21
+
22
+ Tue, 25 Oct 2022 00:35:29 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.5..@fluentui/react-button_v9.1.6)
24
+
25
+ ### Patches
26
+
27
+ - chore: Migrate to new package structure. ([PR #25336](https://github.com/microsoft/fluentui/pull/25336) by tristan.watanabe@gmail.com)
28
+
7
29
  ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.5)
8
30
 
9
- Thu, 20 Oct 2022 08:35:04 GMT
31
+ Thu, 20 Oct 2022 08:39:27 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.4..@fluentui/react-button_v9.1.5)
11
33
 
12
34
  ### Patches
@@ -14,11 +36,11 @@ Thu, 20 Oct 2022 08:35:04 GMT
14
36
  - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
15
37
  - fix: Fixing the styles of Buttons rendered as anchor tags. ([PR #25250](https://github.com/microsoft/fluentui/pull/25250) by makotom@microsoft.com)
16
38
  - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
17
- - Bump @fluentui/react-aria to v9.2.3 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
18
- - Bump @fluentui/react-tabster to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
19
- - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
20
- - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
21
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
39
+ - Bump @fluentui/react-aria to v9.2.3 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
40
+ - Bump @fluentui/react-tabster to v9.2.0 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
41
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
43
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
22
44
 
23
45
  ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.4)
24
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.1.5",
3
+ "version": "9.1.7",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -29,17 +29,17 @@
29
29
  "@fluentui/a11y-testing": "^0.1.0",
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-griffel": "9.0.0-beta.16",
32
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.17",
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.0",
37
- "@fluentui/react-aria": "^9.2.3",
37
+ "@fluentui/react-aria": "^9.3.0",
38
38
  "@fluentui/react-icons": "^2.0.175",
39
- "@fluentui/react-tabster": "^9.2.0",
39
+ "@fluentui/react-tabster": "^9.2.1",
40
40
  "@fluentui/react-theme": "^9.1.1",
41
- "@fluentui/react-utilities": "^9.1.2",
42
- "@griffel/react": "^1.4.1",
41
+ "@fluentui/react-utilities": "^9.2.0",
42
+ "@griffel/react": "^1.4.2",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "peerDependencies": {