Skip to content

Commit a20a5f3

Browse files
committed
Merge remote-tracking branch 'gavinxgu/guxiang/pnpm-9' into fix-pnpm-version-check
2 parents f61d1d0 + e773838 commit a20a5f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/pnpm-sync-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnpm-sync-lib",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "API library for integrating \"pnpm-sync\" with your toolchain",
55
"repository": {
66
"type": "git",

packages/pnpm-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnpm-sync",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Recopy injected dependencies whenever a project is rebuilt in your PNPM workspace",
55
"keywords": [
66
"rush",

tests/pnpm-sync-api-test/src/test/pnpmSyncPrepare.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Array [
176176
Object {
177177
"details": Object {
178178
"actualVersion": "incompatible-version",
179-
"expectedVersion": "0.3.1",
179+
"expectedVersion": "0.3.2",
180180
"messageIdentifier": "prepare-replacing-file",
181181
"pnpmSyncJsonPath": "<root>/pnpm-sync/tests/test-fixtures/sample-lib1/node_modules/.pnpm-sync.json",
182182
"sourceProjectFolder": "<root>/pnpm-sync/tests/test-fixtures/sample-lib1",

0 commit comments

Comments
 (0)