Skip to content

Commit 1192fd9

Browse files
author
RetailCRM.CI
committed
chore(release): v0.9.1-alpha.1
1 parent e3fe25e commit 1192fd9

File tree

7 files changed

+26
-20
lines changed

7 files changed

+26
-20
lines changed

CHANGELOG.md

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

33

4+
## [0.9.1-alpha.1](https://github.com/retailcrm/embed-ui/compare/v0.9.0...v0.9.1-alpha.1) (2025-11-05)
5+
6+
### Features
7+
8+
* ref [#102071](https://github.com/retailcrm/embed-ui/issues/102071) Embed targets of the order form in chats ([e3fe25e](https://github.com/retailcrm/embed-ui/commit/e3fe25e90cde30a347d025ad0736da7c131fd3ed))
9+
* **v-contexts:** ref [#102071](https://github.com/retailcrm/embed-ui/issues/102071) Context for embed targets of the order form in chats ([7c3aae2](https://github.com/retailcrm/embed-ui/commit/7c3aae267c04e8709548214106bc2d02ee2f8fbb))
410
## [0.9.0](https://github.com/retailcrm/embed-ui/compare/v0.8.4...v0.9.0) (2025-09-12)
511

612
### ⚠ BREAKING CHANGES

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.0",
4+
"version": "0.9.1-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>",
@@ -40,15 +40,15 @@
4040
"@omnicajs/symfony-router": "^1.0.0",
4141
"@omnicajs/vue-remote": "^0.2.5",
4242
"@remote-ui/rpc": "^1.4.5",
43-
"@retailcrm/embed-ui-v1-contexts": "^0.9.0",
44-
"@retailcrm/embed-ui-v1-types": "^0.9.0"
43+
"@retailcrm/embed-ui-v1-contexts": "^0.9.1-alpha.1",
44+
"@retailcrm/embed-ui-v1-types": "^0.9.1-alpha.1"
4545
},
4646
"devDependencies": {
4747
"@eslint/eslintrc": "^3.0.2",
4848
"@eslint/js": "^9.13.0",
4949
"@modulify/git-toolkit": "^0.0.2",
5050
"@modulify/pkg": "^1.0.1",
51-
"@retailcrm/embed-ui-v1-testing": "^0.9.0",
51+
"@retailcrm/embed-ui-v1-testing": "^0.9.1-alpha.1",
5252
"@types/git-semver-tags": "^7.0.0",
5353
"@types/node": "^22.7.9",
5454
"@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.9.0",
4+
"version": "0.9.1-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.0",
5+
"version": "0.9.1-alpha.1",
66
"license": "MIT",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
88
"repository": "git@github.com:retailcrm/embed-ui.git",
@@ -110,10 +110,10 @@
110110
"@floating-ui/core": "^1.6.9",
111111
"@floating-ui/dom": "^1.6.13",
112112
"@omnicajs/symfony-router": "^1.0.0",
113-
"@retailcrm/embed-ui-v1-types": "^0.9.0"
113+
"@retailcrm/embed-ui-v1-types": "^0.9.1-alpha.1"
114114
},
115115
"devDependencies": {
116-
"@retailcrm/embed-ui-v1-testing": "^0.9.0",
116+
"@retailcrm/embed-ui-v1-testing": "^0.9.1-alpha.1",
117117
"tsx": "^4.19.2",
118118
"typescript": "^5.6.3",
119119
"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.9.0",
4+
"version": "0.9.1-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.0"
18+
"@retailcrm/embed-ui-v1-types": "^0.9.1-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.0",
5+
"version": "0.9.1-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
@@ -1321,15 +1321,15 @@ __metadata:
13211321
languageName: unknown
13221322
linkType: soft
13231323

1324-
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.0, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
1324+
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.1-alpha.1, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
13251325
version: 0.0.0-use.local
13261326
resolution: "@retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts"
13271327
dependencies:
13281328
"@floating-ui/core": "npm:^1.6.9"
13291329
"@floating-ui/dom": "npm:^1.6.13"
13301330
"@omnicajs/symfony-router": "npm:^1.0.0"
1331-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.0"
1332-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.0"
1331+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.1-alpha.1"
1332+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1-alpha.1"
13331333
tsx: "npm:^4.19.2"
13341334
typescript: "npm:^5.6.3"
13351335
vite: "npm:^5.4.11"
@@ -1341,19 +1341,19 @@ __metadata:
13411341
languageName: unknown
13421342
linkType: soft
13431343

1344-
"@retailcrm/embed-ui-v1-testing@npm:^0.9.0, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
1344+
"@retailcrm/embed-ui-v1-testing@npm:^0.9.1-alpha.1, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
13451345
version: 0.0.0-use.local
13461346
resolution: "@retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing"
13471347
dependencies:
1348-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.0"
1348+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1-alpha.1"
13491349
peerDependencies:
13501350
"@omnicajs/vue-remote": ^0.2.5
13511351
"@remote-ui/rpc": ^1.4.5
13521352
vue: ^3.5
13531353
languageName: unknown
13541354
linkType: soft
13551355

1356-
"@retailcrm/embed-ui-v1-types@npm:^0.9.0, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
1356+
"@retailcrm/embed-ui-v1-types@npm:^0.9.1-alpha.1, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
13571357
version: 0.0.0-use.local
13581358
resolution: "@retailcrm/embed-ui-v1-types@workspace:packages/v1-types"
13591359
languageName: unknown
@@ -1372,9 +1372,9 @@ __metadata:
13721372
"@omnicajs/symfony-router": "npm:^1.0.0"
13731373
"@omnicajs/vue-remote": "npm:^0.2.5"
13741374
"@remote-ui/rpc": "npm:^1.4.5"
1375-
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.0"
1376-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.0"
1377-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.0"
1375+
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.1-alpha.1"
1376+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.1-alpha.1"
1377+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1-alpha.1"
13781378
"@types/git-semver-tags": "npm:^7.0.0"
13791379
"@types/node": "npm:^22.7.9"
13801380
"@types/semver": "npm:^7.5.8"

0 commit comments

Comments
 (0)