Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jordanshatford committed Dec 23, 2024
1 parent e9a79a5 commit 9913c7c
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-moles-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-carpets-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-queens-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-walls-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-knives-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-planes-exercise.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @cq/web

## 1.31.0

### Minor Changes

- feat: add ability to reconnect to twitch chat source ([`a0dfb1c`](https://github.com/jordanshatford/clip-queue/commit/a0dfb1ceb5487d9b9e2f1d801f4716a19f8c4ef2))

### Patch Changes

- fix: issue when changing theme while on preferences page ([`e9a79a5`](https://github.com/jordanshatford/clip-queue/commit/e9a79a51d6ab29a0196c03b6994bc1ca8511da2d))

- fix: handle disconnecting and connecting source better ([`f746faa`](https://github.com/jordanshatford/clip-queue/commit/f746faae55a5a9bfab8ffdcece06b5128fb73eb2))

- Updated dependencies [[`7c1309a`](https://github.com/jordanshatford/clip-queue/commit/7c1309a729f550325ceaaa3296ba713305d0f08f), [`cabddd5`](https://github.com/jordanshatford/clip-queue/commit/cabddd5d35a235178b498e284c5aa82fc4aea537), [`c06a9c1`](https://github.com/jordanshatford/clip-queue/commit/c06a9c1bdcddb3f1fa137ac69031126f123b1f70)]:
- @cq/ui@1.6.0
- @cq/sources@1.4.0

## 1.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cq/web",
"version": "1.30.0",
"version": "1.31.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cq/sources

## 1.4.0

### Minor Changes

- feat: add source for the web application ([`cabddd5`](https://github.com/jordanshatford/clip-queue/commit/cabddd5d35a235178b498e284c5aa82fc4aea537))

### Patch Changes

- fix: better handling of current status when disconnect/connect ([`c06a9c1`](https://github.com/jordanshatford/clip-queue/commit/c06a9c1bdcddb3f1fa137ac69031126f123b1f70))

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cq/sources",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cq/ui

## 1.6.0

### Minor Changes

- feat: add input group and input group addon components ([`7c1309a`](https://github.com/jordanshatford/clip-queue/commit/7c1309a729f550325ceaaa3296ba713305d0f08f))

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cq/ui",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"type": "module",
"exports": {
Expand Down

0 comments on commit 9913c7c

Please sign in to comment.