From 7e8854829dc905df6a2cf11aad62286ec1d270c5 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 28 Mar 2024 01:49:53 +0100 Subject: [PATCH] chore: regen examples (#23) * chore: regen examples --- .../projects/production_beaker_react-frontend/.algokit.toml | 4 ---- .../production_beaker_react-frontend/.copier-answers.yml | 2 +- .../projects/production_python_react-frontend/.algokit.toml | 4 ---- .../production_python_react-frontend/.copier-answers.yml | 2 +- .../production_tealscript_react-frontend/.algokit.toml | 4 ---- .../production_tealscript_react-frontend/.copier-answers.yml | 2 +- .../projects/starter_beaker_react-frontend/.algokit.toml | 4 ---- .../starter_beaker_react-frontend/.copier-answers.yml | 2 +- .../projects/starter_python_react-frontend/.algokit.toml | 4 ---- .../starter_python_react-frontend/.copier-answers.yml | 2 +- .../projects/starter_tealscript_react-frontend/.algokit.toml | 4 ---- .../starter_tealscript_react-frontend/.copier-answers.yml | 2 +- 12 files changed, 6 insertions(+), 30 deletions(-) diff --git a/examples/production_beaker_react/projects/production_beaker_react-frontend/.algokit.toml b/examples/production_beaker_react/projects/production_beaker_react-frontend/.algokit.toml index f43289b..f94278b 100644 --- a/examples/production_beaker_react/projects/production_beaker_react-frontend/.algokit.toml +++ b/examples/production_beaker_react/projects/production_beaker_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'production_beaker_react-frontend' diff --git a/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml b/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml index 3227d86..f1eceb6 100644 --- a/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml +++ b/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/production_python_react/projects/production_python_react-frontend/.algokit.toml b/examples/production_python_react/projects/production_python_react-frontend/.algokit.toml index fd46991..8f59e6c 100644 --- a/examples/production_python_react/projects/production_python_react-frontend/.algokit.toml +++ b/examples/production_python_react/projects/production_python_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'production_python_react-frontend' diff --git a/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml b/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml index e6e6f0e..83f1b2e 100644 --- a/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml +++ b/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.algokit.toml b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.algokit.toml index bb5566a..da0c180 100644 --- a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.algokit.toml +++ b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'production_tealscript_react-frontend' diff --git a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml index 5c4401f..1b2de64 100644 --- a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml +++ b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.algokit.toml b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.algokit.toml index f5a3809..4d91074 100644 --- a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.algokit.toml +++ b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'starter_beaker_react-frontend' diff --git a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml index c6071aa..9e13d3d 100644 --- a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml +++ b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_python_react/projects/starter_python_react-frontend/.algokit.toml b/examples/starter_python_react/projects/starter_python_react-frontend/.algokit.toml index 9fb30da..4051059 100644 --- a/examples/starter_python_react/projects/starter_python_react-frontend/.algokit.toml +++ b/examples/starter_python_react/projects/starter_python_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'starter_python_react-frontend' diff --git a/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml b/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml index c9e250b..d356e10 100644 --- a/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml +++ b/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.algokit.toml b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.algokit.toml index 8053b9e..5410b54 100644 --- a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.algokit.toml +++ b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.algokit.toml @@ -1,10 +1,6 @@ [algokit] min_version = "v2.0.0" -[generate.import_contract] -description = "Import a typed client from your smart contracts project" -path = ".algokit/generators/import_contract" - [project] type = "frontend" name = 'starter_tealscript_react-frontend' diff --git a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml index e132505..26133bc 100644 --- a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml +++ b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.0 +_commit: 1.0.1 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None