Looks to me like the framework's version number in v2.2.0's package.json is incorrect. It reads:
"version": "2.1.3"
You're correct, it's set to 2.1.3: https://github.com/adaptlearning/adapt_framework/blob/v2.2.0/package.json#L3
More worringly, it looks like GitHub has binned off the other commits that used to be in this release, e.g. to adapt.json, after we rebranched legacy.
@akshay-bhavsar I'm not sure that's going to do it. to fix this, I think we'd need to:
@tomgreenfield does that sound about right?
If it were purely down to me I would suggest not to bother with the effort to fix this – I'd bin off the 2.2.0 release. Not to mention that with the final step of deleting the branch, we may hit the same issue of losing commits again.
May sound brutal but we don't have any hard dependencies on it; the plugins mostly look for >=2 or >=2.2 etc.
@tomgreenfield I'm with you on that one, either leave it as is or bin it off. anyone else have an opinion?
@chucklorenz we discussed this one on the framework call today and decided it wasn't worth trying to fix
Most helpful comment
If it were purely down to me I would suggest not to bother with the effort to fix this – I'd bin off the 2.2.0 release. Not to mention that with the final step of deleting the branch, we may hit the same issue of losing commits again.
May sound brutal but we don't have any hard dependencies on it; the plugins mostly look for
>=2or>=2.2etc.