Skip to content

Commit

Permalink
Merge pull request #58 from TxnLab/dev
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
drichar authored Apr 12, 2024
2 parents 6e882c8 + eebfc80 commit a20436b
Show file tree
Hide file tree
Showing 23 changed files with 706 additions and 1,020 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
context: .
file: ./Dockerfile-nodemgr
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
REL_VER=${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-contracts",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"generate-client": "algokit generate client contracts/artifacts/ --language typescript --output contracts/clients/{contract_name}Client.ts && ./update_contract_artifacts.sh``",
Expand All @@ -18,8 +18,8 @@
"algosdk": "^2.7.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.1",
"@algorandfoundation/tealscript": "^0.90.0",
"@algorandfoundation/algokit-client-generator": "^3.0.2",
"@algorandfoundation/tealscript": "=0.90.1",
"@jest/globals": "^29.7.0",
"@joe-p/algokit-generate-component": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -33,6 +33,6 @@
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit a20436b

Please sign in to comment.