@webitel/ui-sdk 24.12.92 → 24.12.94
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.93] - 2025-02-06
|
|
2
|
+
### :recycle: Refactors
|
|
3
|
+
- [`f4b1d5d`](https://github.com/webitel/webitel-ui-sdk/commit/f4b1d5dc9a1f883146e200d91381cd6ad3160e8a) - package.json fixing [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.92] - 2025-02-06
|
|
7
|
+
### :recycle: Refactors
|
|
8
|
+
- [`ca5e723`](https://github.com/webitel/webitel-ui-sdk/commit/ca5e7232329a0921a8435ed4c872257da4569f49) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## [v24.12.91] - 2025-02-06
|
|
2
12
|
### :sparkles: New Features
|
|
3
13
|
- [`ed9cf00`](https://github.com/webitel/webitel-ui-sdk/commit/ed9cf00b84fe0909267d96d9fe0b1dc212bb2881) - websocket transferred from workspace [WTEL-5497](https://webitel.atlassian.net/browse/WTEL-5497) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -1020,3 +1030,5 @@
|
|
|
1020
1030
|
[v24.12.89]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.88...v24.12.89
|
|
1021
1031
|
[v24.12.90]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.89...v24.12.90
|
|
1022
1032
|
[v24.12.91]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.90...v24.12.91
|
|
1033
|
+
[v24.12.92]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.91...v24.12.92
|
|
1034
|
+
[v24.12.93]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.92...v24.12.93
|