Skip to content

Commit

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

### Patch Changes

- a1d332f: fix: make sure array column types are correctly passed around
& that array comparison functions work on nested arrays

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 a1d332f commit 89084c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-cats-nail.md

This file was deleted.

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

## 0.7.5

### Patch Changes

- a1d332f: fix: make sure array column types are correctly passed around & that array comparison functions work on nested arrays

## 0.7.4

### 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.4",
"version": "0.7.5",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down

0 comments on commit 89084c8

Please sign in to comment.