From b7447a5c61e442d5ed7473c8eac7abdd465b0a33 Mon Sep 17 00:00:00 2001 From: Sandip Date: Wed, 1 Apr 2026 02:11:02 +0530 Subject: [PATCH] chore(release): v0.1.0-dev.8 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70be3b6..f733162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.0-dev.8 + +* feat: add doc listeners, data types dispose ([#16](https://github.com/justsandip/synk/pull/16)) +* refactor: optimize length calculation for list, text ([#17](https://github.com/justsandip/synk/pull/17)) +* feat: implement transaction batching, mutation tracking ([#18](https://github.com/justsandip/synk/pull/18)) +* refactor: [BREAKING CHANGE] unify primitives into generic SynkValue ([#19](https://github.com/justsandip/synk/pull/19)) +* docs: fix SynkMap constructor in README ([#20](https://github.com/justsandip/synk/pull/20)) + # 0.1.0-dev.7 * fix(SynkMap): delete syncs correctly across peers ([#12](https://github.com/justsandip/synk/pull/12)) diff --git a/pubspec.yaml b/pubspec.yaml index f43be85..dd9c3a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: synk description: An offline-first, conflict-free, shared editing library for Dart. -version: 0.1.0-dev.7 +version: 0.1.0-dev.8 repository: https://github.com/justsandip/synk issue_tracker: https://github.com/justsandip/synk/issues homepage: https://github.com/justsandip/synk