Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jun 23, 2021
1 parent 76c2939 commit af0cb43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 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": "1.0.2",
"version": "1.1.0",
"author": "Robert Zaremba (https://github.com/robert-zaremba)",
"contributors": [
{
Expand Down Expand Up @@ -63,7 +63,7 @@
"sample-project/"
],
"devDependencies": {
"@algo-builder/types-algosdk": "^0.2.0",
"@algo-builder/types-algosdk": "^1.1.0",
"@types/chai": "^4.2.12",
"@types/debug": "^4.1.5",
"@types/deep-equal": "^1.0.1",
Expand All @@ -82,7 +82,7 @@
"time-require": "^0.1.2"
},
"dependencies": {
"@algo-builder/runtime": "^1.0.2",
"@algo-builder/runtime": "^1.1.0",
"algosdk": "^1.9.1",
"chalk": "^4.1.0",
"debug": "^4.1.1",
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": "1.0.2",
"version": "1.1.0",
"contributors": [
{
"name": "Robert Zaremba",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-algosdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algo-builder/types-algosdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "Algorand SDK TypeScript Declaration File",
"main": "",
"typings": "index.d.ts",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# yarn lockfile v1


"@algo-builder/types-algosdk@^0.2.0":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@algo-builder/types-algosdk/-/types-algosdk-0.2.3.tgz#3814635dbf4e11752585ab6e008ea7d569d54c55"
integrity sha512-38AOQjk+BCpewt1wCtaxr5jXKyRDnCWRw6yxXRHvpf9OpGP9TKBT0dtkooW2mfQOBGpVSXXsS3YieqYZpiGU6Q==

"@babel/[email protected]":
version "7.12.11"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
Expand Down

0 comments on commit af0cb43

Please sign in to comment.