@squide/firefly 17.0.3 → 17.0.4
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.md +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @squide/firefly
|
|
2
2
|
|
|
3
|
+
## 17.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#608](https://github.com/workleap/wl-squide/pull/608) [`9161c5d`](https://github.com/workleap/wl-squide/commit/9161c5d9bbcaacd5a5b07aa676e2d0febb4b0520) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Fixed `registerPublicRoute` to propagate the public visibility to nested children. Children with an explicit visibility option are preserved.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`9161c5d`](https://github.com/workleap/wl-squide/commit/9161c5d9bbcaacd5a5b07aa676e2d0febb4b0520)]:
|
|
10
|
+
- @squide/react-router@8.1.22
|
|
11
|
+
|
|
3
12
|
## 17.0.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "17.0.
|
|
4
|
+
"version": "17.0.4",
|
|
5
5
|
"description": "Squide bundle for the firefly technology stack.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"@workleap-telemetry/core": "^2.0.2",
|
|
50
50
|
"@workleap/logging": "^1.3.8",
|
|
51
51
|
"uuid": "^14.0.0",
|
|
52
|
-
"@squide/core": "^7.0.1",
|
|
53
|
-
"@squide/env-vars": "^1.4.22",
|
|
54
52
|
"@squide/launch-darkly": "^1.0.15",
|
|
53
|
+
"@squide/env-vars": "^1.4.22",
|
|
54
|
+
"@squide/react-router": "^8.1.22",
|
|
55
55
|
"@squide/msw": "^4.0.20",
|
|
56
|
-
"@squide/
|
|
56
|
+
"@squide/core": "^7.0.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@eslint/js": "9.39.2",
|