Skip to content

Commit 3874bbc

Browse files
committed
feat: update version to 6.0.0-alpha.11 and fix cjs bundle issues
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 71c60fd commit 3874bbc

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.changeset/beige-groups-tell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@ydbjs/query': patch
3+
'@ydbjs/value': patch
4+
---
5+
6+
Fix cjs bundle issues

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"changesets": [
1515
"angry-bags-fail",
16+
"beige-groups-tell",
1617
"cold-donkeys-wash",
1718
"common-facts-kneel",
1819
"cuddly-cougars-cough",

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.11
4+
5+
### Patch Changes
6+
7+
- Fix cjs bundle issues
8+
39
## 6.0.0-alpha.10
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.10",
3+
"version": "6.0.0-alpha.11",
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)