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 29, 2024
1 parent b3eb5aa commit 3292c11
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-flies-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-ties-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-eyes-retire.md

This file was deleted.

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

## 1.31.1

### Patch Changes

- Updated dependencies [[`343e244`](https://github.com/jordanshatford/clip-queue/commit/343e244eceb23601629128f4fde9f45f93af6a3b), [`7fdf357`](https://github.com/jordanshatford/clip-queue/commit/7fdf3570d30bc926db60c451e8f6c1e30b4ecfb7), [`1b771da`](https://github.com/jordanshatford/clip-queue/commit/1b771daef4f5bd54c5be30d32bbc47c1b151131d)]:
- @cq/services@1.3.0
- @cq/providers@1.5.2
- @cq/sources@1.4.1

## 1.31.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.31.0",
"version": "1.31.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cq/providers

## 1.5.2

### Patch Changes

- Updated dependencies [[`343e244`](https://github.com/jordanshatford/clip-queue/commit/343e244eceb23601629128f4fde9f45f93af6a3b), [`7fdf357`](https://github.com/jordanshatford/clip-queue/commit/7fdf3570d30bc926db60c451e8f6c1e30b4ecfb7), [`1b771da`](https://github.com/jordanshatford/clip-queue/commit/1b771daef4f5bd54c5be30d32bbc47c1b151131d)]:
- @cq/services@1.3.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cq/providers",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"type": "module",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cq/services

## 1.3.0

### Minor Changes

- feat: replace axios kick api calls with fetch ([`343e244`](https://github.com/jordanshatford/clip-queue/commit/343e244eceb23601629128f4fde9f45f93af6a3b))

- feat: replace axios twitch api calls with fetch ([`7fdf357`](https://github.com/jordanshatford/clip-queue/commit/7fdf3570d30bc926db60c451e8f6c1e30b4ecfb7))

- feat: replace axios youtube api calls with fetch ([`1b771da`](https://github.com/jordanshatford/clip-queue/commit/1b771daef4f5bd54c5be30d32bbc47c1b151131d))

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cq/services",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"type": "module",
"description": "Clients to interact with various external services.",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cq/sources

## 1.4.1

### Patch Changes

- Updated dependencies [[`343e244`](https://github.com/jordanshatford/clip-queue/commit/343e244eceb23601629128f4fde9f45f93af6a3b), [`7fdf357`](https://github.com/jordanshatford/clip-queue/commit/7fdf3570d30bc926db60c451e8f6c1e30b4ecfb7), [`1b771da`](https://github.com/jordanshatford/clip-queue/commit/1b771daef4f5bd54c5be30d32bbc47c1b151131d)]:
- @cq/services@1.3.0

## 1.4.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.4.0",
"version": "1.4.1",
"private": true,
"type": "module",
"exports": {
Expand Down

0 comments on commit 3292c11

Please sign in to comment.