From 337d4c26a43078b1c07e9dccd0880a501c9842b1 Mon Sep 17 00:00:00 2001 From: Steven Ontong Date: Thu, 6 Jun 2024 09:52:25 +0200 Subject: [PATCH] update lockfile and lockfile releases --- .github/workflows/release.yml | 2 ++ pnpm-lock.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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