phosphor-icons / vue

A flexible icon family for Vue
https://phosphoricons.com
MIT License
199 stars 20 forks source link

Fix version string for Vue dev/peer dependency #3

Closed brlodi closed 3 years ago

brlodi commented 3 years ago

I pinned this to a specific Vue version while trying to work around the bug in 3.0.3, but it shouldn't have been committed that way. This changes it to cover all current Vue 3.x releases except the one that breaks all the icon components.

Once Vue 3.0.4 is released (and presumably fixes the bug) we can update this to ^3.0.0 <3.0.3 || ^3.0.4 and hopefully never touch it again.

rektdeckard commented 3 years ago

Both df95dc7 and 6e9f122 are in other PR history, will just merge that.

brlodi commented 3 years ago

Both df95dc7 and 6e9f122 are in other PR history, will just merge that.

Whoops 😅