Skip to content

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 11, 2024
1 parent 4ca6c83 commit 4300511
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 39 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.8.0

### Minor Changes

- add support for authentication, Streamer.bot v0.2.5

## 1.7.0

### Minor 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.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
36 changes: 4 additions & 32 deletions apps/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,13 @@
# @streamerbot/toolkit

## 1.4.2

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.7.0
- @streamerbot/vue@2.0.0

## 1.4.1

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.6.0
- @streamerbot/vue@2.0.0

## 1.2.0

### Minor Changes

- add payload types, general bug fixes

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.4.0
- @streamerbot/vue@2.0.0

## 1.1.0
## 1.8.0

### Minor Changes

- Add new Streamer.bot connection source field, bump deps.
- add support for authentication, Streamer.bot v0.2.5

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.1.0
- @streamerbot/vue@1.1.0
- @streamerbot/client@1.8.0
- @streamerbot/vue@1.8.0
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.4.2",
"version": "1.8.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1",
"version": "1.8.0",
"description": "",
"private": true,
"main": "index.js",
Expand All @@ -9,6 +9,6 @@
"start": "node index.js"
},
"dependencies": {
"@streamerbot/client": "^1.5.0"
"@streamerbot/client": "^1.8.0"
}
}
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.8.0

### Minor Changes

- add support for authentication, Streamer.bot v0.2.5

## 1.7.0

### Minor 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.7.0",
"version": "1.8.0",
"description": "Streamer.bot WebSocket client library",
"author": "Whipstickgostop <https://github.com/whiptsickgostop>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @streamerbot/vue

## 1.8.0

### Minor Changes

- add support for authentication, Streamer.bot v0.2.5

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.8.0

## 1.7.0

### Minor 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.7.0",
"version": "1.8.0",
"description": "Streamer.bot Vue Composition Utilities",
"author": "Whipstickgostop <https://github.com/whiptsickgostop>",
"license": "MIT",
Expand Down Expand Up @@ -41,6 +41,6 @@
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@streamerbot/client": "^1.7.0"
"@streamerbot/client": "^1.8.0"
}
}

0 comments on commit 4300511

Please sign in to comment.