Skip to content

Commit

Permalink
chore(releng) bump version, update locks, pkgsign packages 6.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carte7000 committed Mar 4, 2020
1 parent f3fbca1 commit 2d5087b
Show file tree
Hide file tree
Showing 34 changed files with 1,616 additions and 1,481 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taquito/example",
"private": true,
"version": "6.0.3-beta.1",
"version": "6.1.0-beta.0",
"scripts": {
"example:at": "node -r ts-node/register --preserve-symlinks contract-schema.ts",
"example:origination": "node -r ts-node/register --preserve-symlinks contract-origination.ts",
Expand All @@ -12,8 +12,8 @@
"example:streamer": "node -r ts-node/register --preserve-symlinks example-streamer.ts"
},
"dependencies": {
"@taquito/signer": "^6.0.3-beta.1",
"@taquito/taquito": "^6.0.3-beta.1"
"@taquito/signer": "^6.1.0-beta.0",
"@taquito/taquito": "^6.1.0-beta.0"
},
"devDependencies": {
"ts-node": "^8.3.0"
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"scripts": {
"test": "jest --runInBand"
},
"version": "6.0.3-beta.1",
"version": "6.1.0-beta.0",
"dependencies": {
"@taquito/local-forging": "^6.0.3-beta.1",
"@taquito/signer": "^6.0.3-beta.1",
"@taquito/taquito": "^6.0.3-beta.1",
"@taquito/utils": "^6.0.3-beta.1"
"@taquito/local-forging": "^6.1.0-beta.0",
"@taquito/signer": "^6.1.0-beta.0",
"@taquito/taquito": "^6.1.0-beta.0",
"@taquito/utils": "^6.1.0-beta.0"
},
"private": true,
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"packages/*",
"website"
],
"version": "6.0.3-beta.1"
"version": "6.1.0-beta.0"
}
Loading

0 comments on commit 2d5087b

Please sign in to comment.