Skip to content

Commit 6818d19

Browse files
committed
v0.34.9
1 parent e47512d commit 6818d19

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

5-
## UNRELEASED
5+
## v0.34.9
66

7+
- Fix @tomic/lib exports for non-ts contexts #270
78
- Fix back / forward buttons in desktop build #263
9+
- Fix `isOffline` for node
810

911
## v0.34.0
1012

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.34.5",
2+
"version": "0.34.9",
33
"author": "Joep Meindertsma",
44
"dependencies": {
55
"@noble/ed25519": "1.6.0",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.34.8",
2+
"version": "0.34.9",
33
"author": "Joep Meindertsma",
44
"description": "Atomic Data React library",
55
"dependencies": {

0 commit comments

Comments
 (0)