Skip to content

Commit 69586fd

Browse files
chore: publish new package versions (beta) (#2272)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @core/[email protected] ### Patch Changes - edfb9f3: feat: add compaction flag to Electric that allows `UPDATE` events within a shape to be compacted to save space and bandwidth - 7f36cc1: Use `Storage.unsafe_cleanup!/1` to delete data after a shape has been removed Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent edfb9f3 commit 69586fd

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"beige-mice-notice",
3535
"beige-snails-brush",
3636
"breezy-boats-tease",
37+
"brown-dodos-raise",
3738
"chilly-peaches-tease",
3839
"fresh-beers-allow",
3940
"gorgeous-bottles-mate",
@@ -47,6 +48,7 @@
4748
"modern-poets-film",
4849
"modern-toes-drop",
4950
"polite-frogs-yell",
51+
"seven-files-thank",
5052
"stale-bats-tickle",
5153
"tame-snails-retire",
5254
"ten-socks-promise",

packages/sync-service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @core/sync-service
22

3+
## 1.0.0-beta.8
4+
5+
### Patch Changes
6+
7+
- edfb9f3: feat: add compaction flag to Electric that allows `UPDATE` events within a shape to be compacted to save space and bandwidth
8+
- 7f36cc1: Use `Storage.unsafe_cleanup!/1` to delete data after a shape has been removed
9+
310
## 1.0.0-beta.7
411

512
### Patch Changes

packages/sync-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@core/sync-service",
33
"private": true,
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0-beta.8",
55
"scripts": {
66
"publish:hex": "mix do deps.get, hex.publish --yes || true"
77
}

0 commit comments

Comments
 (0)