@iloveagents/foundry-web-primitives 0.1.5 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
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
+
3
31
  ## 0.1.5
4
32
 
5
33
  ## 0.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iloveagents/foundry-web-primitives",
3
- "version": "0.1.5",
3
+ "version": "0.2.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "types": "./src/index.ts",