@aigne/ideogram 0.4.15 → 0.4.16-beta.2

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 +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.16-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.16-beta.1...ideogram-v0.4.16-beta.2) (2025-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.2
11
+
12
+ ## [0.4.16-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.16-beta...ideogram-v0.4.16-beta.1) (2025-12-17)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/core bumped to 1.72.0-beta.1
25
+
26
+ ## [0.4.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.15...ideogram-v0.4.16-beta) (2025-12-17)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.72.0-beta
34
+
3
35
  ## [0.4.15](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.15-beta.6...ideogram-v0.4.15) (2025-12-12)
4
36
 
5
37
 
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.71.0"
39
+ "@aigne/core": "1.72.0-beta.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/bun": "^1.2.22",
@@ -47,7 +47,7 @@
47
47
  "rimraf": "^6.0.1",
48
48
  "typescript": "^5.9.2"
49
49
  },
50
- "version": "0.4.15",
50
+ "version": "0.4.16-beta.2",
51
51
  "scripts": {
52
52
  "lint": "tsc --noEmit",
53
53
  "build": "tsc --build scripts/tsconfig.build.json",