Skip to content

Commit 14a211a

Browse files
author
RetailCRM.CI
committed
chore(release): v0.9.2
1 parent bdcf4a4 commit 14a211a

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.2](https://github.com/retailcrm/embed-ui/compare/v0.9.1...v0.9.2) (2025-11-24)
5+
6+
### Bug Fixes
7+
8+
* Height of UiTextbox in multiline mode ([bdcf4a4](https://github.com/retailcrm/embed-ui/commit/bdcf4a4c7152b8a096e3d3de9d8ce8fb293310fb))
49
## [0.9.1](https://github.com/retailcrm/embed-ui/compare/v0.9.1-alpha.2...v0.9.1) (2025-11-24)
510

611
### Features

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.1",
4+
"version": "0.9.2",
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.8",
4242
"@remote-ui/rpc": "^1.4.5",
43-
"@retailcrm/embed-ui-v1-contexts": "^0.9.1",
44-
"@retailcrm/embed-ui-v1-types": "^0.9.1"
43+
"@retailcrm/embed-ui-v1-contexts": "^0.9.2",
44+
"@retailcrm/embed-ui-v1-types": "^0.9.2"
4545
},
4646
"devDependencies": {
4747
"@eslint/eslintrc": "^3.3.1",
4848
"@eslint/js": "^9.39.1",
4949
"@modulify/git-toolkit": "^0.0.2",
5050
"@modulify/pkg": "^1.0.1",
51-
"@retailcrm/embed-ui-v1-testing": "^0.9.1",
51+
"@retailcrm/embed-ui-v1-testing": "^0.9.2",
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.1",
4+
"version": "0.9.2",
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.1",
5+
"version": "0.9.2",
66
"license": "MIT",
77
"author": "RetailDriverLLC <integration@retailcrm.ru>",
88
"repository": "git@github.com:retailcrm/embed-ui.git",
@@ -104,10 +104,10 @@
104104
"@floating-ui/core": "^1.6.9",
105105
"@floating-ui/dom": "^1.6.13",
106106
"@omnicajs/symfony-router": "^1.0.0",
107-
"@retailcrm/embed-ui-v1-types": "^0.9.1"
107+
"@retailcrm/embed-ui-v1-types": "^0.9.2"
108108
},
109109
"devDependencies": {
110-
"@retailcrm/embed-ui-v1-testing": "^0.9.1",
110+
"@retailcrm/embed-ui-v1-testing": "^0.9.2",
111111
"tsx": "^4.19.2",
112112
"typescript": "^5.9.3",
113113
"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.1",
4+
"version": "0.9.2",
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.1"
18+
"@retailcrm/embed-ui-v1-types": "^0.9.2"
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.1",
5+
"version": "0.9.2",
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
@@ -1333,15 +1333,15 @@ __metadata:
13331333
languageName: unknown
13341334
linkType: soft
13351335

1336-
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.1, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
1336+
"@retailcrm/embed-ui-v1-contexts@npm:^0.9.2, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
13371337
version: 0.0.0-use.local
13381338
resolution: "@retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts"
13391339
dependencies:
13401340
"@floating-ui/core": "npm:^1.6.9"
13411341
"@floating-ui/dom": "npm:^1.6.13"
13421342
"@omnicajs/symfony-router": "npm:^1.0.0"
1343-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.1"
1344-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1"
1343+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.2"
1344+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.2"
13451345
tsx: "npm:^4.19.2"
13461346
typescript: "npm:^5.9.3"
13471347
vite: "npm:^5.4.11"
@@ -1353,19 +1353,19 @@ __metadata:
13531353
languageName: unknown
13541354
linkType: soft
13551355

1356-
"@retailcrm/embed-ui-v1-testing@npm:^0.9.1, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
1356+
"@retailcrm/embed-ui-v1-testing@npm:^0.9.2, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
13571357
version: 0.0.0-use.local
13581358
resolution: "@retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing"
13591359
dependencies:
1360-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1"
1360+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.2"
13611361
peerDependencies:
13621362
"@omnicajs/vue-remote": ^0.2.8
13631363
"@remote-ui/rpc": ^1.4.5
13641364
vue: ^3.5
13651365
languageName: unknown
13661366
linkType: soft
13671367

1368-
"@retailcrm/embed-ui-v1-types@npm:^0.9.1, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
1368+
"@retailcrm/embed-ui-v1-types@npm:^0.9.2, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
13691369
version: 0.0.0-use.local
13701370
resolution: "@retailcrm/embed-ui-v1-types@workspace:packages/v1-types"
13711371
languageName: unknown
@@ -1384,9 +1384,9 @@ __metadata:
13841384
"@omnicajs/symfony-router": "npm:^1.0.0"
13851385
"@omnicajs/vue-remote": "npm:^0.2.8"
13861386
"@remote-ui/rpc": "npm:^1.4.5"
1387-
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.1"
1388-
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.1"
1389-
"@retailcrm/embed-ui-v1-types": "npm:^0.9.1"
1387+
"@retailcrm/embed-ui-v1-contexts": "npm:^0.9.2"
1388+
"@retailcrm/embed-ui-v1-testing": "npm:^0.9.2"
1389+
"@retailcrm/embed-ui-v1-types": "npm:^0.9.2"
13901390
"@types/git-semver-tags": "npm:^7.0.0"
13911391
"@types/node": "npm:^22.7.9"
13921392
"@types/semver": "npm:^7.5.8"

0 commit comments

Comments
 (0)