Skip to content

Commit

Permalink
chore(releng) bump version, update locks, pkgsign packages 6.3.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jevonearth committed Jul 6, 2020
1 parent cc3a3b0 commit 3a0a586
Show file tree
Hide file tree
Showing 45 changed files with 3,217 additions and 2,741 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.3.2-beta.0",
"version": "6.3.3-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 @@ -16,9 +16,9 @@
"example:formatter": "node -r ts-node/register --preserve-symlinks example-formatter.ts"
},
"dependencies": {
"@taquito/michel-codec": "^6.3.2-beta.0",
"@taquito/signer": "^6.3.2-beta.0",
"@taquito/taquito": "^6.3.2-beta.0"
"@taquito/michel-codec": "^6.3.3-beta.0",
"@taquito/signer": "^6.3.3-beta.0",
"@taquito/taquito": "^6.3.3-beta.0"
},
"devDependencies": {
"ts-node": "^8.10.1"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"test:faucet": "RUN_WITH_FAUCET=true jest --runInBand",
"test": "jest"
},
"version": "6.3.2-beta.0",
"version": "6.3.3-beta.0",
"dependencies": {
"@taquito/http-utils": "^6.3.2-beta.0",
"@taquito/local-forging": "^6.3.2-beta.0",
"@taquito/remote-signer": "^6.3.2-beta.0",
"@taquito/signer": "^6.3.2-beta.0",
"@taquito/taquito": "^6.3.2-beta.0",
"@taquito/utils": "^6.3.2-beta.0"
"@taquito/http-utils": "^6.3.3-beta.0",
"@taquito/local-forging": "^6.3.3-beta.0",
"@taquito/remote-signer": "^6.3.3-beta.0",
"@taquito/signer": "^6.3.3-beta.0",
"@taquito/taquito": "^6.3.3-beta.0",
"@taquito/utils": "^6.3.3-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.3.2-beta.0"
"version": "6.3.3-beta.0"
}
Loading

0 comments on commit 3a0a586

Please sign in to comment.