@webitel/ui-sdk 24.12.66 → 24.12.68

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,3 +1,13 @@
1
+ ## [v24.12.67] - 2025-01-21
2
+ ### :sparkles: New Features
3
+ - [`66e81f2`](https://github.com/webitel/webitel-ui-sdk/commit/66e81f2f7ac9f1bc6d73d26d20b62274d634e92f) - wt-popup rewrite with composition api + TS, + added activator slot, + docs, + fixed tests [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
4
+
5
+
6
+ ## [v24.12.66] - 2025-01-21
7
+ ### :bug: Bug Fixes
8
+ - [`23863b0`](https://github.com/webitel/webitel-ui-sdk/commit/23863b0be32becefd35c90e63ffb67dec9c16494) - grantee locales[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) *(commit by [@Lera24](https://github.com/Lera24))*
9
+
10
+
1
11
  ## [v24.12.65] - 2025-01-21
2
12
  ### :bug: Bug Fixes
3
13
  - [`67c0176`](https://github.com/webitel/webitel-ui-sdk/commit/67c01764757af470e095f6cce5f3384eaa68f3f3) - grantee locale[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) *(commit by [@Lera24](https://github.com/Lera24))*
@@ -837,3 +847,5 @@
837
847
  [v24.12.63]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.62...v24.12.63
838
848
  [v24.12.64]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.63...v24.12.64
839
849
  [v24.12.65]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.64...v24.12.65
850
+ [v24.12.66]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.65...v24.12.66
851
+ [v24.12.67]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.66...v24.12.67