smbls 3.14.46 → 3.14.48

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # smbls
2
2
 
3
+ ## 3.14.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated cross-repo patch release.
8
+
9
+ ## 3.14.47
10
+
11
+ ### Patch Changes
12
+
13
+ - 83c7815: Republish smbls to include `app.navigate(path, opts)` in the shipped
14
+ dist. Source landed at smbls 6408710b2 but the previous publish
15
+ (3.14.46 at 2026-05-17T03:47:41Z) raced against that commit
16
+ (2026-05-17T03:48:18Z) — the npm publish happened 37 seconds before
17
+ the navigate source landed in the smbls working tree the CI was
18
+ building from, so the published dist files have zero occurrences of
19
+ `navigate` despite the release commit (543a282ae) listing it.
20
+
21
+ Consumer workspaces (workspace/packages/preview) call `app.navigate`
22
+ to drive iframe-embedded smbls apps from the parent realm — without
23
+ this republish they have to keep using the lower-level
24
+ `app.call('router', path, app, {}, opts)` primitive.
25
+
3
26
  ## 3.14.46
4
27
 
5
28
  ### Patch Changes