Skip to content

Commit 0a3b774

Browse files
committed
v0.33.1
1 parent 827c4db commit 0a3b774

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This changelog covers all three packages, as they are (for now) updated as a whole
44

5+
## v0.32.1
6+
7+
- Lock ed25519 version #230
8+
59
## v0.32.0
610

711
### Breaking changes

data-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
"test-query": "PWDEBUG=1 npx playwright test \"e2e.spec.ts\" -g",
7171
"typecheck": "tsc --noEmit"
7272
},
73-
"version": "0.32.0"
73+
"version": "0.32.1"
7474
}

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"source": "src/index.ts",
3939
"type": "module",
4040
"types": "dist/src/index.d.ts",
41-
"version": "0.32.0",
41+
"version": "0.32.1",
4242
"gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707"
4343
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"source": "src/index.ts",
3434
"type": "module",
3535
"types": "dist/src/index.d.ts",
36-
"version": "0.32.0",
36+
"version": "0.32.1",
3737
"gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707"
3838
}

0 commit comments

Comments
 (0)