@retailcrm/embed-ui 0.5.2-alpha.4 → 0.5.3-alpha.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
@@ -1,6 +1,14 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.5.3-alpha.1](https://github.com/retailcrm/embed-ui/compare/v0.5.2-1.0...v0.5.3-alpha.1) (2024-12-24)
5
+ ## [0.5.2](https://github.com/retailcrm/embed-ui/compare/v0.5.1...v0.5.2) (2024-12-24)
6
+
7
+ Special release for the fixes included. Please take a note here that alpha versions' changes were not included.
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fixed description of target 'order/card:comment.manager.before' ([dbe61c7](https://github.com/retailcrm/embed-ui/commit/dbe61c7425d86a4cf85e56ba3fdc7684d4e75241))
4
12
  ## [0.5.2-alpha.4](https://github.com/retailcrm/embed-ui/compare/v0.5.2-alpha.3...v0.5.2-alpha.4) (2024-12-24)
5
13
 
6
14
  ### Features
@@ -27,7 +35,7 @@
27
35
  * **v1-components:** Added UiRadio component ([a29ab06](https://github.com/retailcrm/embed-ui/commit/a29ab061f995cb118d4f534ebdf2034e8235cccb))
28
36
  ## [0.5.1](https://github.com/retailcrm/embed-ui/compare/v0.5.0...v0.5.1) (2024-12-23)
29
37
 
30
- Special release for features included. Please take a note here that alpha versions' changes were not included.
38
+ Special release for the features included. Please take a note here that alpha versions' changes were not included.
31
39
 
32
40
  ### Features
33
41
 
package/dist/meta.json CHANGED
@@ -746,9 +746,9 @@
746
746
  {
747
747
  "id": "order/card:comment.manager.before",
748
748
  "description": {
749
- "en-GB": "Widget for the block \"Customer Comments\"",
750
- "es-ES": "Widget para el bloque \"Comentarios del Cliente\"",
751
- "ru-RU": "Виджет для блока \"Комментарии клиента\""
749
+ "en-GB": "Widget for the block \"Manager comment\"",
750
+ "es-ES": "Widget para el bloque \"Comentario del asesor\"",
751
+ "ru-RU": "Виджет для блока \"Комментарии оператора\""
752
752
  },
753
753
  "location": {
754
754
  "en-GB": "Section start, right above the input field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.5.2-alpha.4",
4
+ "version": "0.5.3-alpha.1",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": "git@github.com:retailcrm/embed-ui.git",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "@omnicajs/vue-remote": "^0.2.3",
35
35
  "@remote-ui/rpc": "^1.4.5",
36
- "@retailcrm/embed-ui-v1-contexts": "^0.5.2-alpha.4",
37
- "@retailcrm/embed-ui-v1-types": "^0.5.2-alpha.4"
36
+ "@retailcrm/embed-ui-v1-contexts": "^0.5.3-alpha.1",
37
+ "@retailcrm/embed-ui-v1-types": "^0.5.3-alpha.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "pinia": "^2.2",
@@ -43,7 +43,7 @@
43
43
  "devDependencies": {
44
44
  "@eslint/eslintrc": "^3.0.2",
45
45
  "@eslint/js": "^9.13.0",
46
- "@retailcrm/embed-ui-v1-testing": "^0.5.2-alpha.4",
46
+ "@retailcrm/embed-ui-v1-testing": "^0.5.3-alpha.1",
47
47
  "@types/git-semver-tags": "^7.0.0",
48
48
  "@types/node": "^22.7.9",
49
49
  "@types/semver": "^7.5.8",