@microsoft/fast-router 0.4.9 → 0.4.10

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,16 +2,16 @@
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 08 Apr 2024 15:47:11 GMT",
6
- "tag": "@microsoft/fast-router_v0.4.9",
7
- "version": "0.4.9",
5
+ "date": "Wed, 23 Oct 2024 23:53:45 GMT",
6
+ "tag": "@microsoft/fast-router_v0.4.10",
7
+ "version": "0.4.10",
8
8
  "comments": {
9
9
  "patch": [
10
10
  {
11
11
  "author": "beachball",
12
12
  "package": "@microsoft/fast-router",
13
- "comment": "Bump @microsoft/fast-element to v1.13.0",
14
- "commit": "7f8e2db596277e78fddd88a6c99444ca64f5e771"
13
+ "comment": "Bump @microsoft/fast-element to v1.14.0",
14
+ "commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d"
15
15
  }
16
16
  ]
17
17
  }
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Mon, 08 Apr 2024 15:47:11 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 23 Oct 2024 23:53:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.4.9
7
+ ## 0.4.10
8
8
 
9
- Mon, 08 Apr 2024 15:47:11 GMT
9
+ Wed, 23 Oct 2024 23:53:45 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @microsoft/fast-element to v1.13.0
13
+ - Bump @microsoft/fast-element to v1.14.0
14
14
 
15
15
  ## 0.4.8
16
16
 
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.4.9",
5
+ "version": "0.4.10",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"
@@ -84,6 +84,6 @@
84
84
  "webpack": "^4.44.0"
85
85
  },
86
86
  "dependencies": {
87
- "@microsoft/fast-element": "^1.13.0"
87
+ "@microsoft/fast-element": "^1.14.0"
88
88
  }
89
89
  }