Skip to content

Commit 8995b73

Browse files
author
RetailCRM.CI
committed
chore(release): v0.5.12
1 parent a0c491a commit 8995b73

File tree

7 files changed

+31
-20
lines changed

7 files changed

+31
-20
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33

4+
## [0.5.12](https://github.com/retailcrm/embed-ui/compare/v0.5.11...v0.5.12) (2025-01-23)
5+
6+
### Features
7+
8+
* **v1-contexts:** Added field for system routing data ([5638050](https://github.com/retailcrm/embed-ui/commit/563805062d3ae2c90f30bb65fc8bda3a18fdc374))
9+
* **v1-contexts:** Added isAdmin/isManager flags to user/current context ([a0c491a](https://github.com/retailcrm/embed-ui/commit/a0c491a030f333c606431b9ea33b4e4b95624024))
10+
11+
### Bug Fixes
12+
13+
* **v1-components:** Adjusting types in package according to the fix from v1-types ([a3e8f1f](https://github.com/retailcrm/embed-ui/commit/a3e8f1fd79e3730df806f372712e59fa0b9853eb))
14+
* **v1-types:** Accepts method of fields in schemas ([deffa6f](https://github.com/retailcrm/embed-ui/commit/deffa6ff04ee3a50c4282d7264e9841f08194411))
415
## [0.5.11](https://github.com/retailcrm/embed-ui/compare/v0.5.10...v0.5.11) (2025-01-22)
516

617
### Bug Fixes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@retailcrm/embed-ui",
33
"type": "module",
4-
"version": "0.5.11",
4+
"version": "0.5.12",
55
"description": "API and components for creating RetailCRM UI extensions",
66
"repository": "git@github.com:retailcrm/embed-ui.git",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
@@ -37,13 +37,13 @@
3737
"dependencies": {
3838
"@omnicajs/vue-remote": "^0.2.5",
3939
"@remote-ui/rpc": "^1.4.5",
40-
"@retailcrm/embed-ui-v1-contexts": "^0.5.11",
41-
"@retailcrm/embed-ui-v1-types": "^0.5.11"
40+
"@retailcrm/embed-ui-v1-contexts": "^0.5.12",
41+
"@retailcrm/embed-ui-v1-types": "^0.5.12"
4242
},
4343
"devDependencies": {
4444
"@eslint/eslintrc": "^3.0.2",
4545
"@eslint/js": "^9.13.0",
46-
"@retailcrm/embed-ui-v1-testing": "^0.5.11",
46+
"@retailcrm/embed-ui-v1-testing": "^0.5.12",
4747
"@types/git-semver-tags": "^7.0.0",
4848
"@types/node": "^22.7.9",
4949
"@types/semver": "^7.5.8",

packages/v1-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@retailcrm/embed-ui-v1-components",
33
"type": "module",
4-
"version": "0.5.11",
4+
"version": "0.5.12",
55
"license": "MIT",
66
"author": "RetailDriverLLC <integration@retailcrm.ru>",
77
"repository": "git@github.com:retailcrm/embed-ui.git",

packages/v1-contexts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@retailcrm/embed-ui-v1-contexts",
33
"description": "Reactive contexts for RetailCRM JS API",
44
"type": "module",
5-
"version": "0.5.11",
5+
"version": "0.5.12",
66
"license": "MIT",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
88
"repository": "git@github.com:retailcrm/embed-ui.git",
@@ -103,10 +103,10 @@
103103
},
104104
"dependencies": {
105105
"@omnicajs/symfony-router": "^1.0.0",
106-
"@retailcrm/embed-ui-v1-types": "^0.5.11"
106+
"@retailcrm/embed-ui-v1-types": "^0.5.12"
107107
},
108108
"devDependencies": {
109-
"@retailcrm/embed-ui-v1-testing": "^0.5.11",
109+
"@retailcrm/embed-ui-v1-testing": "^0.5.12",
110110
"tsx": "^4.19.2",
111111
"typescript": "^5.6.3",
112112
"vite": "^5.4.11",

packages/v1-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@retailcrm/embed-ui-v1-testing",
33
"type": "module",
4-
"version": "0.5.11",
4+
"version": "0.5.12",
55
"license": "MIT",
66
"author": "RetailDriverLLC <integration@retailcrm.ru>",
77
"repository": "git@github.com:retailcrm/embed-ui.git",
@@ -15,6 +15,6 @@
1515
"vue": "^3.5"
1616
},
1717
"dependencies": {
18-
"@retailcrm/embed-ui-v1-types": "^0.5.11"
18+
"@retailcrm/embed-ui-v1-types": "^0.5.12"
1919
}
2020
}

packages/v1-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@retailcrm/embed-ui-v1-types",
33
"description": "Basic types declarations for RetailCRM JS API",
44
"type": "module",
5-
"version": "0.5.11",
5+
"version": "0.5.12",
66
"license": "MIT",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
88
"repository": "git@github.com:retailcrm/embed-ui.git",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -984,13 +984,13 @@ __metadata:
984984
languageName: unknown
985985
linkType: soft
986986

987-
"@retailcrm/embed-ui-v1-contexts@npm:^0.5.11, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
987+
"@retailcrm/embed-ui-v1-contexts@npm:^0.5.12, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
988988
version: 0.0.0-use.local
989989
resolution: "@retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts"
990990
dependencies:
991991
"@omnicajs/symfony-router": "npm:^1.0.0"
992-
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.11"
993-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.11"
992+
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.12"
993+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.12"
994994
tsx: "npm:^4.19.2"
995995
typescript: "npm:^5.6.3"
996996
vite: "npm:^5.4.11"
@@ -1002,19 +1002,19 @@ __metadata:
10021002
languageName: unknown
10031003
linkType: soft
10041004

1005-
"@retailcrm/embed-ui-v1-testing@npm:^0.5.11, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
1005+
"@retailcrm/embed-ui-v1-testing@npm:^0.5.12, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
10061006
version: 0.0.0-use.local
10071007
resolution: "@retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing"
10081008
dependencies:
1009-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.11"
1009+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.12"
10101010
peerDependencies:
10111011
"@omnicajs/vue-remote": ^0.2.5
10121012
"@remote-ui/rpc": ^1.4.5
10131013
vue: ^3.5
10141014
languageName: unknown
10151015
linkType: soft
10161016

1017-
"@retailcrm/embed-ui-v1-types@npm:^0.5.11, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
1017+
"@retailcrm/embed-ui-v1-types@npm:^0.5.12, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
10181018
version: 0.0.0-use.local
10191019
resolution: "@retailcrm/embed-ui-v1-types@workspace:packages/v1-types"
10201020
languageName: unknown
@@ -1028,9 +1028,9 @@ __metadata:
10281028
"@eslint/js": "npm:^9.13.0"
10291029
"@omnicajs/vue-remote": "npm:^0.2.5"
10301030
"@remote-ui/rpc": "npm:^1.4.5"
1031-
"@retailcrm/embed-ui-v1-contexts": "npm:^0.5.11"
1032-
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.11"
1033-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.11"
1031+
"@retailcrm/embed-ui-v1-contexts": "npm:^0.5.12"
1032+
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.12"
1033+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.12"
10341034
"@types/git-semver-tags": "npm:^7.0.0"
10351035
"@types/node": "npm:^22.7.9"
10361036
"@types/semver": "npm:^7.5.8"

0 commit comments

Comments
 (0)