@microsoft/fast-router 0.2.15 → 0.2.16

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
@@ -2,7 +2,37 @@
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 08 Mar 2022 07:10:44 GMT",
5
+ "date": "Wed, 06 Apr 2022 07:10:25 GMT",
6
+ "tag": "@microsoft/fast-router_v0.2.16",
7
+ "version": "0.2.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump @microsoft/fast-element to v1.9.0",
12
+ "author": "nicholasrice@users.noreply.github.com",
13
+ "commit": "ead7f7340654236f2503359e2fc6f0b41639b507",
14
+ "package": "@microsoft/fast-router"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sun, 03 Apr 2022 07:12:01 GMT",
21
+ "tag": "@microsoft/fast-router_v0.2.15",
22
+ "version": "0.2.15",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "comment": "Bump @microsoft/fast-element to v1.8.0",
27
+ "author": "47367562+bheston@users.noreply.github.com",
28
+ "commit": "35913ce3a2dcba83bebb63cce2b8edf4e9da7df9",
29
+ "package": "@microsoft/fast-router"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 08 Mar 2022 07:12:45 GMT",
6
36
  "tag": "@microsoft/fast-router_v0.2.15",
7
37
  "version": "0.2.15",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Tue, 08 Mar 2022 07:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 06 Apr 2022 07:10:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.16
8
+
9
+ Wed, 06 Apr 2022 07:10:25 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @microsoft/fast-element to v1.9.0 (nicholasrice@users.noreply.github.com)
14
+
7
15
  ## 0.2.15
8
16
 
9
- Tue, 08 Mar 2022 07:10:44 GMT
17
+ Tue, 08 Mar 2022 07:12:45 GMT
10
18
 
11
19
  ### Patches
12
20
 
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": "0.2.15",
5
+ "version": "0.2.16",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"
@@ -83,6 +83,6 @@
83
83
  "webpack": "^4.44.0"
84
84
  },
85
85
  "dependencies": {
86
- "@microsoft/fast-element": "^1.8.0"
86
+ "@microsoft/fast-element": "^1.9.0"
87
87
  }
88
88
  }