@iloveagents/foundry-web-shell 0.2.0 → 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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @iloveagents/foundry-web-shell
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. (`shell@0.2.0` already published cleanly; this is a
10
+ follow-the-group patch bump.)
11
+
3
12
  ## 0.2.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iloveagents/foundry-web-shell",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "types": "./src/index.ts",
@@ -19,9 +19,9 @@
19
19
  "zustand": "^5.0.0"
20
20
  },
21
21
  "dependencies": {
22
- "@iloveagents/foundry-web-primitives": "0.2.0",
23
- "@iloveagents/foundry-web-ui": "0.2.0",
24
- "@iloveagents/foundry-agent": "0.2.0"
22
+ "@iloveagents/foundry-agent": "0.2.1",
23
+ "@iloveagents/foundry-web-primitives": "0.2.1",
24
+ "@iloveagents/foundry-web-ui": "0.2.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "~5.9.3",