Skip to content

Commit

Permalink
Version Packages (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 19, 2024
1 parent a6be34f commit f994f38
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-monkeys-hug.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/realtime-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @andipaetzold/realtime-react-hooks

## 0.0.5

### Patch Changes

- Updated dependencies [[`d147c93`](https://github.com/andipaetzold/realtime/commit/d147c93f175f5cc9005fb06de60ef8ed3c111c27)]:
- @andipaetzold/realtime-websocket-client@0.0.5

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/realtime-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andipaetzold/realtime-react-hooks",
"version": "0.0.4",
"version": "0.0.5",
"description": "React hooks for realtime JSON database",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"react": ">=16.8.0",
"@andipaetzold/realtime-websocket-client": "^0.0.4"
"@andipaetzold/realtime-websocket-client": "^0.0.5"
},
"scripts": {
"build": "tsc"
Expand Down
6 changes: 6 additions & 0 deletions packages/realtime-websocket-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @andipaetzold/realtime-websocket-client

## 0.0.5

### Patch Changes

- [`d147c93`](https://github.com/andipaetzold/realtime/commit/d147c93f175f5cc9005fb06de60ef8ed3c111c27) Thanks [@andipaetzold](https://github.com/andipaetzold)! - Do not send request to server twice for same subscription

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime-websocket-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andipaetzold/realtime-websocket-client",
"version": "0.0.4",
"version": "0.0.5",
"description": "WebSocket client for realtime JSON database",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f994f38

Please sign in to comment.