@aigne/ideogram 0.4.0-beta.5 → 0.4.0-beta.7

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 +18 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.0-beta.6...ideogram-v0.4.0-beta.7) (2025-09-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.61.0-beta.7
11
+
12
+ ## [0.4.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.0-beta.5...ideogram-v0.4.0-beta.6) (2025-09-26)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/core bumped to 1.61.0-beta.6
20
+
3
21
  ## [0.4.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/ideogram-v0.4.0-beta.4...ideogram-v0.4.0-beta.5) (2025-09-25)
4
22
 
5
23
 
@@ -234,4 +252,3 @@
234
252
  ### Features
235
253
 
236
254
  * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
237
- * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
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.61.0-beta.5"
39
+ "@aigne/core": "1.61.0-beta.7"
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.0-beta.5",
50
+ "version": "0.4.0-beta.7",
51
51
  "scripts": {
52
52
  "lint": "tsc --noEmit",
53
53
  "build": "tsc --build scripts/tsconfig.build.json",