@retailcrm/embed-ui 0.5.19 → 0.5.21

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.5.21](https://github.com/retailcrm/embed-ui/compare/v0.5.20...v0.5.21) (2025-02-03)
5
+
6
+ ### Bug Fixes
7
+
8
+ * **v1-components:** Fixed date format for spanish locales ([9be1716](https://github.com/retailcrm/embed-ui/commit/9be17164856fd5435c5326acb76aaca2c202b3d5))
9
+ ## [0.5.20](https://github.com/retailcrm/embed-ui/compare/v0.5.19...v0.5.20) (2025-01-31)
10
+
11
+ ### Bug Fixes
12
+
13
+ * **v1-components:** Missing UiCopyButton slots definition ([7ac224a](https://github.com/retailcrm/embed-ui/commit/7ac224ad812f19b948473051aa0170217cec97ce))
4
14
  ## [0.5.19](https://github.com/retailcrm/embed-ui/compare/v0.5.18...v0.5.19) (2025-01-31)
5
15
 
6
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.5.19",
4
+ "version": "0.5.21",
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>",
@@ -40,14 +40,14 @@
40
40
  "@omnicajs/symfony-router": "^1.0.0",
41
41
  "@omnicajs/vue-remote": "^0.2.5",
42
42
  "@remote-ui/rpc": "^1.4.5",
43
- "@retailcrm/embed-ui-v1-contexts": "^0.5.19",
44
- "@retailcrm/embed-ui-v1-types": "^0.5.19"
43
+ "@retailcrm/embed-ui-v1-contexts": "^0.5.21",
44
+ "@retailcrm/embed-ui-v1-types": "^0.5.21"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/eslintrc": "^3.0.2",
48
48
  "@eslint/js": "^9.13.0",
49
49
  "@modulify/pkg": "^1.0.1",
50
- "@retailcrm/embed-ui-v1-testing": "^0.5.19",
50
+ "@retailcrm/embed-ui-v1-testing": "^0.5.21",
51
51
  "@types/git-semver-tags": "^7.0.0",
52
52
  "@types/node": "^22.7.9",
53
53
  "@types/semver": "^7.5.8",