Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Oct 22, 2021
1 parent 9e26329 commit 18074d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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": "2.0.1",
"version": "2.1.0",
"author": "Robert Zaremba (https://github.com/robert-zaremba)",
"contributors": [
{
Expand Down Expand Up @@ -87,8 +87,8 @@
"ts-mocha": "^8.0.0"
},
"dependencies": {
"@algo-builder/web": "2.0.1",
"@algo-builder/runtime": "^2.0.1",
"@algo-builder/runtime": "^2.1.0",
"@algo-builder/web": "2.1.0",
"algosdk": "^1.12.0",
"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.1",
"version": "2.1.0",
"contributors": [
{
"name": "Robert Zaremba",
Expand Down Expand Up @@ -65,7 +65,7 @@
"sinon": "^9.0.2"
},
"dependencies": {
"@algo-builder/web": "2.0.1",
"@algo-builder/web": "2.1.0",
"@nodelib/fs.walk": "^1.2.8",
"@types/elliptic": "^6.4.13",
"@types/lodash.clonedeep": "^4.5.6",
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.1",
"version": "2.1.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 18074d3

Please sign in to comment.