Skip to content

Commit

Permalink
Merge pull request #1920 from demergent-labs/release--0.23.0
Browse files Browse the repository at this point in the history
release 0.23.0
  • Loading branch information
lastmjs authored Jul 18, 2024
2 parents 24e82d0 + 38b2975 commit 5439b27
Show file tree
Hide file tree
Showing 387 changed files with 220,121 additions and 84,010 deletions.
2 changes: 1 addition & 1 deletion dfx_extension/extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azle",
"version": "0.22.0",
"version": "0.23.0",
"homepage": "https://github.com/dfinity/dfx-extensions",
"authors": "",
"summary": "",
Expand Down
714 changes: 479 additions & 235 deletions examples/basic_bitcoin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/basic_bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.22.0",
"azle": "0.23.0",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2"
},
Expand Down
716 changes: 480 additions & 236 deletions examples/bitcoin_psbt/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/bitcoin_psbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"azle": "0.22.0",
"azle": "0.23.0",
"basic_bitcoin": "file:../basic_bitcoin",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2",
Expand Down
714 changes: 479 additions & 235 deletions examples/ckbtc/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.22.0"
"azle": "0.23.0"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
Loading

0 comments on commit 5439b27

Please sign in to comment.