Skip to content

Commit b34ac3a

Browse files
committed
fix: add missing changeset for typo correction in Driver class
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent ee335a1 commit b34ac3a

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

.changeset/evil-dogs-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/core': patch
3+
---
4+
5+
correct typo in credentialsProvider assignment in Driver class

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"common-facts-kneel",
1717
"cuddly-cougars-cough",
1818
"easy-lands-cut",
19+
"evil-dogs-drive",
1920
"fresh-bushes-know",
2021
"major-aliens-go",
2122
"moody-houses-divide",

packages/core/CHANGELOG.md

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

3+
## 6.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- correct typo in credentialsProvider assignment in Driver class
8+
39
## 6.0.0-alpha.12
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/core",
3-
"version": "6.0.0-alpha.12",
3+
"version": "6.0.0-alpha.13",
44
"description": "Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.",
55
"license": "Apache-2.0",
66
"type": "module",

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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ydbjs/core@6.0.0-alpha.13
9+
310
## 6.0.0-alpha.15
411

512
### Patch Changes

packages/query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/query",
3-
"version": "6.0.0-alpha.15",
3+
"version": "6.0.0-alpha.16",
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",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@bufbuild/protobuf": "^2.2.5",
4141
"@ydbjs/api": "6.0.0-alpha.7",
42-
"@ydbjs/core": "6.0.0-alpha.12",
42+
"@ydbjs/core": "6.0.0-alpha.13",
4343
"@ydbjs/error": "6.0.0-alpha.7",
4444
"@ydbjs/retry": "6.0.0-alpha.10",
4545
"@ydbjs/value": "6.0.0-alpha.9",
@@ -48,7 +48,7 @@
4848
},
4949
"peerDependencies": {
5050
"@ydbjs/api": "6.0.0-alpha.7",
51-
"@ydbjs/core": "6.0.0-alpha.12"
51+
"@ydbjs/core": "6.0.0-alpha.13"
5252
},
5353
"devDependencies": {
5454
"@types/debug": "^4.1.12"

0 commit comments

Comments
 (0)