v0.3.0
Release Notes
[0.3.0] - 2026-03-02
The library is now published to the public npm registry!
This release marks a significant change in how the library is distributed and consumed. You no longer need to install it directly from GitHub or use private tokens.
Migration Guide
To update your project to use the published npm package:
-
Update
package.json:
Replace the dependency source:- "@registrucentras/rc-ses-vue-components": "github:registrucentras/rc-ses-vue-components#..." + "@registrucentras/rc-ses-vue-components": "^0.3.0"
-
Reinstall dependencies:
npm install
Changes
- Published to npm: The package is now available on
https://registry.npmjs.org/as@registrucentras/rc-ses-vue-components. - Granular Access Token: Publishing is handled via a secure Granular Access Token.
- Build Artifacts Removed from Git: The
dist/folder has been removed from the repository. - Deprecated: Publishing to GitHub Packages is no longer supported in favor of the public npm registry.
For Contributors
- Do not commit
dist/: Ensure your.gitignoreincludesdist/.