@fluentui/react-link 9.0.0-alpha.78 → 9.0.0-alpha.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +52 -1
- package/CHANGELOG.md +30 -2
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@fluentui/react-link",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 16 Sep 2021 07:35:43 GMT",
|
|
6
|
+
"tag": "@fluentui/react-link_v9.0.0-alpha.81",
|
|
7
|
+
"version": "9.0.0-alpha.81",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "behowell@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-link",
|
|
13
|
+
"commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
|
|
14
|
+
"comment": "Bump @fluentui/react-link to v9.0.0-alpha.81"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 14 Sep 2021 20:09:02 GMT",
|
|
21
|
+
"tag": "@fluentui/react-link_v9.0.0-alpha.80",
|
|
22
|
+
"version": "9.0.0-alpha.80",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "bsunderhus@microsoft.com",
|
|
27
|
+
"package": "@fluentui/react-link",
|
|
28
|
+
"commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
|
|
29
|
+
"comment": "Bump @fluentui/react-link to v9.0.0-alpha.80"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 10 Sep 2021 16:31:53 GMT",
|
|
36
|
+
"tag": "@fluentui/react-link_v9.0.0-alpha.79",
|
|
37
|
+
"version": "9.0.0-alpha.79",
|
|
38
|
+
"comments": {
|
|
39
|
+
"prerelease": [
|
|
40
|
+
{
|
|
41
|
+
"author": "lingfangao@hotmail.com",
|
|
42
|
+
"package": "@fluentui/react-link",
|
|
43
|
+
"comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
|
|
44
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "lingfangao@hotmail.com",
|
|
48
|
+
"package": "@fluentui/react-link",
|
|
49
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
|
|
50
|
+
"comment": "Bump @fluentui/react-link to v9.0.0-alpha.79"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Fri, 10 Sep 2021 07:39:51 GMT",
|
|
6
57
|
"tag": "@fluentui/react-link_v9.0.0-alpha.78",
|
|
7
58
|
"version": "9.0.0-alpha.78",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-link
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 Sep 2021 07:35:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.81)
|
|
8
|
+
|
|
9
|
+
Thu, 16 Sep 2021 07:35:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.80..@fluentui/react-link_v9.0.0-alpha.81)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-link to v9.0.0-alpha.81 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.80)
|
|
17
|
+
|
|
18
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.79..@fluentui/react-link_v9.0.0-alpha.80)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-link to v9.0.0-alpha.80 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.79)
|
|
26
|
+
|
|
27
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.78..@fluentui/react-link_v9.0.0-alpha.79)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
|
33
|
+
- Bump @fluentui/react-link to v9.0.0-alpha.79 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
|
34
|
+
|
|
7
35
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.78)
|
|
8
36
|
|
|
9
|
-
Fri, 10 Sep 2021 07:
|
|
37
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
10
38
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.77..@fluentui/react-link_v9.0.0-alpha.78)
|
|
11
39
|
|
|
12
40
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-link",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.81",
|
|
4
4
|
"description": "Fluent UI React Link component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/a11y-testing": "^0.1.0",
|
|
29
|
-
"@fluentui/babel-make-styles": "
|
|
29
|
+
"@fluentui/babel-make-styles": "9.0.0-alpha.48",
|
|
30
30
|
"@fluentui/eslint-plugin": "^1.4.1",
|
|
31
|
-
"@fluentui/jest-serializer-make-styles": "
|
|
31
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.41",
|
|
32
32
|
"@fluentui/react-conformance": "^0.5.0",
|
|
33
|
-
"@fluentui/react-conformance-make-styles": "
|
|
33
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.10",
|
|
34
34
|
"@fluentui/scripts": "^1.0.0",
|
|
35
35
|
"@types/enzyme": "3.10.3",
|
|
36
36
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"react-test-renderer": "^16.3.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fluentui/keyboard-keys": "
|
|
48
|
-
"@fluentui/react-make-styles": "
|
|
49
|
-
"@fluentui/react-tabster": "
|
|
50
|
-
"@fluentui/react-utilities": "
|
|
47
|
+
"@fluentui/keyboard-keys": "9.0.0-alpha.3",
|
|
48
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.66",
|
|
49
|
+
"@fluentui/react-tabster": "9.0.0-alpha.60",
|
|
50
|
+
"@fluentui/react-utilities": "9.0.0-alpha.48",
|
|
51
51
|
"tslib": "^2.1.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|