@iloveagents/foundry-web-primitives 0.1.4 → 0.2.1
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 +30 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @iloveagents/foundry-web-primitives
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- No source changes. Bumped in lock-step with the fixed group so the
|
|
8
|
+
whole group can publish at a version number that's free across all
|
|
9
|
+
four packages. `@iloveagents/foundry-agent@0.2.0` and
|
|
10
|
+
`@iloveagents/foundry-web-primitives@0.2.0` were blocked by an old
|
|
11
|
+
npm reservation; `shell` and `ui` published at 0.2.0 successfully.
|
|
12
|
+
0.2.1 unblocks the two stuck packages without leaving the fixed
|
|
13
|
+
group drifting.
|
|
14
|
+
|
|
15
|
+
## 0.2.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- shell: ChatConversationConfig API + sticky-runtime threadId — bumped as
|
|
20
|
+
part of the fixed group with `foundry-web-shell` / `foundry-web-ui` /
|
|
21
|
+
`foundry-agent`. No direct source changes in this package.
|
|
22
|
+
|
|
23
|
+
### NOTE: 1.0.0 / 1.0.1 were accidental
|
|
24
|
+
|
|
25
|
+
These version numbers were published briefly on 2026-05-27 due to the
|
|
26
|
+
peerDep cascade bug in the sibling packages (see `foundry-agent`'s 0.2.0
|
|
27
|
+
changelog entry), then unpublished. The version numbers themselves are
|
|
28
|
+
now permanently reserved on npm and CANNOT be re-published. Do not
|
|
29
|
+
depend on 1.0.x.
|
|
30
|
+
|
|
31
|
+
## 0.1.5
|
|
32
|
+
|
|
3
33
|
## 0.1.4
|
|
4
34
|
|
|
5
35
|
## 0.1.3
|