Skip to content

Commit f1844ff

Browse files
chore: version packages (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 080c0f4 commit f1844ff

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/silly-ads-scream.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
@@ -0,0 +1,7 @@
1+
# @electric-sql/d2mini
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 080c0f4: First release of D2mini - a minimal implementation of the D2TS Differential Dataflow library but simplified and without the complexities of multi-dimensional versioning.

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.0",
3+
"version": "0.1.1",
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)