@kiva/kv-components 3.69.0 → 3.69.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.69.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.69.0...@kiva/kv-components@3.69.1) (2024-03-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove reaction wasn't working ([4fa9d53](https://github.com/kiva/kv-ui-elements/commit/4fa9d5358da329c3bc4fcd49e4d0d6ef4d3d830c))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.69.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.68.1...@kiva/kv-components@3.69.0) (2024-03-27)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.69.0",
3
+ "version": "3.69.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -75,5 +75,5 @@
75
75
  "optional": true
76
76
  }
77
77
  },
78
- "gitHead": "c6fecd3138c173aca7e5b8f7f14e907b107612f4"
78
+ "gitHead": "12d886b4e18e7c961758e6b2c95568d85bed191c"
79
79
  }
@@ -194,9 +194,6 @@ export default {
194
194
  isChild: true,
195
195
  value,
196
196
  };
197
- if (reaction === LIKE_COMMENT_EVENT && !value) {
198
- payload.id = likedObject.value.id;
199
- }
200
197
 
201
198
  emit(ADD_REACTION_EVENT, payload);
202
199
  };