@microsoft/fast-router 1.0.0-alpha.20 → 1.0.0-alpha.22

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,36 @@
1
1
  {
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
+ {
5
+ "date": "Sat, 11 Mar 2023 00:09:49 GMT",
6
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.22",
7
+ "version": "1.0.0-alpha.22",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@microsoft/fast-router",
13
+ "comment": "Bump @microsoft/fast-element to v2.0.0-beta.22",
14
+ "commit": "dcf64d0383f613fd0c79b6f4f5ef010fccdbc11f"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 14 Feb 2023 04:02:36 GMT",
21
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.21",
22
+ "version": "1.0.0-alpha.21",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@microsoft/fast-router",
28
+ "comment": "Bump @microsoft/fast-element to v2.0.0-beta.21",
29
+ "commit": "e504d092f81623e6332fa8cdf72ce9114e6c842e"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Wed, 11 Jan 2023 22:07:44 GMT",
6
36
  "tag": "@microsoft/fast-router_v1.0.0-alpha.20",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Wed, 11 Jan 2023 22:07:44 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 11 Mar 2023 00:09:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.22
8
+
9
+ Sat, 11 Mar 2023 00:09:49 GMT
10
+
11
+ ### Changes
12
+
13
+ - Bump @microsoft/fast-element to v2.0.0-beta.22
14
+
15
+ ## 1.0.0-alpha.21
16
+
17
+ Tue, 14 Feb 2023 04:02:36 GMT
18
+
19
+ ### Changes
20
+
21
+ - Bump @microsoft/fast-element to v2.0.0-beta.21
22
+
7
23
  ## 1.0.0-alpha.20
8
24
 
9
25
  Wed, 11 Jan 2023 22:07:44 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.20",
5
+ "version": "1.0.0-alpha.22",
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.20"
83
+ "@microsoft/fast-element": "^2.0.0-beta.22"
84
84
  }
85
85
  }