From d48170680979cba69f2f78ddd2be11da5375f665 Mon Sep 17 00:00:00 2001 From: Vagabond Date: Mon, 24 Aug 2026 20:46:15 +0700 Subject: [PATCH 1/2] docs: update installation references for Compose 0.0.6 --- .changeset/fresh-readmes-align.md | 5 +++++ README.md | 2 +- website/docs/getting-started/installation.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/fresh-readmes-align.md diff --git a/.changeset/fresh-readmes-align.md b/.changeset/fresh-readmes-align.md new file mode 100644 index 00000000..0f1e106b --- /dev/null +++ b/.changeset/fresh-readmes-align.md @@ -0,0 +1,5 @@ +--- +"@perfect-abstractions/compose": patch +--- + +Update the packaged installation instructions for the latest Compose release. diff --git a/README.md b/README.md index 804fc89e..86ced527 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ npx @perfect-abstractions/compose-cli init ### Foundry ```bash -forge install Perfect-Abstractions/Compose@tag=compose@0.0.4 +forge install Perfect-Abstractions/Compose@tag=compose@0.0.6 ``` ### Hardhat / NPM diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index fb29cc8c..e3ee5136 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -47,7 +47,7 @@ compose init ### Foundry ```bash -forge install Perfect-Abstractions/Compose@tag=compose@0.0.4 +forge install Perfect-Abstractions/Compose@tag=compose@0.0.6 ``` Create a `remappings.txt` file in the root of your project with the following content: From 7d68b854a23ffbf665681ac285869584c8d98b4b Mon Sep 17 00:00:00 2001 From: Vagabond Date: Mon, 24 Aug 2026 21:11:34 +0700 Subject: [PATCH 2/2] fix(release): preserve independent package versioning --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7c84ce84..0cf629b5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "bumpVersionsWithWorkspaceProtocolOnly": false + "bumpVersionsWithWorkspaceProtocolOnly": true }