Skip to content

Commit

Permalink
publish v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Nov 2, 2024
1 parent 13c5233 commit e452d96
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 7 deletions.
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @streamerbot/client-docs

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamerbot/client-docs",
"version": "1.9.4",
"version": "1.9.5",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @streamerbot/toolkit

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)
- Updated dependencies
- @streamerbot/client@1.9.5
- @streamerbot/vue@1.9.5

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamerbot/toolkit",
"private": true,
"version": "1.9.4",
"version": "1.9.5",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @streamerbot/node-client-demo

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)
- Updated dependencies
- @streamerbot/client@1.9.5

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamerbot/node-client-demo",
"version": "1.9.4",
"version": "1.9.5",
"description": "",
"private": true,
"module": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions examples/vite-vue-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @streamerbot/vue-ts

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)
- Updated dependencies
- @streamerbot/vue@1.9.5

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vue-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamerbot/vue-ts",
"private": true,
"version": "1.9.4",
"version": "1.9.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @streamerbot/client

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamerbot/client",
"version": "1.9.4",
"version": "1.9.5",
"description": "Streamer.bot WebSocket client library",
"author": "Whipstickgostop <https://github.com/whiptsickgostop>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @streamerbot/vue

## 1.9.5

### Patch Changes

- handle partial WebSocket server auth (enforce for all requests = false)
- Updated dependencies
- @streamerbot/client@1.9.5

## 1.9.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamerbot/vue",
"version": "1.9.4",
"version": "1.9.5",
"description": "Streamer.bot Vue Composition Utilities",
"author": "Whipstickgostop <https://github.com/whiptsickgostop>",
"license": "MIT",
Expand Down Expand Up @@ -50,6 +50,6 @@
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@streamerbot/client": "^1.9.4"
"@streamerbot/client": "^1.9.5"
}
}

0 comments on commit e452d96

Please sign in to comment.