@microsoft/fast-router 1.0.0-alpha.11 → 1.0.0-alpha.13
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 +38 -0
- package/CHANGELOG.md +17 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/fast-router",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Mon, 10 Oct 2022 20:28:02 GMT",
|
|
6
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.13",
|
|
7
|
+
"version": "1.0.0-alpha.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@microsoft/fast-router",
|
|
13
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.13",
|
|
14
|
+
"commit": "ed2977ef6556964e68ea3ab0e4951320a1527baf"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 06 Oct 2022 23:21:20 GMT",
|
|
21
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.12",
|
|
22
|
+
"version": "1.0.0-alpha.12",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "863023+radium-v@users.noreply.github.com",
|
|
27
|
+
"package": "@microsoft/fast-router",
|
|
28
|
+
"commit": "c06e32d72d518bf5c3152efe4e666f233190b445",
|
|
29
|
+
"comment": "upgrade karma to ^6.4.1"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"prerelease": [
|
|
33
|
+
{
|
|
34
|
+
"author": "beachball",
|
|
35
|
+
"package": "@microsoft/fast-router",
|
|
36
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.12",
|
|
37
|
+
"commit": "a69c2e3c0700918fef5ba934909781cc8ab71384"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
4
42
|
{
|
|
5
43
|
"date": "Wed, 05 Oct 2022 23:26:01 GMT",
|
|
6
44
|
"tag": "@microsoft/fast-router_v1.0.0-alpha.11",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
# Change Log - @microsoft/fast-router
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 10 Oct 2022 20:28:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.0-alpha.13
|
|
8
|
+
|
|
9
|
+
Mon, 10 Oct 2022 20:28:02 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Bump @microsoft/fast-element to v2.0.0-beta.13
|
|
14
|
+
|
|
15
|
+
## 1.0.0-alpha.12
|
|
16
|
+
|
|
17
|
+
Thu, 06 Oct 2022 23:21:20 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Bump @microsoft/fast-element to v2.0.0-beta.12
|
|
22
|
+
|
|
7
23
|
## 1.0.0-alpha.11
|
|
8
24
|
|
|
9
25
|
Wed, 05 Oct 2022 23:26:01 GMT
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@microsoft/fast-router",
|
|
3
3
|
"description": "A web-components-based router.",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.13",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Microsoft",
|
|
8
8
|
"url": "https://discord.gg/FcSNfg4"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@microsoft/api-extractor": "7.24.2",
|
|
50
50
|
"@types/chai": "^4.2.11",
|
|
51
|
-
"@types/karma": "^
|
|
51
|
+
"@types/karma": "^6.3.3",
|
|
52
52
|
"@types/mocha": "^7.0.2",
|
|
53
53
|
"@types/webpack-env": "^1.15.2",
|
|
54
54
|
"chai": "^4.2.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
59
59
|
"jsdom": "^16.2.2",
|
|
60
60
|
"jsdom-global": "3.0.2",
|
|
61
|
-
"karma": "^
|
|
61
|
+
"karma": "^6.4.1",
|
|
62
62
|
"karma-chrome-launcher": "^3.1.0",
|
|
63
63
|
"karma-coverage": "^2.0.2",
|
|
64
64
|
"karma-coverage-istanbul-reporter": "^3.0.0",
|
|
@@ -80,6 +80,6 @@
|
|
|
80
80
|
"webpack-cli": "^4.9.2"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@microsoft/fast-element": "^2.0.0-beta.
|
|
83
|
+
"@microsoft/fast-element": "^2.0.0-beta.13"
|
|
84
84
|
}
|
|
85
85
|
}
|