Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Oct 18, 2021
1 parent 720826b commit 551f391
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

## v2.0.1 2021-10-18

### Bug Fixes
+ [web] Fixed `metadataHash` attribute verification for `ASADefSchema` and consequently `deployASA`.
+ [web] Fixed `metadataHash` attribute verification for `ASADefSchema` and consequently `deployASA` and updated the [`ASADef`](https://algobuilder.dev/api/web/modules/types.html#ASADef).

### Examples
+ [examples/asa] Added more in `0-gold-asa.js` script we added an example how to correctly provide `metadataHash` for an ASA.

## v2.0.0 2021-09-30

Expand Down
4 changes: 2 additions & 2 deletions packages/algob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/algob",
"version": "2.0.0",
"version": "2.0.1",
"author": "Robert Zaremba (https://github.com/robert-zaremba)",
"contributors": [
{
Expand Down Expand Up @@ -88,7 +88,7 @@
"ts-mocha": "^8.0.0"
},
"dependencies": {
"@algo-builder/runtime": "^2.0.0",
"@algo-builder/runtime": "^2.0.1",
"algosdk": "^1.11.1",
"chalk": "^4.1.0",
"debug": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/runtime",
"version": "2.0.0",
"version": "2.0.1",
"contributors": [
{
"name": "Robert Zaremba",
Expand Down Expand Up @@ -65,7 +65,7 @@
"sinon": "^9.0.2"
},
"dependencies": {
"@algo-builder/web": "2.0.0",
"@algo-builder/web": "2.0.1",
"@nodelib/fs.walk": "^1.2.8",
"@types/lodash.clonedeep": "^4.5.6",
"algosdk": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/web",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/scale-it/algo-builder.git",
"description": "package for the web",
Expand Down

0 comments on commit 551f391

Please sign in to comment.