Skip to content

Commit

Permalink
chore: bumping min version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 1.0 release
  • Loading branch information
aorumbayev committed Mar 27, 2024
1 parent 882a1fa commit 485e23a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
run: pipx install poetry

- name: Install algokit
# TODO: restore to algokit prior to release
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@v2
run: pipx install algokit

- name: Run algokit localnet
run: algokit localnet start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_beaker_smart_contract_python'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Start LocalNet
run: algokit localnet start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_beaker_smart_contract_typescript'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Start LocalNet
run: algokit localnet start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
2 changes: 1 addition & 1 deletion examples/production_beaker/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_beaker'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Start LocalNet
run: algokit localnet start
Expand Down
2 changes: 1 addition & 1 deletion examples/starter_beaker/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
2 changes: 1 addition & 1 deletion template_content/.algokit.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.12.1"
min_version = "v2.0.0"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name '{{ project_name }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: "poetry"

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
run: pipx install algokit

- name: Start LocalNet
run: algokit localnet start
Expand Down

0 comments on commit 485e23a

Please sign in to comment.