@odigos/ui-kit 0.0.188 → 0.0.189

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
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.189](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.188...ui-kit-v0.0.189) (2026-01-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * caching issue with ns in add source modal ([#642](https://github.com/odigos-io/ui-kit/issues/642)) ([1da5118](https://github.com/odigos-io/ui-kit/commit/1da51184443b8e865f90682ab3da504d4160956d))
9
+ * edit functionality for cross-data-streams ([#643](https://github.com/odigos-io/ui-kit/issues/643)) ([32b38fe](https://github.com/odigos-io/ui-kit/commit/32b38fee2e083b7c686aaa7b37b024b5d67480e1))
10
+ * **useEntityStore:** optimize entity management with O(1) lookups ([#638](https://github.com/odigos-io/ui-kit/issues/638)) ([0f941f2](https://github.com/odigos-io/ui-kit/commit/0f941f200d5bbc72b6172aabe4e4b5d649a2e4b8))
11
+
3
12
  ## [0.0.188](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.187...ui-kit-v0.0.188) (2026-01-29)
4
13
 
5
14