diff --git a/CHANGELOG.md b/CHANGELOG.md index a775d99..d196d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2024-02-09 + +### Updated images +- datalens-us: 0.149.0 -> 0.157.0 +- datalens-ui: 0.1268.0 -> 0.1296.0 + +### Changed +- Support inner lable in datepicker control ([ui:#566](https://github.com/datalens-tech/datalens-ui/pull/566)) +- Add required selector option([ui:#563](https://github.com/datalens-tech/datalens-ui/pull/563)) +- Fix remove alias area, fix alias controls icons displaying ([ui:#585](https://github.com/datalens-tech/datalens-ui/pull/585)) + ## 2024-02-02 ### Updated images diff --git a/versions-config.json b/versions-config.json index 65cb88a..cd65af3 100644 --- a/versions-config.json +++ b/versions-config.json @@ -1,6 +1,6 @@ { "controlApiVersion": "0.2046.0", "dataApiVersion": "0.2046.0", - "usVersion": "0.149.0", - "uiVersion": "0.1268.0" + "usVersion": "0.157.0", + "uiVersion": "0.1296.0" }