@microsoft/fast-router 1.0.0-alpha.18 → 1.0.0-alpha.19

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": "Fri, 02 Dec 2022 01:18:22 GMT",
6
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.19",
7
+ "version": "1.0.0-alpha.19",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@microsoft/fast-router",
13
+ "comment": "Bump @microsoft/fast-element to v2.0.0-beta.19",
14
+ "commit": "040867e9a2a9e0ae25b78dfb3265fbe8f60fe023"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Tue, 15 Nov 2022 02:40:35 GMT",
6
21
  "tag": "@microsoft/fast-router_v1.0.0-alpha.18",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Tue, 15 Nov 2022 02:40:35 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 02 Dec 2022 01:18:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.19
8
+
9
+ Fri, 02 Dec 2022 01:18:22 GMT
10
+
11
+ ### Changes
12
+
13
+ - Bump @microsoft/fast-element to v2.0.0-beta.19
14
+
7
15
  ## 1.0.0-alpha.18
8
16
 
9
17
  Tue, 15 Nov 2022 02:40:35 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.18",
5
+ "version": "1.0.0-alpha.19",
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.18"
83
+ "@microsoft/fast-element": "^2.0.0-beta.19"
84
84
  }
85
85
  }