Skip to content

Commit d050501

Browse files
committed
chore(releng) bump version to 13.0.0
1 parent 01d3579 commit d050501

Some content is hidden

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

61 files changed

+34956
-35602
lines changed

.gitignore

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ manifest.json
1515
!.vscode/extensions.json
1616
website/*.bak
1717
integration-tests/jest-stare
18-
packages/taquito/src/version.ts
19-
packages/taquito-beacon-wallet/src/version.ts
20-
packages/taquito-http-utils/src/version.ts
21-
packages/taquito-ledger-signer/src/version.ts
22-
packages/taquito-local-forging/src/version.ts
23-
packages/taquito-michel-codec/src/version.ts
24-
packages/taquito-michelson-encoder/src/version.ts
25-
packages/taquito-remote-signer/src/version.ts
26-
packages/taquito-rpc/src/version.ts
27-
packages/taquito-signer/src/version.ts
28-
packages/taquito-tezbridge-signer/src/version.ts
29-
packages/taquito-tezbridge-wallet/src/version.ts
30-
packages/taquito-tzip12/src/version.ts
31-
packages/taquito-tzip16/src/version.ts
32-
packages/taquito-utils/src/version.ts
18+
# packages/taquito/src/version.ts
19+
# packages/taquito-beacon-wallet/src/version.ts
20+
# packages/taquito-http-utils/src/version.ts
21+
# packages/taquito-ledger-signer/src/version.ts
22+
# packages/taquito-local-forging/src/version.ts
23+
# packages/taquito-michel-codec/src/version.ts
24+
# packages/taquito-michelson-encoder/src/version.ts
25+
# packages/taquito-remote-signer/src/version.ts
26+
# packages/taquito-rpc/src/version.ts
27+
# packages/taquito-signer/src/version.ts
28+
# packages/taquito-tezbridge-signer/src/version.ts
29+
# packages/taquito-tezbridge-wallet/src/version.ts
30+
# packages/taquito-tzip12/src/version.ts
31+
# packages/taquito-tzip16/src/version.ts
32+
# packages/taquito-utils/src/version.ts

example/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taquito/example",
33
"private": true,
4-
"version": "13.0.0-beta-RC.0",
4+
"version": "13.0.0",
55
"scripts": {
66
"example": "node -r ts-node/register --preserve-symlinks example-node.ts",
77
"example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts",
@@ -41,15 +41,15 @@
4141
},
4242
"dependencies": {
4343
"@ledgerhq/hw-transport-node-hid": "^6.20.0",
44-
"@taquito/ledger-signer": "^13.0.0-beta-RC.0",
45-
"@taquito/local-forging": "^13.0.0-beta-RC.0",
46-
"@taquito/michel-codec": "^13.0.0-beta-RC.0",
47-
"@taquito/michelson-encoder": "^13.0.0-beta-RC.0",
48-
"@taquito/rpc": "^13.0.0-beta-RC.0",
49-
"@taquito/signer": "^13.0.0-beta-RC.0",
50-
"@taquito/taquito": "^13.0.0-beta-RC.0",
51-
"@taquito/tzip16": "^13.0.0-beta-RC.0",
52-
"@taquito/utils": "^13.0.0-beta-RC.0",
44+
"@taquito/ledger-signer": "^13.0.0",
45+
"@taquito/local-forging": "^13.0.0",
46+
"@taquito/michel-codec": "^13.0.0",
47+
"@taquito/michelson-encoder": "^13.0.0",
48+
"@taquito/rpc": "^13.0.0",
49+
"@taquito/signer": "^13.0.0",
50+
"@taquito/taquito": "^13.0.0",
51+
"@taquito/tzip16": "^13.0.0",
52+
"@taquito/utils": "^13.0.0",
5353
"bignumber.js": "^9.0.2"
5454
},
5555
"devDependencies": {

integration-tests/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"test:mondaynet": "MONDAYNET=true jest",
1111
"test": "jest"
1212
},
13-
"version": "13.0.0-beta-RC.0",
13+
"version": "13.0.0",
1414
"dependencies": {
1515
"@ledgerhq/hw-transport": "^6.20.0",
1616
"@ledgerhq/hw-transport-node-hid": "^6.20.0",
17-
"@taquito/http-utils": "^13.0.0-beta-RC.0",
18-
"@taquito/local-forging": "^13.0.0-beta-RC.0",
19-
"@taquito/michel-codec": "^13.0.0-beta-RC.0",
20-
"@taquito/michelson-encoder": "^13.0.0-beta-RC.0",
21-
"@taquito/remote-signer": "^13.0.0-beta-RC.0",
22-
"@taquito/rpc": "^13.0.0-beta-RC.0",
23-
"@taquito/signer": "^13.0.0-beta-RC.0",
24-
"@taquito/taquito": "^13.0.0-beta-RC.0",
25-
"@taquito/tzip12": "^13.0.0-beta-RC.0",
26-
"@taquito/tzip16": "^13.0.0-beta-RC.0",
27-
"@taquito/utils": "^13.0.0-beta-RC.0",
17+
"@taquito/http-utils": "^13.0.0",
18+
"@taquito/local-forging": "^13.0.0",
19+
"@taquito/michel-codec": "^13.0.0",
20+
"@taquito/michelson-encoder": "^13.0.0",
21+
"@taquito/remote-signer": "^13.0.0",
22+
"@taquito/rpc": "^13.0.0",
23+
"@taquito/signer": "^13.0.0",
24+
"@taquito/taquito": "^13.0.0",
25+
"@taquito/tzip12": "^13.0.0",
26+
"@taquito/tzip16": "^13.0.0",
27+
"@taquito/utils": "^13.0.0",
2828
"bignumber.js": "^9.0.2",
2929
"blakejs": "^1.1.1"
3030
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"packages/taquito-michel-codec/pack-test-tool",
88
"website"
99
],
10-
"version": "13.0.0-beta-RC.0"
10+
"version": "13.0.0"
1111
}

packages/taquito-beacon-wallet/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/taquito-beacon-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taquito/beacon-wallet",
3-
"version": "13.0.0-beta-RC.0",
3+
"version": "13.0.0",
44
"description": "Beacon wallet provider",
55
"keywords": [
66
"tezos",
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@airgap/beacon-dapp": "^3.1.1",
65-
"@taquito/taquito": "^13.0.0-beta-RC.0",
65+
"@taquito/taquito": "^13.0.0",
6666
"libsodium-wrappers": "0.7.9"
6767
},
6868
"devDependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
22
export const VERSION = {
3-
commitHash: '38da814ec2bb4e81c7ad5a45b6b183a4d0b8dc25',
4-
version: '12.1.1',
3+
commitHash: '01d3579d51bb8d70038a304cd4dbb7c6366a244b',
4+
version: '13.0.0',
55
};

packages/taquito-contracts-library/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)