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 } 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: