Skip to content

Commit

Permalink
chore: publish v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 8, 2024
1 parent 01ed464 commit 37240d2
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 5 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.7.0

### Minor Changes

- add global variable requests

## 1.6.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.6.0",
"version": "1.7.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.2

### Patch Changes

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

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"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.7.0

### Minor Changes

- add global variable requests

## 1.6.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.6.0",
"version": "1.7.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.7.0

### Minor Changes

- add global variable requests

### Patch Changes

- Updated dependencies
- @streamerbot/client@1.7.0

## 1.6.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.6.0",
"version": "1.7.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.6.0"
"@streamerbot/client": "^1.7.0"
}
}

0 comments on commit 37240d2

Please sign in to comment.