From ca343270b60354346991aea24a8d92818c308c2d Mon Sep 17 00:00:00 2001 From: Raymond Khalife Date: Mon, 8 Jun 2026 16:51:07 -0400 Subject: [PATCH] chore: bump asset canister recipe to 2.2.1 --- hello-world/react-frontend/canister.yaml | 2 +- hello-world/vue-frontend/canister.yaml | 2 +- static-website/icp.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hello-world/react-frontend/canister.yaml b/hello-world/react-frontend/canister.yaml index 27d41cf..9392cd3 100644 --- a/hello-world/react-frontend/canister.yaml +++ b/hello-world/react-frontend/canister.yaml @@ -5,7 +5,7 @@ name: frontend recipe: # https://github.com/dfinity/icp-cli-recipes/blob/main/recipes/asset-canister/README.md # IMPORTANT: This recipe requires icp-cli >= 0.2.7 - type: "@dfinity/asset-canister@v2.2.0" + type: "@dfinity/asset-canister@v2.2.1" configuration: build: # Install the dependencies diff --git a/hello-world/vue-frontend/canister.yaml b/hello-world/vue-frontend/canister.yaml index 27d41cf..9392cd3 100644 --- a/hello-world/vue-frontend/canister.yaml +++ b/hello-world/vue-frontend/canister.yaml @@ -5,7 +5,7 @@ name: frontend recipe: # https://github.com/dfinity/icp-cli-recipes/blob/main/recipes/asset-canister/README.md # IMPORTANT: This recipe requires icp-cli >= 0.2.7 - type: "@dfinity/asset-canister@v2.2.0" + type: "@dfinity/asset-canister@v2.2.1" configuration: build: # Install the dependencies diff --git a/static-website/icp.yaml b/static-website/icp.yaml index 1ad9bb1..f73b47a 100644 --- a/static-website/icp.yaml +++ b/static-website/icp.yaml @@ -4,7 +4,7 @@ canisters: - name: frontend recipe: # IMPORTANT: This recipe requires icp-cli >= 0.2.7 - type: "@dfinity/asset-canister@v2.2.0" + type: "@dfinity/asset-canister@v2.2.1" configuration: build: # Install the dependencies