@aigne/afs-history 1.2.0-beta.6 → 1.2.0-beta.8

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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,30 @@
6
6
  * dependencies
7
7
  * @aigne/afs bumped to 1.2.0
8
8
 
9
+ ## [1.2.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.2.0-beta.7...afs-history-v1.2.0-beta.8) (2026-01-08)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/afs bumped to 1.4.0-beta.7
22
+ * @aigne/sqlite bumped to 0.4.9-beta.1
23
+
24
+ ## [1.2.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.2.0-beta.6...afs-history-v1.2.0-beta.7) (2026-01-06)
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @aigne/afs bumped to 1.4.0-beta.6
32
+
9
33
  ## [1.2.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.2.0-beta.5...afs-history-v1.2.0-beta.6) (2026-01-06)
10
34
 
11
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-history",
3
- "version": "1.2.0-beta.6",
3
+ "version": "1.2.0-beta.8",
4
4
  "description": "AIGNE AFS module for managing chat history",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,8 +50,8 @@
50
50
  "@aigne/uuid": "^13.0.1",
51
51
  "radix3": "^1.1.2",
52
52
  "ufo": "^1.6.1",
53
- "@aigne/afs": "^1.4.0-beta.5",
54
- "@aigne/sqlite": "^0.4.9-beta"
53
+ "@aigne/sqlite": "^0.4.9-beta.1",
54
+ "@aigne/afs": "^1.4.0-beta.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.22",