Skip to content

Commit a0e3f65

Browse files
author
RetailCRM.CI
committed
chore(release): v0.9.10-alpha.1
1 parent 276c6d0 commit a0e3f65

File tree

7 files changed

+25
-20
lines changed

7 files changed

+25
-20
lines changed

CHANGELOG.md

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

33

4+
## [0.9.10-alpha.1](https://github.com/retailcrm/embed-ui/compare/v0.9.9...v0.9.10-alpha.1) (2026-02-17)
5+
6+
### Features
7+
8+
* **v1-contexts:** Added fields customer.id, customer.externalId to order/card context ([03e0778](https://github.com/retailcrm/embed-ui/commit/03e077840d7859416a562410c21a1499728fd43a))
49
## [0.9.9](https://github.com/retailcrm/embed-ui/compare/v0.9.8...v0.9.9) (2026-02-12)
510

611
### 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.9.9",
4+
"version": "0.9.10-alpha.1",
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>",
@@ -41,15 +41,15 @@
4141
"@omnicajs/symfony-router": "^1.0.0",
4242
"@omnicajs/vue-remote": "^0.2.8",
4343
"@remote-ui/rpc": "^1.4.5",
44-
"@retailcrm/embed-ui-v1-contexts": "^0.9.9",
45-
"@retailcrm/embed-ui-v1-types": "^0.9.9"
44+
"@retailcrm/embed-ui-v1-contexts": "^0.9.10-alpha.1",
45+
"@retailcrm/embed-ui-v1-types": "^0.9.10-alpha.1"
4646
},
4747
"devDependencies": {
4848
"@eslint/eslintrc": "^3.3.3",
4949
"@eslint/js": "^9.39.1",
5050
"@modulify/git-toolkit": "^0.0.2",
5151
"@modulify/pkg": "^1.0.1",
52-
"@retailcrm/embed-ui-v1-testing": "^0.9.9",
52+
"@retailcrm/embed-ui-v1-testing": "^0.9.10-alpha.1",
5353
"@types/git-semver-tags": "^7.0.0",
5454
"@types/node": "^22.19.2",
5555
"@types/semver": "^7.7.1",

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.9.9",
4+
"version": "0.9.10-alpha.1",
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.9.9",
5+
"version": "0.9.10-alpha.1",
66
"license": "MIT",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
88
"repository": "git@github.com:retailcrm/embed-ui.git",
@@ -104,11 +104,11 @@
104104
"@floating-ui/core": "^1.7.3",
105105
"@floating-ui/dom": "^1.7.4",
106106
"@omnicajs/symfony-router": "^1.0.0",
107-
"@retailcrm/embed-ui-v1-types": "^0.9.9"
107+
"@retailcrm/embed-ui-v1-types": "^0.9.10-alpha.1"
108108
},
109109
"devDependencies": {
110110
"@remote-ui/rpc": "^1.4.7",
111-
"@retailcrm/embed-ui-v1-testing": "^0.9.9",
111+
"@retailcrm/embed-ui-v1-testing": "^0.9.10-alpha.1",
112112
"tsx": "^4.21.0",
113113
"typescript": "^5.9.3",
114114
"vite": "^7.2.7",

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.9.9",
4+
"version": "0.9.10-alpha.1",
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.9.9"
18+
"@retailcrm/embed-ui-v1-types": "^0.9.10-alpha.1"
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.9.9",
5+
"version": "0.9.10-alpha.1",
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
@@ -1219,16 +1219,16 @@ __metadata:
12191219
languageName: unknown
12201220
linkType: soft
12211221

1222-
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.9, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
1222+
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.10-alpha.1, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
12231223
version: 0.0.0-use.local
12241224
resolution: "@retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts"
12251225
dependencies:
12261226
"@floating-ui/core": "npm:^1.7.3"
12271227
"@floating-ui/dom": "npm:^1.7.4"
12281228
"@omnicajs/symfony-router": "npm:^1.0.0"
12291229
"@remote-ui/rpc": "npm:^1.4.7"
1230-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.9"
1231-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.9"
1230+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.10-alpha.1"
1231+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.10-alpha.1"
12321232
tsx: "npm:^4.21.0"
12331233
typescript: "npm:^5.9.3"
12341234
vite: "npm:^7.2.7"
@@ -1241,19 +1241,19 @@ __metadata:
12411241
languageName: unknown
12421242
linkType: soft
12431243

1244-
"@retailcrm/embed-ui-v1-testing@npm:^0.9.9, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
1244+
"@retailcrm/embed-ui-v1-testing@npm:^0.9.10-alpha.1, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
12451245
version: 0.0.0-use.local
12461246
resolution: "@retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing"
12471247
dependencies:
1248-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.9"
1248+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.10-alpha.1"
12491249
peerDependencies:
12501250
"@omnicajs/vue-remote": ^0.2
12511251
"@remote-ui/rpc": ^1.4
12521252
vue: ^3.5
12531253
languageName: unknown
12541254
linkType: soft
12551255

1256-
"@retailcrm/embed-ui-v1-types@npm:^0.9.9, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
1256+
"@retailcrm/embed-ui-v1-types@npm:^0.9.10-alpha.1, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
12571257
version: 0.0.0-use.local
12581258
resolution: "@retailcrm/embed-ui-v1-types@workspace:packages/v1-types"
12591259
languageName: unknown
@@ -1272,9 +1272,9 @@ __metadata:
12721272
"@omnicajs/symfony-router": "npm:^1.0.0"
12731273
"@omnicajs/vue-remote": "npm:^0.2.8"
12741274
"@remote-ui/rpc": "npm:^1.4.5"
1275-
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.9"
1276-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.9"
1277-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.9"
1275+
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.10-alpha.1"
1276+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.10-alpha.1"
1277+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.10-alpha.1"
12781278
"@types/git-semver-tags": "npm:^7.0.0"
12791279
"@types/node": "npm:^22.19.2"
12801280
"@types/semver": "npm:^7.7.1"

0 commit comments

Comments
 (0)