You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK now tracks the latest alpha automatically.RCH_RECHAT_SDK_VERSION is set to the npm dist-tag alpha instead of a pinned number, so production loads https://unpkg.com/@rechat/sdk@alpha/dist/... — always the newest alpha build. No more manual bump per alpha release.
Upgrade notes
Version bumped to 7.0.56 (plugin header + RCH_VERSION).
To pin a specific version again later, set RCH_RECHAT_SDK_VERSION back to an explicit string (e.g. 2.2.16-alpha).