@microsoft/fast-router 1.0.0-alpha.25 → 1.0.0-alpha.26

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,27 @@
1
1
  {
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
+ {
5
+ "date": "Fri, 18 Aug 2023 00:04:39 GMT",
6
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.26",
7
+ "version": "1.0.0-alpha.26",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "chhol@microsoft.com",
12
+ "package": "@microsoft/fast-router",
13
+ "commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
14
+ "comment": "update fast-element export paths to include extensions"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@microsoft/fast-router",
19
+ "comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
20
+ "commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
21
+ }
22
+ ]
23
+ }
24
+ },
4
25
  {
5
26
  "date": "Sat, 12 Aug 2023 00:26:36 GMT",
6
27
  "tag": "@microsoft/fast-router_v1.0.0-alpha.25",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.26
8
+
9
+ Fri, 18 Aug 2023 00:04:39 GMT
10
+
11
+ ### Changes
12
+
13
+ - update fast-element export paths to include extensions (chhol@microsoft.com)
14
+ - Bump @microsoft/fast-element to v2.0.0-beta.26
15
+
7
16
  ## 1.0.0-alpha.25
8
17
 
9
18
  Sat, 12 Aug 2023 00:26:36 GMT
@@ -1,6 +1,6 @@
1
1
  import { __awaiter } from "tslib";
2
2
  import { FASTElement } from "@microsoft/fast-element";
3
- import { composedParent } from "@microsoft/fast-element/utilities";
3
+ import { composedParent } from "@microsoft/fast-element/utilities.js";
4
4
  import { NavigationMessage } from "./navigation.js";
5
5
  import { childRouteParameter } from "./routes.js";
6
6
  const routerProperty = "$router";
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.25",
5
+ "version": "1.0.0-alpha.26",
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.25"
83
+ "@microsoft/fast-element": "^2.0.0-beta.26"
84
84
  }
85
85
  }