diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ea3990a..2c008dbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,8 @@ jobs: id: changesets uses: changesets/action@v1 with: + # Update the monorepo lockfile after versioning + version: pnpm changeset version && pnpm install --lockfile-only --frozen-lockfile=false # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: pnpm release env: diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e0ab54c..8eb05c67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1289,7 +1289,7 @@ importers: packages/kysely-driver: dependencies: '@powersync/common': - specifier: workspace:^1.10.0 + specifier: workspace:^1.11.0 version: link:../common kysely: specifier: ^0.27.2