Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 8689bc2 commit 8514684
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-coats-flow.md

This file was deleted.

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

## 1.19.3

### Patch Changes

- Updated dependencies [[`8689bc2`](https://github.com/jordanshatford/clip-queue/commit/8689bc2a7efec1753208ec5861eb71d7819bb1ab)]:
- @cq/providers@1.4.0
- @cq/services@1.1.0

## 1.19.2

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

## 1.4.0

### Minor Changes

- feat: add logo string to each service ([`8689bc2`](https://github.com/jordanshatford/clip-queue/commit/8689bc2a7efec1753208ec5861eb71d7819bb1ab))

### Patch Changes

- Updated dependencies [[`8689bc2`](https://github.com/jordanshatford/clip-queue/commit/8689bc2a7efec1753208ec5861eb71d7819bb1ab)]:
- @cq/services@1.1.0

## 1.3.0

### Minor 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.3.0",
"version": "1.4.0",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cq/services

## 1.1.0

### Minor Changes

- feat: add logo string to each service ([`8689bc2`](https://github.com/jordanshatford/clip-queue/commit/8689bc2a7efec1753208ec5861eb71d7819bb1ab))

## 1.0.2

### Patch 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.0.2",
"version": "1.1.0",
"private": true,
"type": "module",
"description": "Clients to interact with various external services.",
Expand Down

0 comments on commit 8514684

Please sign in to comment.