open-amdocs / webrix

Powerful building blocks for React-based web applications
https://webrix.amdocs.com
Apache License 2.0
432 stars 32 forks source link

fix() minor refactor to Scrollable logic #72

Closed yairEO closed 2 years ago

yairEO commented 2 years ago

Minor code changes in order to trigger a release from the previous PR which did not triggered ones

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (0655ac7) into master (aaa1486) will increase coverage by 0.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   95.44%   95.77%   +0.33%     
==========================================
  Files          61       61              
  Lines         856      853       -3     
  Branches       29       30       +1     
==========================================
  Hits          817      817              
  Misses         33       33              
+ Partials        6        3       -3     
Impacted Files Coverage Δ
src/components/Scrollable/Scrollable.jsx 100.00% <100.00%> (+4.68%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aaa1486...0655ac7. Read the comment docs.

ykadosh commented 2 years ago

I think you must have a colon in your commit message to trigger a build, something like:

fix(): your commit message goes here
udia76 commented 2 years ago

:tada: This PR is included in version 1.5.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

yairEO commented 2 years ago

@ykadosh - The automatic release jumped from 1.5.6 to 1.5.8, skipping 1.5.7.
I don't know why that happened