Skip to content

Commit a2c027b

Browse files
committed
[CI Skip] release/beta 7.0.2-2
skip-checks: true
1 parent d13f66e commit a2c027b

File tree

32 files changed

+157
-157
lines changed

32 files changed

+157
-157
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "7.0.2-1",
14+
"version": "7.0.2-2",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-1",
23+
"version": "7.0.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-base": "7.0.2-1",
28-
"@polkadot/rpc-augment": "7.0.2-1",
29-
"@polkadot/types": "7.0.2-1",
30-
"@polkadot/types-augment": "7.0.2-1",
31-
"@polkadot/types-codec": "7.0.2-1",
27+
"@polkadot/api-base": "7.0.2-2",
28+
"@polkadot/rpc-augment": "7.0.2-2",
29+
"@polkadot/types": "7.0.2-2",
30+
"@polkadot/types-augment": "7.0.2-2",
31+
"@polkadot/types-codec": "7.0.2-2",
3232
"@polkadot/util": "^8.2.2"
3333
}
3434
}

packages/api-augment/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-augment', version: '7.0.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-augment', version: '7.0.2-2' };

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-1",
23+
"version": "7.0.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-core": "7.0.2-1",
28-
"@polkadot/types": "7.0.2-1",
27+
"@polkadot/rpc-core": "7.0.2-2",
28+
"@polkadot/types": "7.0.2-2",
2929
"@polkadot/util": "^8.2.2",
3030
"rxjs": "^7.4.0"
3131
}

packages/api-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-base', version: '7.0.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-base', version: '7.0.2-2' };

packages/api-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-1",
23+
"version": "7.0.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "7.0.2-1",
28-
"@polkadot/types": "7.0.2-1",
29-
"@polkadot/types-create": "7.0.2-1",
27+
"@polkadot/api": "7.0.2-2",
28+
"@polkadot/types": "7.0.2-2",
29+
"@polkadot/types-create": "7.0.2-2",
3030
"@polkadot/util": "^8.2.2",
3131
"@polkadot/util-crypto": "^8.2.2",
3232
"rxjs": "^7.4.0"

packages/api-contract/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-contract', version: '7.0.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '7.0.2-2' };

packages/api-derive/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-1",
23+
"version": "7.0.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "7.0.2-1",
28-
"@polkadot/api-base": "7.0.2-1",
29-
"@polkadot/rpc-core": "7.0.2-1",
30-
"@polkadot/types": "7.0.2-1",
31-
"@polkadot/types-codec": "7.0.2-1",
27+
"@polkadot/api": "7.0.2-2",
28+
"@polkadot/api-base": "7.0.2-2",
29+
"@polkadot/rpc-core": "7.0.2-2",
30+
"@polkadot/types": "7.0.2-2",
31+
"@polkadot/types-codec": "7.0.2-2",
3232
"@polkadot/util": "^8.2.2",
3333
"@polkadot/util-crypto": "^8.2.2",
3434
"rxjs": "^7.4.0"
3535
},
3636
"devDependencies": {
37-
"@polkadot/api": "7.0.2-1",
38-
"@polkadot/api-augment": "7.0.2-1",
39-
"@polkadot/rpc-augment": "7.0.2-1"
37+
"@polkadot/api": "7.0.2-2",
38+
"@polkadot/api-augment": "7.0.2-2",
39+
"@polkadot/rpc-augment": "7.0.2-2"
4040
}
4141
}

packages/api-derive/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-derive', version: '7.0.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '7.0.2-2' };

packages/api/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-1",
23+
"version": "7.0.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-augment": "7.0.2-1",
28-
"@polkadot/api-base": "7.0.2-1",
29-
"@polkadot/api-derive": "7.0.2-1",
27+
"@polkadot/api-augment": "7.0.2-2",
28+
"@polkadot/api-base": "7.0.2-2",
29+
"@polkadot/api-derive": "7.0.2-2",
3030
"@polkadot/keyring": "^8.2.2",
31-
"@polkadot/rpc-augment": "7.0.2-1",
32-
"@polkadot/rpc-core": "7.0.2-1",
33-
"@polkadot/rpc-provider": "7.0.2-1",
34-
"@polkadot/types": "7.0.2-1",
35-
"@polkadot/types-augment": "7.0.2-1",
36-
"@polkadot/types-codec": "7.0.2-1",
37-
"@polkadot/types-create": "7.0.2-1",
38-
"@polkadot/types-known": "7.0.2-1",
31+
"@polkadot/rpc-augment": "7.0.2-2",
32+
"@polkadot/rpc-core": "7.0.2-2",
33+
"@polkadot/rpc-provider": "7.0.2-2",
34+
"@polkadot/types": "7.0.2-2",
35+
"@polkadot/types-augment": "7.0.2-2",
36+
"@polkadot/types-codec": "7.0.2-2",
37+
"@polkadot/types-create": "7.0.2-2",
38+
"@polkadot/types-known": "7.0.2-2",
3939
"@polkadot/util": "^8.2.2",
4040
"@polkadot/util-crypto": "^8.2.2",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.4.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "7.0.2-1"
45+
"@polkadot/api-augment": "7.0.2-2"
4646
}
4747
}

0 commit comments

Comments
 (0)