Skip to content

Commit a9238bd

Browse files
chore: bump versions (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9028829 commit a9238bd

File tree

9 files changed

+42
-34
lines changed

9 files changed

+42
-34
lines changed

.changeset/fair-showers-slide.md

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

.changeset/lovely-insects-shout.md

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

.changeset/puny-horses-grab.md

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

.changeset/slimy-geckos-sniff.md

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

.changeset/soft-cars-return.md

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

packages/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @tapsioss/client-socket-manager
22

3+
## 0.7.0
4+
### Patch Changes
5+
6+
7+
8+
- [#31](https://github.com/Tap30/client-socket-manager/pull/31) [`f7f054a`](https://github.com/Tap30/client-socket-manager/commit/f7f054abdfd08f944e1ffa3c807aa8df4afe6016) Thanks [@amir78729](https://github.com/amir78729)! - Increase test coverage.
9+
10+
11+
12+
- [#29](https://github.com/Tap30/client-socket-manager/pull/29) [`4a97376`](https://github.com/Tap30/client-socket-manager/commit/4a97376066c285d8db4d03e15c0913626cda7b40) Thanks [@amir78729](https://github.com/amir78729)! - Preserve the scroll position of channels and logs section inside the DevTool.
13+
14+
15+
16+
- [#28](https://github.com/Tap30/client-socket-manager/pull/28) [`a05b316`](https://github.com/Tap30/client-socket-manager/commit/a05b31638b5b2e00abe4a442e9343e061f7ac3ca) Thanks [@amir78729](https://github.com/amir78729)! - Break long words in DevTool's log details for preventing horizontal scroll.
17+
18+
19+
20+
- [#25](https://github.com/Tap30/client-socket-manager/pull/25) [`028d050`](https://github.com/Tap30/client-socket-manager/commit/028d05039f061d93dfdf197581f3146dbb7a1b62) Thanks [@amir78729](https://github.com/amir78729)! - Sync devtool with socket instance.
21+
322
## 0.6.0
423
### Minor Changes
524

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": "@tapsioss/client-socket-manager",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"type": "module",
55
"packageManager": "pnpm@9.15.0",
66
"main": "./dist/index.cjs",

packages/react/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @tapsioss/react-client-socket-manager
22

3+
## 0.7.0
4+
### Minor Changes
5+
6+
7+
8+
- [#32](https://github.com/Tap30/client-socket-manager/pull/32) [`9028829`](https://github.com/Tap30/client-socket-manager/commit/9028829f1b25f625ccca2a315738694bcea8c508) Thanks [@amir78729](https://github.com/amir78729)! - Fix typo in `shouldUseStub` property for the `SocketClientProvider`.
9+
10+
11+
### Patch Changes
12+
13+
14+
15+
- [#31](https://github.com/Tap30/client-socket-manager/pull/31) [`f7f054a`](https://github.com/Tap30/client-socket-manager/commit/f7f054abdfd08f944e1ffa3c807aa8df4afe6016) Thanks [@amir78729](https://github.com/amir78729)! - Increase test coverage.
16+
17+
18+
19+
- [#25](https://github.com/Tap30/client-socket-manager/pull/25) [`028d050`](https://github.com/Tap30/client-socket-manager/commit/028d05039f061d93dfdf197581f3146dbb7a1b62) Thanks [@amir78729](https://github.com/amir78729)! - Sync devtool with socket instance.
20+
21+
- Updated dependencies [[`f7f054a`](https://github.com/Tap30/client-socket-manager/commit/f7f054abdfd08f944e1ffa3c807aa8df4afe6016), [`4a97376`](https://github.com/Tap30/client-socket-manager/commit/4a97376066c285d8db4d03e15c0913626cda7b40), [`a05b316`](https://github.com/Tap30/client-socket-manager/commit/a05b31638b5b2e00abe4a442e9343e061f7ac3ca), [`028d050`](https://github.com/Tap30/client-socket-manager/commit/028d05039f061d93dfdf197581f3146dbb7a1b62)]:
22+
- @tapsioss/client-socket-manager@0.7.0
23+
324
## 0.6.0
425
### Patch Changes
526

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapsioss/react-client-socket-manager",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"type": "module",
55
"packageManager": "pnpm@9.15.0",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)