Merge pull request #10 from aptabase/changeset-release/main

chore: update versions
This commit is contained in:
Bogdan Ivanov 2024-09-22 08:16:24 +03:00 committed by GitHub
commit 3389cdf753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@aptabase/react': patch
---
fix: events tracked at page load are sometimes not sent

View file

@ -1,3 +1,9 @@
## 0.3.5
### Patch Changes
- 7ea8c11: fix: events tracked at page load are sometimes not sent
## 0.3.4
- Move browser locale and is debug reads from import to first event to better support SSR

View file

@ -1,6 +1,6 @@
{
"name": "@aptabase/react",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "React SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"main": "./dist/index.cjs",