NoriginMedia / Norigin-Spatial-Navigation

React Hooks based Spatial Navigation (Key & Remote Control Navigation) / Web Browsers, Smart TVs and Connected TVs
MIT License
315 stars 94 forks source link

Updated documentation and bumped package version to v2.2.1 #144

Closed Braggiouy closed 5 days ago

Braggiouy commented 5 days ago

In the recent PR (Feat: Add configurable distance calculation methods #138), we mistakenly updated the package version directly within the feature PR (specifically here: https://github.com/NoriginMedia/Norigin-Spatial-Navigation/pull/138/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519). As a result, the updateRTL feature was also included in the same version.

To avoid skipping a version of the norigin-spatial-navigation package, we will publish a new npm package version that includes both features in a single release.

This means that v2.2.1 is already bumped, so we only need to add these changes, release and npm publish a new version.

If you find a better approach, please, feel free to suggest/add it.