Skip to content

Commit

Permalink
chore: publish v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 19, 2024
1 parent b03b003 commit 913a8b5
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 25 deletions.
17 changes: 6 additions & 11 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @streamerbot/client-docs

## 1.9.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

## 1.8.0

### Minor Changes
Expand All @@ -18,23 +24,12 @@

- Streamer.bot v0.2.5 updates

## 1.4.1

### Patch Changes

- @streamerbot/vue@2.0.0

## 1.3.0

### Minor Changes

- add payload types, general bug fixes

### Patch Changes

- Updated dependencies
- @streamerbot/vue@2.0.0

## 1.2.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.8.0",
"version": "1.9.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
14 changes: 9 additions & 5 deletions apps/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# @streamerbot/toolkit

## 1.8.3
## 1.9.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

### Patch Changes

- Updated dependencies
- @streamerbot/vue@1.8.3
- @streamerbot/client@1.9.0
- @streamerbot/vue@1.9.0

## 1.8.1
## 1.8.3

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.9.0
- @streamerbot/vue@2.0.0
- @streamerbot/vue@1.8.3

## 1.8.0

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.8.3",
"version": "1.9.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
Expand Down
12 changes: 12 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @streamerbot/node-client-demo

## 1.9.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.9.0
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.8.3",
"version": "1.9.0",
"description": "",
"private": true,
"main": "index.js",
Expand All @@ -9,6 +9,6 @@
"start": "node index.js"
},
"dependencies": {
"@streamerbot/client": "^1.8.3"
"@streamerbot/client": "^1.9.0"
}
}
11 changes: 11 additions & 0 deletions examples/vite-vue-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @streamerbot/vue-ts

## 1.9.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

### Patch Changes

- Updated dependencies
- @streamerbot/vue@1.9.0

## 1.8.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-vue-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@streamerbot/vue-ts",
"private": true,
"version": "1.8.3",
"version": "1.9.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@streamerbot/vue": "^1.8.3",
"@streamerbot/vue": "^1.9.0",
"vue": "^3.5.12"
},
"devDependencies": {
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.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

## 1.8.3

### 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.8.3",
"version": "1.9.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.9.0

### Minor Changes

- add support for getUserPronouns, twitch replies, and specific youtube broadcast'

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.9.0

## 1.8.3

### 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.8.3",
"version": "1.9.0",
"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.8.3"
"@streamerbot/client": "^1.9.0"
}
}

0 comments on commit 913a8b5

Please sign in to comment.