Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #1317 [Turbo] Allowing version 8 (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Turbo] Allowing version 8 | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | None | License | MIT Turbo 8 is now beta! This allows Turbo 8 to be installed. There are no BC breaks that would affect us that i'm aware of, which is not surprising as we do very little with Turbo other than supply it to the user. Once we merge and release this, users installing TurboBundle will get v8 by default, even while in beta stage. From AssetMapper's perspective, that happens because https://data.jsdelivr.com/v1/packages/npm/`@hotwired`/turbo/resolved already selects beta. I can't find any specifier - e.g. https://data.jsdelivr.com/v1/packages/npm/`@hotwired`/turbo/resolved?specifier=stable that selects the latest, non-beta version. Cheers! Commits ------- 7fe845b Allowing version 8 of Turbo
- Loading branch information