- Find the next major version in keycloak-js. It is preferable to choose the latest minor and patch versions.
- Check release notes for Adapters.
- Check the git history for the new version.
- Set the new version in package.json for keycloak-js-mock.
- Update keycloak-js source link in README.
- Update keycloak-js peerDependencies and devDependencies versions in package.json and run
yarn upgrade keycloak-js
or removeyarn.lock
and runyarn install
. (Please use node version from package.json) - Update lib code.
- Runs:
yarn lint:fix
yarn test
yarn build
cd example
andyarn install
and them check withyarn start
- PR in GitHub, merge and manual create new tag and release.