Skip to content

Commit

Permalink
chore: publish v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 16, 2024
1 parent 3d56f14 commit 3aa300b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @streamerbot/toolkit

## 1.8.3

### Patch Changes

- Updated dependencies
- @streamerbot/vue@1.8.3

## 1.8.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.8.1",
"version": "1.8.3",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/vite-vue-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @streamerbot/vue-ts

## 1.8.3

### Patch Changes

- Updated dependencies
- @streamerbot/vue@1.8.3
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": "0.0.1",
"version": "1.8.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @streamerbot/vue

## 1.8.3

### Patch Changes

- add useGlobalVariable composable, StreamerbotGlobalVariable component

## 1.8.1

### Patch Changes
Expand Down

0 comments on commit 3aa300b

Please sign in to comment.