Skip to content

Commit db2e97b

Browse files
committed
[CI Skip] release/stable 6.6.1
skip-checks: true
1 parent 057f6b6 commit db2e97b

File tree

20 files changed

+67
-67
lines changed

20 files changed

+67
-67
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": "6.6.0",
14+
"version": "6.6.1",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-contract/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": "6.6.0",
23+
"version": "6.6.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
27-
"@polkadot/api": "6.6.0",
28-
"@polkadot/types": "6.6.0",
27+
"@polkadot/api": "6.6.1",
28+
"@polkadot/types": "6.6.1",
2929
"@polkadot/util": "^7.7.1",
3030
"rxjs": "^7.4.0"
3131
}

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: '6.5.3-13' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '6.6.1' };

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.6.0",
23+
"version": "6.6.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
27-
"@polkadot/api": "6.6.0",
28-
"@polkadot/rpc-core": "6.6.0",
29-
"@polkadot/types": "6.6.0",
27+
"@polkadot/api": "6.6.1",
28+
"@polkadot/rpc-core": "6.6.1",
29+
"@polkadot/types": "6.6.1",
3030
"@polkadot/util": "^7.7.1",
3131
"@polkadot/util-crypto": "^7.7.1",
3232
"rxjs": "^7.4.0"
3333
},
3434
"devDependencies": {
3535
"@polkadot/keyring": "^7.7.1",
36-
"@polkadot/rpc-provider": "6.6.0"
36+
"@polkadot/rpc-provider": "6.6.1"
3737
}
3838
}

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: '6.5.3-13' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '6.6.1' };

packages/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.6.0",
23+
"version": "6.6.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
27-
"@polkadot/api-derive": "6.6.0",
27+
"@polkadot/api-derive": "6.6.1",
2828
"@polkadot/keyring": "^7.7.1",
29-
"@polkadot/rpc-core": "6.6.0",
30-
"@polkadot/rpc-provider": "6.6.0",
31-
"@polkadot/types": "6.6.0",
32-
"@polkadot/types-known": "6.6.0",
29+
"@polkadot/rpc-core": "6.6.1",
30+
"@polkadot/rpc-provider": "6.6.1",
31+
"@polkadot/types": "6.6.1",
32+
"@polkadot/types-known": "6.6.1",
3333
"@polkadot/util": "^7.7.1",
3434
"@polkadot/util-crypto": "^7.7.1",
3535
"eventemitter3": "^4.0.7",

packages/api/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', version: '6.5.3-13' };
6+
export const packageInfo = { name: '@polkadot/api', version: '6.6.1' };

packages/rpc-core/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": "6.6.0",
23+
"version": "6.6.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
27-
"@polkadot/rpc-provider": "6.6.0",
28-
"@polkadot/types": "6.6.0",
27+
"@polkadot/rpc-provider": "6.6.1",
28+
"@polkadot/types": "6.6.1",
2929
"@polkadot/util": "^7.7.1",
3030
"rxjs": "^7.4.0"
3131
},

packages/rpc-core/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/rpc-core', version: '6.5.3-13' };
6+
export const packageInfo = { name: '@polkadot/rpc-core', version: '6.6.1' };

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.6.0",
23+
"version": "6.6.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.15.4",
27-
"@polkadot/types": "6.6.0",
27+
"@polkadot/types": "6.6.1",
2828
"@polkadot/util": "^7.7.1",
2929
"@polkadot/util-crypto": "^7.7.1",
3030
"@polkadot/x-fetch": "^7.7.1",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@polkadot/keyring": "^7.7.1",
37-
"@polkadot/types": "6.6.0",
37+
"@polkadot/types": "6.6.1",
3838
"mock-socket": "^9.0.6",
3939
"nock": "^13.1.4"
4040
}

0 commit comments

Comments
 (0)