Skip to content

v0.3.0

Choose a tag to compare

@tomas562 tomas562 released this 02 Mar 14:04
· 7 commits to main since this release
fb8f815

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:

  1. 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"
  2. 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 .gitignore includes dist/.