knocklabs / javascript

Official JavaScript packages for interacting with Knock
https://knock.app/
MIT License
10 stars 2 forks source link

chore: upgrade to yarn modern and update local package references #56

Closed connorlindsey closed 4 months ago

connorlindsey commented 4 months ago

Description

Updates the repo to use Yarn 4.x so that we can use workspace:^ to manage cross-package dependencies. This should fix any issues caused by using "*" for our version requirements and packages getting out of sync when installed by end users (e.g. @knocklabs/react gets updated but is still using an older version of @knocklabs/react-core)

linear[bot] commented 4 months ago

KNO-5242 Fix JavaScript monorepo internal package versioning

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: fe2fe4c76092fa1ea66a606940d8b5b39d6cd05d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages | Name | Type | | ------------------------------- | ----- | | @knocklabs/react-native-example | Patch | | client-example | Patch | | nextjs-example | Patch | | @knocklabs/react-native | Patch | | @knocklabs/react-core | Patch | | @knocklabs/client | Patch | | @knocklabs/react | Patch | | @knocklabs/types | 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