electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
726 stars 113 forks source link

Use standard semver version for api gen bridge #1876

Closed friederbluemle closed 1 year ago

friederbluemle commented 1 year ago

Instead of {major}.{minor}.x, use standard ^{major}.{minor}.{patch} for react-native-electrode-bridge in generated api projects.

Note: {major}.{minor}.x is effectively ~{major}.{minor}.{patch} - There is no reason to limit only patch updates (if semver is followed correctly).