Skip to content

Commit

Permalink
Merge pull request #155 from TxnLab/dev
Browse files Browse the repository at this point in the history
v0.8.7
  • Loading branch information
drichar authored May 19, 2024
2 parents 2dd3173 + 8ea4cad commit 03f7b6f
Show file tree
Hide file tree
Showing 17 changed files with 535 additions and 174 deletions.
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.8.6",
"version": "0.8.7",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-contracts",
"version": "0.8.6",
"version": "0.8.7",
"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 @@ -24,8 +24,8 @@
"@algorandfoundation/tealscript": "=0.92.0",
"@jest/globals": "^29.7.0",
"@joe-p/algokit-generate-component": "^0.2.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand Down
Loading

0 comments on commit 03f7b6f

Please sign in to comment.