@aigne/ideogram 0.4.16-beta.21 → 0.4.16-beta.23

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.16-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.16-beta.22...ideogram-v0.4.16-beta.23) (2026-01-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.23
11
+ * devDependencies
12
+ * @aigne/test-utils bumped to 0.5.69-beta.23
13
+
14
+ ## [0.4.16-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.16-beta.21...ideogram-v0.4.16-beta.22) (2026-01-15)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/core bumped to 1.72.0-beta.22
22
+ * devDependencies
23
+ * @aigne/test-utils bumped to 0.5.69-beta.22
24
+
3
25
  ## [0.4.16-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.16-beta.20...ideogram-v0.4.16-beta.21) (2026-01-15)
4
26
 
5
27
 
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "ufo": "^1.6.1",
38
38
  "zod": "3.25.67",
39
- "@aigne/core": "1.72.0-beta.21"
39
+ "@aigne/core": "1.72.0-beta.23"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/bun": "^1.2.22",
@@ -46,9 +46,9 @@
46
46
  "npm-run-all": "^4.1.5",
47
47
  "rimraf": "^6.0.1",
48
48
  "typescript": "^5.9.2",
49
- "@aigne/test-utils": "^0.5.69-beta.21"
49
+ "@aigne/test-utils": "^0.5.69-beta.23"
50
50
  },
51
- "version": "0.4.16-beta.21",
51
+ "version": "0.4.16-beta.23",
52
52
  "scripts": {
53
53
  "lint": "tsc --noEmit",
54
54
  "build": "tsc --build scripts/tsconfig.build.json",