Skip to content

Commit 77fa4aa

Browse files
chore: version packages v0.37.0 🌊 (#1988)
Co-authored-by: dschlabach <[email protected]>
1 parent dd3d019 commit 77fa4aa

File tree

4 files changed

+32
-34
lines changed

4 files changed

+32
-34
lines changed

.changeset/nasty-keys-smell.md

-5
This file was deleted.

.changeset/tall-moose-type.md

-28
This file was deleted.

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- **feat** Add telemetry to help us better understand library usage and improve the developer experience. @cpcramer
8+
9+
### Patch Changes
10+
11+
- **feat** Add Appchain Bridge UI. by @0xAlec #1976
12+
- **fix** Add various improvements to the Earn component. by @dschlabach #1973
13+
- **docs** Add documentation for the Earn component. by @dschlabach #1974
14+
- **chore** Update earnings token. By @alessey #1985
15+
- **fix** Remove circular dependency. By @dschlabach #1970
16+
17+
## Telemetry
18+
19+
Starting with version 0.37.0, OnchainKit introduces an anonymous telemetry system to help us better understand library usage and improve the developer experience. This system collects anonymous data about:
20+
21+
- Component usage and events
22+
- Version and app information
23+
- Usage metrics
24+
- Error events
25+
26+
No sensitive data (environment variables, private keys, file paths) is ever collected.
27+
28+
### How to Opt Out
29+
30+
To fully disable telemetry collection, set the `analytics` flag to `false` in your OnchainKit Provider:
31+
32+
Learn more at https://onchainkit.xyz/guides/telemetry
33+
334
## 0.36.11
435

536
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.36.11",
3+
"version": "0.37.0",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)