Skip to content

Commit

Permalink
chore: publish new package versions (#1851)
Browse files Browse the repository at this point in the history
# Releases
## @core/[email protected]

### Patch Changes

-   b093b79: Reduce the default `DB_POOL_SIZE` to `20`.
- 3ab27a6: Implement support for array columns and operations over those
in where clauses

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 15, 2024
1 parent b093b79 commit 4432230
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-windows-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-papayas-shake.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @core/sync-service

## 0.7.4

### Patch Changes

- b093b79: Reduce the default `DB_POOL_SIZE` to `20`.
- 3ab27a6: Implement support for array columns and operations over those in where clauses

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.7.3",
"version": "0.7.4",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down

0 comments on commit 4432230

Please sign in to comment.