Skip to content

Commit ebed95d

Browse files
committed
release: bump version to 6.0.0-alpha.23
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 13ad151 commit ebed95d

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"polite-eggs-fetch",
4040
"pretty-zebras-enter",
4141
"quick-bananas-sip",
42+
"rare-colts-heal",
4243
"shy-rocks-find",
4344
"small-pigs-divide",
4445
"spicy-mammals-bet",

.changeset/rare-colts-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/topic': patch
3+
---
4+
5+
Prevent sending write requests before session ready

packages/topic/CHANGELOG.md

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

3+
## 6.0.0-alpha.23
4+
5+
### Patch Changes
6+
7+
- Prevent sending write requests before session ready
8+
39
## 6.0.0-alpha.22
410

511
### Patch Changes

packages/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/topic",
3-
"version": "6.0.0-alpha.22",
3+
"version": "6.0.0-alpha.23",
44
"description": "",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)