Skip to content

Commit 412fd1e

Browse files
chore: version packages (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef3829b commit 412fd1e

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/lucky-toys-fail.md

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

.changeset/odd-garlics-chew.md

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

packages/d2mini/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- fb90328: fix a bug where `reduce` would not emit an message for deleted keys
8+
- ef3829b: fix a bug where groupBy would not remove a group if it's key was completely removed from the stream
9+
310
## 0.1.2
411

512
### Patch Changes

packages/d2mini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electric-sql/d2mini",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"description": "D2Mini is a minimal implementation of Differential Dataflow for performing in-memory incremental view maintenance.",
66
"author": "Electric DB Limited",

0 commit comments

Comments
 (0)