@aigne/ideogram 0.4.15 → 0.4.16-beta.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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/core bumped to 1.72.0-beta.1
16
+
17
+ ## [0.4.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.15...ideogram-v0.4.16-beta) (2025-12-17)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/core bumped to 1.72.0-beta
25
+
3
26
  ## [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
27
 
5
28
 
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.1"
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.1",
51
51
  "scripts": {
52
52
  "lint": "tsc --noEmit",
53
53
  "build": "tsc --build scripts/tsconfig.build.json",