webstone-plugins
webstone-plugins copied to clipboard
Fix: newest version of Sveltekit
closes #234
🦋 Changeset detected
Latest commit: 41dbd036cc396e8a1a4e24399456bc43dcdc14b2
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
Name | Type |
---|---|
@webstone/cli | Minor |
create-webstone-app | Minor |
@webstone/core | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
There's a fix for the setup with playwight in #233.
The way its fixed here is a version bump to playwright 1.25
which is cleaner imo. Depending on which PR gets merged earlier, we need to keep that in mind, so we don't implement stuff twice
Does it make sense to put the version of the package to next
to always get the latest version instead of pinning to a specific one?
Yes, as long as they publish a next
~~version~~ tag. That's not a default npm thing, is it?
Im not sure if it's next or latest. Would need to double check..