Skip to content

Commit

Permalink
[CI Skip] release/beta 1.35.0-beta.12
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Sep 25, 2020
1 parent 7af9151 commit dc936cf
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "1.35.0-beta.11"
"version": "1.35.0-beta.12"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"typedoc-plugin-markdown": "^3.0.2",
"typedoc-plugin-no-inherit": "^1.2.0"
},
"version": "1.35.0-beta.11"
"version": "1.35.0-beta.12"
}
8 changes: 4 additions & 4 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api": "1.35.0-beta.11",
"@polkadot/rpc-core": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/api": "1.35.0-beta.12",
"@polkadot/rpc-core": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"bn.js": "^5.1.3",
"rxjs": "^6.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api": "1.35.0-beta.11",
"@polkadot/rpc-core": "1.35.0-beta.11",
"@polkadot/rpc-provider": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/api": "1.35.0-beta.12",
"@polkadot/rpc-core": "1.35.0-beta.12",
"@polkadot/rpc-provider": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"@polkadot/util-crypto": "^3.5.0-beta.13",
"bn.js": "^5.1.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api-derive": "1.35.0-beta.11",
"@polkadot/api-derive": "1.35.0-beta.12",
"@polkadot/keyring": "^3.5.0-beta.13",
"@polkadot/metadata": "1.35.0-beta.11",
"@polkadot/rpc-core": "1.35.0-beta.11",
"@polkadot/rpc-provider": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/types-known": "1.35.0-beta.11",
"@polkadot/metadata": "1.35.0-beta.12",
"@polkadot/rpc-core": "1.35.0-beta.12",
"@polkadot/rpc-provider": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/types-known": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"@polkadot/util-crypto": "^3.5.0-beta.13",
"bn.js": "^5.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/types-known": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/types-known": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"@polkadot/util-crypto": "^3.5.0-beta.13",
"bn.js": "^5.1.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "1.35.0-beta.11",
"@polkadot/rpc-provider": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/metadata": "1.35.0-beta.12",
"@polkadot/rpc-provider": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"memoizee": "^0.4.14",
"rxjs": "^6.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/metadata": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"@polkadot/util-crypto": "^3.5.0-beta.13",
"@polkadot/x-fetch": "^0.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Type generation scripts",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"@babel/core": "^7.11.6",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@polkadot/api": "1.35.0-beta.11",
"@polkadot/metadata": "1.35.0-beta.11",
"@polkadot/rpc-provider": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/api": "1.35.0-beta.12",
"@polkadot/metadata": "1.35.0-beta.12",
"@polkadot/rpc-provider": "1.35.0-beta.12",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"handlebars": "^4.7.6",
"websocket": "^1.0.32",
Expand Down
4 changes: 2 additions & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types-known",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/types": "1.35.0-beta.11",
"@polkadot/types": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"bn.js": "^5.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "1.35.0-beta.11",
"version": "1.35.0-beta.12",
"description": "Implementation of the Parity codec",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "1.35.0-beta.11",
"@polkadot/metadata": "1.35.0-beta.12",
"@polkadot/util": "^3.5.0-beta.13",
"@polkadot/util-crypto": "^3.5.0-beta.13",
"@types/bn.js": "^4.11.6",
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2756,25 +2756,25 @@ __metadata:
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/api": 1.35.0-beta.11
"@polkadot/rpc-core": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/api": 1.35.0-beta.12
"@polkadot/rpc-core": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
bn.js: ^5.1.3
rxjs: ^6.6.3
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/[email protected].12, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/api": 1.35.0-beta.11
"@polkadot/api": 1.35.0-beta.12
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/rpc-core": 1.35.0-beta.11
"@polkadot/rpc-provider": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/rpc-core": 1.35.0-beta.12
"@polkadot/rpc-provider": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@polkadot/util-crypto": ^3.5.0-beta.13
bn.js: ^5.1.3
Expand All @@ -2783,18 +2783,18 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/api@workspace:packages/api":
"@polkadot/[email protected].12, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/api-derive": 1.35.0-beta.11
"@polkadot/api-derive": 1.35.0-beta.12
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/metadata": 1.35.0-beta.11
"@polkadot/rpc-core": 1.35.0-beta.11
"@polkadot/rpc-provider": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/types-known": 1.35.0-beta.11
"@polkadot/metadata": 1.35.0-beta.12
"@polkadot/rpc-core": 1.35.0-beta.12
"@polkadot/rpc-provider": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/types-known": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@polkadot/util-crypto": ^3.5.0-beta.13
bn.js: ^5.1.3
Expand Down Expand Up @@ -2910,43 +2910,43 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].11, @polkadot/metadata@workspace:packages/metadata":
"@polkadot/[email protected].12, @polkadot/metadata@workspace:packages/metadata":
version: 0.0.0-use.local
resolution: "@polkadot/metadata@workspace:packages/metadata"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/types": 1.35.0-beta.11
"@polkadot/types-known": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.12
"@polkadot/types-known": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@polkadot/util-crypto": ^3.5.0-beta.13
bn.js: ^5.1.3
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/[email protected].12, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/metadata": 1.35.0-beta.11
"@polkadot/rpc-provider": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/metadata": 1.35.0-beta.12
"@polkadot/rpc-provider": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
memoizee: ^0.4.14
rxjs: ^6.6.3
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/[email protected].12, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/metadata": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/metadata": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@polkadot/util-crypto": ^3.5.0-beta.13
"@polkadot/x-fetch": ^0.3.2
Expand Down Expand Up @@ -2974,10 +2974,10 @@ __metadata:
"@babel/core": ^7.11.6
"@babel/register": ^7.11.5
"@babel/runtime": ^7.11.2
"@polkadot/api": 1.35.0-beta.11
"@polkadot/metadata": 1.35.0-beta.11
"@polkadot/rpc-provider": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.11
"@polkadot/api": 1.35.0-beta.12
"@polkadot/metadata": 1.35.0-beta.12
"@polkadot/rpc-provider": 1.35.0-beta.12
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@types/websocket": ^1.0.1
"@types/yargs": ^15.0.7
Expand All @@ -2993,25 +2993,25 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/[email protected].12, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/types": 1.35.0-beta.11
"@polkadot/types": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@types/bn.js": ^4.11.6
bn.js: ^5.1.3
languageName: unknown
linkType: soft

"@polkadot/[email protected].11, @polkadot/types@workspace:packages/types":
"@polkadot/[email protected].12, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.5.0-beta.13
"@polkadot/metadata": 1.35.0-beta.11
"@polkadot/metadata": 1.35.0-beta.12
"@polkadot/util": ^3.5.0-beta.13
"@polkadot/util-crypto": ^3.5.0-beta.13
"@types/bn.js": ^4.11.6
Expand Down

0 comments on commit dc936cf

Please sign in to comment.