Releases: react-native-progress-view/progress-bar-android
Releases · react-native-progress-view/progress-bar-android
v1.0.5
What's Changed
- chore(deps): bump ini from 1.3.5 to 1.3.7 by @dependabot in #59
- chore(deps): bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #68
- chore(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #67
- chore(deps): bump y18n from 4.0.0 to 4.0.1 by @dependabot in #63
- chore(deps): bump ua-parser-js from 0.7.21 to 0.7.28 by @dependabot in #66
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #76
- chore(deps): bump tar from 4.4.8 to 4.4.19 by @dependabot in #75
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #73
- chore(deps): bump minimist from 1.2.0 to 1.2.5 by @dependabot in #78
- Update node version in CI by @Naturalclar in #88
- Update build.gradle by @UgurGumushan in #82
New Contributors
- @UgurGumushan made their first contribution in #82
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Chore/unify package json (#49) by @Naturalclar
chore: update flowtype (#50) by @Naturalclar
chore: remove unused file and methods (#52) by @Naturalclar
chore: update example to React Native 0.63 (#53) by @Naturalclar
chore: migrate to github action (#58) by @Naturalclar
fix: NativeComponent for RN 60 (#57) by @Naturalclar
v1.0.3
docs: Recommend pod-install for setup instructions (#42) by @EvanBacon
fix: bump compileSdkVersion to 28 (#44) by @ingvardm
v1.0.2
This version includes type fixes that allows users to use this module in TypeScript and Flow-type
- fix: Create a view manager instead of a native module (#39) by @mauriciopf
- fix: fix/duplicateRegistration (#38) by @Naturalclar
- chore: add flowtype check (#35) by @Naturalclar
- fix: Update index.js (#33) by @yokattasama
- chore: enable prettier by default (#25) by @vonovak
Initial Release
This is the first release of progress-bar-android without build failure.