@aigne/afs-user-profile-memory 1.2.0 → 1.2.2-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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.1...afs-user-profile-memory-v1.2.2-beta) (2025-11-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/afs bumped to 1.2.2-beta
16
+ * @aigne/afs-history bumped to 1.1.1-beta
17
+ * @aigne/core bumped to 1.69.2-beta
18
+
19
+ ## [1.2.1](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.1-beta...afs-user-profile-memory-v1.2.1) (2025-11-28)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @aigne/core bumped to 1.69.1
27
+
28
+ ## [1.2.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.0...afs-user-profile-memory-v1.2.1-beta) (2025-11-24)
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @aigne/core bumped to 1.69.1-beta
36
+
3
37
  ## [1.2.0](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.0-beta.2...afs-user-profile-memory-v1.2.0) (2025-11-21)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-user-profile-memory",
3
- "version": "1.2.0",
3
+ "version": "1.2.2-beta",
4
4
  "description": "AIGNE AFS module for user profile memory",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,9 +50,9 @@
50
50
  "fast-json-patch": "^3.1.1",
51
51
  "zod": "^3.25.67",
52
52
  "zod-to-json-schema": "^3.24.6",
53
- "@aigne/afs": "^1.2.1",
54
- "@aigne/afs-history": "^1.1.0",
55
- "@aigne/core": "^1.69.0"
53
+ "@aigne/afs-history": "^1.1.1-beta",
54
+ "@aigne/core": "^1.69.2-beta",
55
+ "@aigne/afs": "^1.2.2-beta"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/bun": "^1.2.22",