Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect semver version for @oclif/color #92

Merged
merged 1 commit into from
Apr 15, 2020
Merged

fix: incorrect semver version for @oclif/color #92

merged 1 commit into from
Apr 15, 2020

Conversation

shazron
Copy link
Contributor

@shazron shazron commented Apr 2, 2020

see #86
^0.0.0 will only match 0.0.0, and will not pick up the latest @oclif/color which is at 0.1.0, that fixes an exception.
0.x will properly match all pre-release versions.

see #86 
`^0.0.0` will only match `0.0.0`, and will not pick up the latest @oclif/color which is at `0.1.0`, that fixes an exception.
`0.x` will properly match all pre-release versions.
@codecov
Copy link

codecov bot commented Apr 2, 2020

Codecov Report

Merging #92 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #92   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           5       5           
  Lines          93      93           
  Branches       17      17           
======================================
  Misses         93      93           

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 29376a1...a7cc365. Read the comment docs.

@RasPhilCo RasPhilCo merged commit a55a138 into oclif:master Apr 15, 2020
@shazron shazron deleted the patch-1 branch April 15, 2020 04:23
@shazron
Copy link
Contributor Author

shazron commented Apr 15, 2020

@RasPhilCo thank you! any chance of getting a new patch release? 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants