It includes a consumer project which is simply a demo app. The sdk project includes the first version of the SDK, with a light React implementation. The first version lays down the foundations of the iframe sdk framework. The npm package logic is also already ready to be published.
485 B
485 B
Contributing
Release
-
Run
npm run build -
Update CHANGELOG.md according to the Major / Minor / Patch semver convention.
-
Based on semver upgrade the package version in
package.json. -
Commit the changes and create a PR named "🔖(release) version packages".
-
Run
npx @changesets/cli publish. It will publish the new version of the package to NPM and create a git tag. -
Run
git push origin tag @gouvfr-lasuite/visio-sdk@<VERSION> -
Tell everyone 🎉 !