Skip to content

Commit 7eb1e3a

Browse files
committed
chore(releng) bump version, update locks, pkgsign packages 7.0.1-beta.0
1 parent 47b3edb commit 7eb1e3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6545
-12271
lines changed

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taquito/example",
33
"private": true,
4-
"version": "7.0.0-beta.0",
4+
"version": "7.0.1-beta.0",
55
"scripts": {
66
"example:at": "node -r ts-node/register --preserve-symlinks contract-schema.ts",
77
"example:origination": "node -r ts-node/register --preserve-symlinks contract-origination.ts",
@@ -16,10 +16,10 @@
1616
},
1717
"dependencies": {
1818
"@ledgerhq/hw-transport-node-hid": "^5.25.0",
19-
"@taquito/ledger-signer": "^7.0.0-beta.0",
20-
"@taquito/michel-codec": "^7.0.0-beta.0",
21-
"@taquito/signer": "^7.0.0-beta.0",
22-
"@taquito/taquito": "^7.0.0-beta.0"
19+
"@taquito/ledger-signer": "^7.0.1-beta.0",
20+
"@taquito/michel-codec": "^7.0.1-beta.0",
21+
"@taquito/signer": "^7.0.1-beta.0",
22+
"@taquito/taquito": "^7.0.1-beta.0"
2323
},
2424
"devDependencies": {
2525
"ts-node": "^9.0.0"

integration-tests/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"test:delphinet-faucet": "RUN_DELPHINET_WITH_FAUCET=true jest --runInBand",
99
"test": "jest"
1010
},
11-
"version": "7.0.0-beta.0",
11+
"version": "7.0.1-beta.0",
1212
"dependencies": {
1313
"@ledgerhq/hw-transport": "^5.25.0",
1414
"@ledgerhq/hw-transport-node-hid": "^5.25.0",
15-
"@taquito/http-utils": "^7.0.0-beta.0",
16-
"@taquito/local-forging": "^7.0.0-beta.0",
17-
"@taquito/remote-signer": "^7.0.0-beta.0",
18-
"@taquito/signer": "^7.0.0-beta.0",
19-
"@taquito/taquito": "^7.0.0-beta.0",
20-
"@taquito/utils": "^7.0.0-beta.0"
15+
"@taquito/http-utils": "^7.0.1-beta.0",
16+
"@taquito/local-forging": "^7.0.1-beta.0",
17+
"@taquito/remote-signer": "^7.0.1-beta.0",
18+
"@taquito/signer": "^7.0.1-beta.0",
19+
"@taquito/taquito": "^7.0.1-beta.0",
20+
"@taquito/utils": "^7.0.1-beta.0"
2121
},
2222
"private": true,
2323
"jest": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages/*",
77
"website"
88
],
9-
"version": "7.0.0-beta.0"
9+
"version": "7.0.1-beta.0"
1010
}

0 commit comments

Comments
 (0)