Skip to content

Commit 53c8952

Browse files
committed
[CI Skip] release/beta 7.2.2-11
skip-checks: true
1 parent 7478eb4 commit 53c8952

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

+192
-192
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2750 Jaco
1+
2751 Jaco
22
83 Amaury Martiny
33
36 Keith Ingram
44
35 Stefanie Doll

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.2.2-10",
14+
"version": "7.2.2-11",
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.2.2-10",
23+
"version": "7.2.2-11",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api-base": "7.2.2-10",
28-
"@polkadot/rpc-augment": "7.2.2-10",
29-
"@polkadot/types": "7.2.2-10",
30-
"@polkadot/types-augment": "7.2.2-10",
31-
"@polkadot/types-codec": "7.2.2-10",
27+
"@polkadot/api-base": "7.2.2-11",
28+
"@polkadot/rpc-augment": "7.2.2-11",
29+
"@polkadot/types": "7.2.2-11",
30+
"@polkadot/types-augment": "7.2.2-11",
31+
"@polkadot/types-codec": "7.2.2-11",
3232
"@polkadot/util": "^8.3.1"
3333
}
3434
}

packages/api-augment/src/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util';
88
import others from './detectOther';
99
import { packageInfo } from './packageInfo';
1010

11-
detectPackage(packageInfo, packageInfo.path, others);
11+
detectPackage(packageInfo, null, others);

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
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '7.2.2-10' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '7.2.2-11' };

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.2.2-10",
23+
"version": "7.2.2-11",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-core": "7.2.2-10",
28-
"@polkadot/types": "7.2.2-10",
27+
"@polkadot/rpc-core": "7.2.2-11",
28+
"@polkadot/types": "7.2.2-11",
2929
"@polkadot/util": "^8.3.1",
3030
"rxjs": "^7.5.1"
3131
}

packages/api-base/src/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util';
88
import others from './detectOther';
99
import { packageInfo } from './packageInfo';
1010

11-
detectPackage(packageInfo, packageInfo.path, others);
11+
detectPackage(packageInfo, null, others);

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
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '7.2.2-10' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '7.2.2-11' };

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.2.2-10",
23+
"version": "7.2.2-11",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api": "7.2.2-10",
28-
"@polkadot/types": "7.2.2-10",
29-
"@polkadot/types-codec": "7.2.2-10",
30-
"@polkadot/types-create": "7.2.2-10",
27+
"@polkadot/api": "7.2.2-11",
28+
"@polkadot/types": "7.2.2-11",
29+
"@polkadot/types-codec": "7.2.2-11",
30+
"@polkadot/types-create": "7.2.2-11",
3131
"@polkadot/util": "^8.3.1",
3232
"@polkadot/util-crypto": "^8.3.1",
3333
"rxjs": "^7.5.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "7.2.2-10",
36+
"@polkadot/api-augment": "7.2.2-11",
3737
"@polkadot/keyring": "^8.3.1"
3838
}
3939
}

packages/api-contract/src/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util';
88
import others from './detectOther';
99
import { packageInfo } from './packageInfo';
1010

11-
detectPackage(packageInfo, packageInfo.path, others);
11+
detectPackage(packageInfo, null, others);

0 commit comments

Comments
 (0)