Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fair-showers-slide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-insects-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/puny-horses-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-geckos-sniff.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-cars-return.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @tapsioss/client-socket-manager

## 0.7.0
### Patch Changes



- [#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.



- [#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.



- [#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.



- [#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.

## 0.6.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapsioss/client-socket-manager",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"packageManager": "pnpm@9.15.0",
"main": "./dist/index.cjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @tapsioss/react-client-socket-manager

## 0.7.0
### Minor Changes



- [#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`.


### Patch Changes



- [#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.



- [#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.

- 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)]:
- @tapsioss/client-socket-manager@0.7.0

## 0.6.0
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapsioss/react-client-socket-manager",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"packageManager": "pnpm@9.15.0",
"main": "./dist/index.cjs",
Expand Down