Packages
The Graphy SDK is composed of three packages:@graphysdk/core@graphysdk/i18n@graphysdk/editor
Version format
Every release follows theMAJOR.MINOR.PATCH convention:
- Major — contains breaking changes (aligned with Graphy customers beforehand)
- Minor — new features, fully backwards-compatible
- Patch — bug fixes and performance improvements
Release lifecycle
Each change merged to the main branch goes through the following stages before reaching a stable release:Beta
New features and fixes are first published as beta releases (e.g.
1.2.0-beta.20260219191134) which are appropriate for testing in staging environments.Installing a specific release channel
Deprecation policy
We follow a deliberate deprecation cycle so that you always have time to migrate:- A feature is marked as deprecated using TypeScript’s
@deprecatedtag, and noted in the release notes and documentation. - The deprecated feature continues to work for the remainder of the current major version.
- The deprecated feature is removed in the next major release.

