Skip to content

Commit 12f5274

Browse files
github-actions[bot]samwillis
authored andcommitted
chore: publish release (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b2bab2b commit 12f5274

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.changeset/wide-ears-win.md

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
title: "chore: version packages"
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
75+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @electric-sql/d2ts-benchmark
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b2bab2b]
8+
- @electric-sql/d2ts@0.1.1

packages/d2ts-benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-sql/d2ts-benchmark",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"license": "Apache-2.0",
66
"scripts": {
77
"bench": "tsx src/index.ts",

packages/d2ts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @electric-sql/d2ts
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b2bab2b: Update the package metadata

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