@aigne/ideogram 0.4.2-beta.9 → 0.4.3-beta

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 +45 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2...ideogram-v0.4.3-beta) (2025-10-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.64.0-beta
11
+
12
+ ## [0.4.2](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.12...ideogram-v0.4.2) (2025-10-19)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/core bumped to 1.63.0
20
+
21
+ ## [0.4.2-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.11...ideogram-v0.4.2-beta.12) (2025-10-17)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/core bumped to 1.63.0-beta.12
29
+
30
+ ## [0.4.2-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.10...ideogram-v0.4.2-beta.11) (2025-10-17)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @aigne/core bumped to 1.63.0-beta.11
38
+
39
+ ## [0.4.2-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.9...ideogram-v0.4.2-beta.10) (2025-10-16)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @aigne/core bumped to 1.63.0-beta.10
47
+
3
48
  ## [0.4.2-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.8...ideogram-v0.4.2-beta.9) (2025-10-16)
4
49
 
5
50
 
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.63.0-beta.9"
39
+ "@aigne/core": "1.64.0-beta"
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.2-beta.9",
50
+ "version": "0.4.3-beta",
51
51
  "scripts": {
52
52
  "lint": "tsc --noEmit",
53
53
  "build": "tsc --build scripts/tsconfig.build.json",