@aigne/core 1.68.0 → 1.68.1-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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.68.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.68.0...core-v1.68.1-beta) (2025-11-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/afs bumped to 1.2.1-beta
16
+ * @aigne/afs-history bumped to 1.0.2-beta
17
+ * @aigne/observability-api bumped to 0.11.7-beta
18
+ * @aigne/platform-helpers bumped to 0.6.4-beta
19
+
3
20
  ## [1.68.0](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.68.0-beta...core-v1.68.0) (2025-11-14)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/core",
3
- "version": "1.68.0",
3
+ "version": "1.68.1-beta",
4
4
  "description": "The functional core of agentic AI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,10 +92,10 @@
92
92
  "zod": "^3.25.67",
93
93
  "zod-from-json-schema": "^0.0.5",
94
94
  "zod-to-json-schema": "^3.24.6",
95
- "@aigne/afs": "^1.2.0",
96
- "@aigne/afs-history": "^1.0.1",
97
- "@aigne/platform-helpers": "^0.6.3",
98
- "@aigne/observability-api": "^0.11.6"
95
+ "@aigne/afs": "^1.2.1-beta",
96
+ "@aigne/afs-history": "^1.0.2-beta",
97
+ "@aigne/platform-helpers": "^0.6.4-beta",
98
+ "@aigne/observability-api": "^0.11.7-beta"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/bun": "^1.2.22",