Skip to content

Commit 1583e53

Browse files
chore: publish new package versions (#2478)
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. # Releases ## @core/sync-service@1.0.1 ### Patch Changes - 4c24123: Speed up replication processing by removing file writes from the main processing loop Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c24123 commit 1583e53

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/honest-crabs-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sync-service/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4c24123: Speed up replication processing by removing file writes from the main processing loop
8+
39
## 1.0.0
410

511
### Minor 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",
4+
"version": "1.0.1",
55
"scripts": {
66
"publish:hex": "mix do deps.get, hex.publish --yes || true"
77
}

0 commit comments

Comments
 (0)