Skip to content

Commit 721835c

Browse files
chore: publish packages (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4807cd commit 721835c

File tree

7 files changed

+11
-26
lines changed

7 files changed

+11
-26
lines changed

.changeset/blue-foxes-filter.md

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

.changeset/mean-spoons-guess.md

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

.changeset/olive-states-watch.md

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

.changeset/smart-files-crash.md

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

.changeset/yellow-sites-sleep.md

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

packages/d2ts/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 481a3c7: Add filterBy operator to filter elements of a keyed stream by keys from another stream
8+
- 546db4c: new orderBy and topK operators, with indexed and fractional indexed variants
9+
- 250ae73: Support for providing the sqlite database to operators via dependency injection
10+
- 0e98a5a: new `groupBy` operator with accompanying aggregate functions (`sum`, `count`, `avg`, `min`, `max`, `median`, `mode`)
11+
- 31d001d: fix the join implementation so that it returns correct results
12+
313
## 0.1.3
414

515
### Patch Changes

packages/d2ts/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/d2ts",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "Apache-2.0",
55
"description": "D2TS is a TypeScript implementation of Differential Dataflow.",
66
"author": "Electric DB Limited",

0 commit comments

Comments
 (0)