Skip to content

Commit b198254

Browse files
committed
chore: release 6.0.4
Signed-off-by: Vladislav Polyakov <polrk@ydb.tech>
1 parent cb0db2f commit b198254

26 files changed

+146
-68
lines changed

.changeset/crazy-bikes-act.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@bufbuild/protobuf": "^2.6.0",
17-
"@ydbjs/api": "^6.0.3",
18-
"@ydbjs/auth": "^6.0.3",
19-
"@ydbjs/core": "^6.0.3"
17+
"@ydbjs/api": "^6.0.4",
18+
"@ydbjs/auth": "^6.0.4",
19+
"@ydbjs/core": "^6.0.4"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

examples/query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dev": "DEBUG=ydbjs:* node index.js"
1414
},
1515
"dependencies": {
16-
"@ydbjs/core": "^6.0.3",
17-
"@ydbjs/query": "^6.0.3",
18-
"@ydbjs/value": "^6.0.3"
16+
"@ydbjs/core": "^6.0.4",
17+
"@ydbjs/query": "^6.0.4",
18+
"@ydbjs/value": "^6.0.4"
1919
},
2020
"publishConfig": {
2121
"access": "restricted"

examples/sls/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dev": "DEBUG=ydbjs:* node index.js"
1515
},
1616
"dependencies": {
17-
"@ydbjs/auth": "^6.0.3",
18-
"@ydbjs/core": "^6.0.3",
19-
"@ydbjs/query": "^6.0.3"
17+
"@ydbjs/auth": "^6.0.4",
18+
"@ydbjs/core": "^6.0.4",
19+
"@ydbjs/query": "^6.0.4"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

examples/tls/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dev": "DEBUG=ydbjs:* node index.js"
1414
},
1515
"dependencies": {
16-
"@ydbjs/api": "^6.0.3",
17-
"@ydbjs/auth": "^6.0.3",
18-
"@ydbjs/core": "^6.0.3"
16+
"@ydbjs/api": "^6.0.4",
17+
"@ydbjs/auth": "^6.0.4",
18+
"@ydbjs/core": "^6.0.4"
1919
},
2020
"publishConfig": {
2121
"access": "restricted"

examples/topic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dev": "DEBUG=ydbjs:* node index.js"
1414
},
1515
"dependencies": {
16-
"@ydbjs/core": "^6.0.3",
17-
"@ydbjs/query": "^6.0.3",
18-
"@ydbjs/topic": "^6.0.3"
16+
"@ydbjs/core": "^6.0.4",
17+
"@ydbjs/query": "^6.0.4",
18+
"@ydbjs/topic": "^6.0.4"
1919
},
2020
"publishConfig": {
2121
"access": "restricted"

packages/abortable/CHANGELOG.md

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

3+
## 6.0.4
4+
35
## 6.0.3
46

57
## 6.0.2

packages/abortable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/abortable",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Utilities for working with AbortController and AbortSignal in YDB operations.",
55
"keywords": [
66
"ydb",

packages/api/CHANGELOG.md

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

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- cb0db2f: Update dependencies
8+
39
## 6.0.3
410

511
## 6.0.2

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/api",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.",
55
"keywords": [
66
"ydb",

0 commit comments

Comments
 (0)