Skip to content

Commit

Permalink
Algo Builder v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jan 25, 2022
1 parent 8add9d8 commit da16643
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## v3.1.0 2022-01-24
## v3.1.0 2022-01-25

In this release we migrated to yarn v3. It speed up package management a lot.
We use node-modules node linker, because this is required
Expand All @@ -20,6 +20,7 @@ yarn install
- Added integration to `tealer` tool into pipenv.
- updated sample-project (the one after `algob init`)
- migrate to use yarn v3
- updated dependencies to the latest version (notably: algosdk, typescirpt, eslint, mocha)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/algob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/algob",
"version": "3.0.0",
"version": "3.1.0",
"author": "Robert Zaremba (https://github.com/robert-zaremba)",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/runtime",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [
{
"name": "Robert Zaremba",
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": "3.0.0",
"version": "3.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 da16643

Please sign in to comment.