Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.8.2]

πŸ“¦ **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.2

This is a maintenance release that refreshes the SDK README with a streamlined quickstart guide and updated documentation links pointing to the new docs site at docs.qvac.tether.io.

---

## πŸ“˜ Documentation

### README Rewrite

The SDK README has been rewritten to provide a cleaner onboarding experience. The verbose installation, usage, and feature sections have been replaced with a concise quickstart that gets users running in four steps, and all documentation links now point to the new docs site.

Key changes:

- **Simplified quickstart** β€” A minimal four-step guide (create workspace, install, write script, run) replaces the previous multi-section setup
- **Updated links** β€” Documentation URLs now point to `docs.qvac.tether.io` instead of `qvac.tether.dev`
- **Support channel** β€” The support link now points to the Discord channel instead of FeatureBase
- **Leaner content** β€” Detailed platform instructions (Expo, Linux), feature lists, and example indexes have been moved to the docs site to keep the README focused

---

## βš™οΈ Infrastructure

- SDK dependency installs in CI publish and pod check workflows are now frozen to prevent unexpected version drift during builds.

## [0.8.1]

πŸ“¦ **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.1
Expand Down
Loading
Loading