Skip to content

Commit

Permalink
chore: publish v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 4, 2024
1 parent 21c4a83 commit 4fba57a
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 9 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.6.0

### Minor Changes

- Streamer.bot v0.2.5 updates

## 1.4.1

### 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.5.2",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @streamerbot/toolkit

## 1.4.1

### Patch Changes

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

## 1.2.0

### Minor 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.4.0",
"version": "1.4.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
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.6.0

### Minor Changes

- Streamer.bot v0.2.5 updates

## 1.5.1

### 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.5.5",
"version": "1.6.0",
"description": "Streamer.bot WebSocket client library",
"author": "Whipstickgostop <https://github.com/whiptsickgostop>",
"license": "MIT",
Expand Down
19 changes: 15 additions & 4 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# @streamerbot/vue

## 2.0.0
## 1.6.0

### Minor Changes

- Streamer.bot v0.2.5 updates

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.6.0

## 1.5.0

### Patch Changes

Expand All @@ -13,7 +24,7 @@

- fix exports

## 2.0.0
## 1.3.2

### Minor Changes

Expand All @@ -32,7 +43,7 @@
- Updated dependencies [77c305a]
- @streamerbot/client@1.3.1

## 2.0.0
## 1.3.0

### Minor Changes

Expand All @@ -51,7 +62,7 @@
- Updated dependencies
- @streamerbot/client@1.2.1

## 2.0.0
## 1.2.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.5.5",
"version": "1.6.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.5.0"
"@streamerbot/client": "^1.6.0"
}
}

0 comments on commit 4fba57a

Please sign in to comment.