Skip to content

Commit 8620462

Browse files
committed
feat: update version to 6.0.0-alpha.20 and enhance UUID handling in @ydbjs/value
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 5f166a3 commit 8620462

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

.changeset/lazy-dolls-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/value': patch
3+
---
4+
5+
Enhance handling UUID values from ydb proto repr

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"easy-lands-cut",
2121
"evil-dogs-drive",
2222
"fresh-bushes-know",
23+
"lazy-dolls-dream",
2324
"major-aliens-go",
2425
"major-poets-work",
2526
"moody-houses-divide",

packages/query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ydbjs/query
22

3+
## 6.0.0-alpha.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ydbjs/value@6.0.0-alpha.10
9+
310
## 6.0.0-alpha.19
411

512
### Patch Changes

packages/query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/query",
3-
"version": "6.0.0-alpha.19",
3+
"version": "6.0.0-alpha.20",
44
"description": "High-level, type-safe YQL query and transaction client for YDB. Supports tagged template syntax, parameter binding, transactions, and statistics.",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -42,7 +42,7 @@
4242
"@ydbjs/core": "6.0.0-alpha.16",
4343
"@ydbjs/error": "6.0.0-alpha.7",
4444
"@ydbjs/retry": "6.0.0-alpha.10",
45-
"@ydbjs/value": "6.0.0-alpha.9",
45+
"@ydbjs/value": "6.0.0-alpha.10",
4646
"debug": "^4.4.0",
4747
"nice-grpc": "^2.1.12"
4848
},

packages/value/CHANGELOG.md

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

3+
## 6.0.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Enhance handling UUID values from ydb proto repr
8+
39
## 6.0.0-alpha.9
410

511
### Patch Changes

packages/value/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/value",
3-
"version": "6.0.0-alpha.9",
3+
"version": "6.0.0-alpha.10",
44
"description": "Type-safe conversion and manipulation of YDB values and types. Encode/decode between native JS and YDB, with full support for primitives and complex types.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)