@microsoft/fast-router 1.0.0-alpha.4 → 1.0.0-alpha.5

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 CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 18 Aug 2022 20:46:10 GMT",
6
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.5",
7
+ "version": "1.0.0-alpha.5",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@microsoft/fast-router",
13
+ "comment": "Bump @microsoft/fast-element to v2.0.0-beta.5",
14
+ "commit": "0b57f1bc812e8e6371b7d27bb625f99a25bfaa66"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Mon, 18 Jul 2022 21:10:01 GMT",
6
21
  "tag": "@microsoft/fast-router_v1.0.0-alpha.4",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Mon, 18 Jul 2022 21:10:01 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Aug 2022 20:46:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.5
8
+
9
+ Thu, 18 Aug 2022 20:46:10 GMT
10
+
11
+ ### Changes
12
+
13
+ - Bump @microsoft/fast-element to v2.0.0-beta.5
14
+
7
15
  ## 1.0.0-alpha.4
8
16
 
9
17
  Mon, 18 Jul 2022 21:10: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.4",
5
+ "version": "1.0.0-alpha.5",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"
@@ -80,6 +80,6 @@
80
80
  "webpack-cli": "^4.9.2"
81
81
  },
82
82
  "dependencies": {
83
- "@microsoft/fast-element": "^2.0.0-beta.4"
83
+ "@microsoft/fast-element": "^2.0.0-beta.5"
84
84
  }
85
85
  }