We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47512d commit 6818d19Copy full SHA for 6818d19
CHANGELOG.md
@@ -2,9 +2,11 @@
2
3
This changelog covers all three packages, as they are (for now) updated as a whole
4
5
-## UNRELEASED
+## v0.34.9
6
7
+- Fix @tomic/lib exports for non-ts contexts #270
8
- Fix back / forward buttons in desktop build #263
9
+- Fix `isOffline` for node
10
11
## v0.34.0
12
lib/package.json
@@ -1,5 +1,5 @@
1
{
- "version": "0.34.5",
+ "version": "0.34.9",
"author": "Joep Meindertsma",
"dependencies": {
"@noble/ed25519": "1.6.0",
react/package.json
- "version": "0.34.8",
"description": "Atomic Data React library",
0 commit comments