Skip to content

Commit

Permalink
v1.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Aug 9, 2021
1 parent 3b214c1 commit f226b2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.2.0 2021-08-07
## v1.2.0 2021-08-09

### Improvements
+ Moved [error](http://algobuilder.dev/api/runtime/modules/errors.html) lists, BuilderError, [mkTransaction](http://algobuilder.dev/api/runtime/modules.html#mktransaction) to `@algo-builder/web` package. Re export `mkTransaction`, `errors` in algob and runtime from `@algo-builder/web` for backward compatibility.
Expand Down
6 changes: 3 additions & 3 deletions packages/algob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/algob",
"version": "1.1.2",
"version": "1.2.0",
"author": "Robert Zaremba (https://github.com/robert-zaremba)",
"contributors": [
{
Expand Down Expand Up @@ -64,7 +64,7 @@
"sample-project/"
],
"devDependencies": {
"@algo-builder/web": "0.0.1",
"@algo-builder/web": "1.2.0",
"@types/chai": "^4.2.12",
"@types/debug": "^4.1.5",
"@types/deep-equal": "^1.0.1",
Expand All @@ -84,7 +84,7 @@
"ts-mocha": "^8.0.0"
},
"dependencies": {
"@algo-builder/runtime": "^1.1.0",
"@algo-builder/runtime": "^1.2.0",
"algosdk": "scale-it/js-algorand-sdk.git#0f9d09e8d0bddc37145013e538b3ddfd001d364f",
"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": "1.1.2",
"version": "1.2.0",
"contributors": [
{
"name": "Robert Zaremba",
Expand Down Expand Up @@ -61,7 +61,7 @@
"sinon": "^9.0.2"
},
"dependencies": {
"@algo-builder/web": "0.0.1",
"@algo-builder/web": "1.2.0",
"@nodelib/fs.walk": "^1.2.8",
"@types/lodash.clonedeep": "^4.5.6",
"algosdk": "scale-it/js-algorand-sdk.git#0f9d09e8d0bddc37145013e538b3ddfd001d364f",
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": "0.0.1",
"version": "1.2.0",
"license": "Apache-2.0",
"repository": "https://github.com/scale-it/algo-builder.git",
"description": "package for the web",
Expand Down

0 comments on commit f226b2b

Please sign in to comment.