Skip to content

Commit 67e8a3b

Browse files
author
RetailCRM.CI
committed
chore(release): v0.5.16
1 parent 41ad8b0 commit 67e8a3b

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.5.16](https://github.com/retailcrm/embed-ui/compare/v0.5.15...v0.5.16) (2025-01-27)
5+
6+
### Features
7+
8+
* **v1-components:** UiDate & utilities for date/time formatting with automatic vue-i18n locale detection ([41ad8b0](https://github.com/retailcrm/embed-ui/commit/41ad8b07bba29981a3c8132953d90cb5560a00a3))
49
## [0.5.15](https://github.com/retailcrm/embed-ui/compare/v0.5.14...v0.5.15) (2025-01-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.5.15",
4+
"version": "0.5.16",
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>",
@@ -38,13 +38,13 @@
3838
"@omnicajs/symfony-router": "^1.0.0",
3939
"@omnicajs/vue-remote": "^0.2.5",
4040
"@remote-ui/rpc": "^1.4.5",
41-
"@retailcrm/embed-ui-v1-contexts": "^0.5.15",
42-
"@retailcrm/embed-ui-v1-types": "^0.5.15"
41+
"@retailcrm/embed-ui-v1-contexts": "^0.5.16",
42+
"@retailcrm/embed-ui-v1-types": "^0.5.16"
4343
},
4444
"devDependencies": {
4545
"@eslint/eslintrc": "^3.0.2",
4646
"@eslint/js": "^9.13.0",
47-
"@retailcrm/embed-ui-v1-testing": "^0.5.15",
47+
"@retailcrm/embed-ui-v1-testing": "^0.5.16",
4848
"@types/git-semver-tags": "^7.0.0",
4949
"@types/node": "^22.7.9",
5050
"@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.15",
4+
"version": "0.5.16",
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.15",
5+
"version": "0.5.16",
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.15"
106+
"@retailcrm/embed-ui-v1-types": "^0.5.16"
107107
},
108108
"devDependencies": {
109-
"@retailcrm/embed-ui-v1-testing": "^0.5.15",
109+
"@retailcrm/embed-ui-v1-testing": "^0.5.16",
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.15",
4+
"version": "0.5.16",
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.15"
18+
"@retailcrm/embed-ui-v1-types": "^0.5.16"
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.15",
5+
"version": "0.5.16",
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
@@ -1190,13 +1190,13 @@ __metadata:
11901190
languageName: unknown
11911191
linkType: soft
11921192

1193-
"@retailcrm/embed-ui-v1-contexts@npm:^0.5.15, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
1193+
"@retailcrm/embed-ui-v1-contexts@npm:^0.5.16, @retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts":
11941194
version: 0.0.0-use.local
11951195
resolution: "@retailcrm/embed-ui-v1-contexts@workspace:packages/v1-contexts"
11961196
dependencies:
11971197
"@omnicajs/symfony-router": "npm:^1.0.0"
1198-
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.15"
1199-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.15"
1198+
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.16"
1199+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.16"
12001200
tsx: "npm:^4.19.2"
12011201
typescript: "npm:^5.6.3"
12021202
vite: "npm:^5.4.11"
@@ -1208,19 +1208,19 @@ __metadata:
12081208
languageName: unknown
12091209
linkType: soft
12101210

1211-
"@retailcrm/embed-ui-v1-testing@npm:^0.5.15, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
1211+
"@retailcrm/embed-ui-v1-testing@npm:^0.5.16, @retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing":
12121212
version: 0.0.0-use.local
12131213
resolution: "@retailcrm/embed-ui-v1-testing@workspace:packages/v1-testing"
12141214
dependencies:
1215-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.15"
1215+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.16"
12161216
peerDependencies:
12171217
"@omnicajs/vue-remote": ^0.2.5
12181218
"@remote-ui/rpc": ^1.4.5
12191219
vue: ^3.5
12201220
languageName: unknown
12211221
linkType: soft
12221222

1223-
"@retailcrm/embed-ui-v1-types@npm:^0.5.15, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
1223+
"@retailcrm/embed-ui-v1-types@npm:^0.5.16, @retailcrm/embed-ui-v1-types@workspace:packages/v1-types":
12241224
version: 0.0.0-use.local
12251225
resolution: "@retailcrm/embed-ui-v1-types@workspace:packages/v1-types"
12261226
languageName: unknown
@@ -1235,9 +1235,9 @@ __metadata:
12351235
"@omnicajs/symfony-router": "npm:^1.0.0"
12361236
"@omnicajs/vue-remote": "npm:^0.2.5"
12371237
"@remote-ui/rpc": "npm:^1.4.5"
1238-
"@retailcrm/embed-ui-v1-contexts": "npm:^0.5.15"
1239-
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.15"
1240-
"@retailcrm/embed-ui-v1-types": "npm:^0.5.15"
1238+
"@retailcrm/embed-ui-v1-contexts": "npm:^0.5.16"
1239+
"@retailcrm/embed-ui-v1-testing": "npm:^0.5.16"
1240+
"@retailcrm/embed-ui-v1-types": "npm:^0.5.16"
12411241
"@types/git-semver-tags": "npm:^7.0.0"
12421242
"@types/node": "npm:^22.7.9"
12431243
"@types/semver": "npm:^7.5.8"

0 commit comments

Comments
 (0)