Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limit stripes-testing to ~4.3.0 <4.3.1000004620 (#1909)
Breaking changes in `stripes-testing` were committed under the auspices of a bug fix (PR #572, though only noted as breaking in the PR it replaced, PR #439) on master after the previous release (`4.3.0`) but before the minor was bumped for the next release to `4.4.0`. The effect of this is that a typical version constraint like `~4.3.0` will not work for npm-folioci builds where that commit exists in build/release `4.3.1000004620`. This illustrates why it is important to bump the minor version at the time a new feature is added, or the major version at the time a breaking change is added, rather than waiting until publishing the release: waiting makes it impossible to publish a patch release that relies on those changes _not_ being included in the previous version.
- Loading branch information