Revert internal alpha packages versions to be equivalent with the stable release #1001
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
After working with the develop flow on this branch it seemed like the best way to help development move forward was to revert the internal tagged
-alpha.xpackage versions thus returning packages to parity with the stable released versions.The need for publishing alpha branches was to allow for progress within the staging env for the react project. Those releases have been published and tagged as NEXT so we are able to revert the versions in the develop branch for better clarity and development going forward.
Couple things to note
stableandnextversions published are all equal in code progress/feature developmentv2-web3-onboard-developin thepackage.jsonthe version will be incremented as required by the change (major | minor | patch) and the-alpha.xtag will be added to the versionv2-web3-onboard-developfor testing in the staging env : this can be done by rerunning the CircleCI job for the ReactDemo or runningyarn setup-stagingreleasebranch will be cut for thev2-web3-onboard-developbranch-alpha.xtags removed leaving a incremented version from the latest stable/release branchv2-web3-onboard(causing a publish of the latest version as stable) and thev2-web3-onboard-developbranch causing no publish to occur but bringing parity between the two branchesChecklist
package.jsonis incremented following semantic versioning