@aigne/ideogram 0.4.2-beta.1 → 0.4.2-beta.10

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 +81 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.63.0-beta.10
11
+
12
+ ## [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)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/core bumped to 1.63.0-beta.9
20
+
21
+ ## [0.4.2-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.7...ideogram-v0.4.2-beta.8) (2025-10-16)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/core bumped to 1.63.0-beta.8
29
+
30
+ ## [0.4.2-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.6...ideogram-v0.4.2-beta.7) (2025-10-15)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @aigne/core bumped to 1.63.0-beta.7
38
+
39
+ ## [0.4.2-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.5...ideogram-v0.4.2-beta.6) (2025-10-15)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @aigne/core bumped to 1.63.0-beta.6
47
+
48
+ ## [0.4.2-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.4...ideogram-v0.4.2-beta.5) (2025-10-13)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * dependencies
55
+ * @aigne/core bumped to 1.63.0-beta.5
56
+
57
+ ## [0.4.2-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.3...ideogram-v0.4.2-beta.4) (2025-10-12)
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * The following workspace dependencies were updated
63
+ * dependencies
64
+ * @aigne/core bumped to 1.63.0-beta.4
65
+
66
+ ## [0.4.2-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.2...ideogram-v0.4.2-beta.3) (2025-10-11)
67
+
68
+
69
+ ### Dependencies
70
+
71
+ * The following workspace dependencies were updated
72
+ * dependencies
73
+ * @aigne/core bumped to 1.63.0-beta.3
74
+
75
+ ## [0.4.2-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta.1...ideogram-v0.4.2-beta.2) (2025-10-09)
76
+
77
+
78
+ ### Dependencies
79
+
80
+ * The following workspace dependencies were updated
81
+ * dependencies
82
+ * @aigne/core bumped to 1.63.0-beta.2
83
+
3
84
  ## [0.4.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.2-beta...ideogram-v0.4.2-beta.1) (2025-10-09)
4
85
 
5
86
 
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.1"
39
+ "@aigne/core": "1.63.0-beta.10"
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.1",
50
+ "version": "0.4.2-beta.10",
51
51
  "scripts": {
52
52
  "lint": "tsc --noEmit",
53
53
  "build": "tsc --build scripts/tsconfig.build.json",