From 62939fd5a07211ac8b2899bb0bd522e97a8c5e78 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 16 Jan 2018 13:35:28 +0100 Subject: [PATCH 1/2] Trigger js-precompiled (#7579) --- js-old/scripts/test.js | 2 +- js/scripts/test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js-old/scripts/test.js b/js-old/scripts/test.js index 7121de462..4db2181a9 100644 --- a/js-old/scripts/test.js +++ b/js-old/scripts/test.js @@ -1 +1 @@ -// test script 28 +// test script 29 diff --git a/js/scripts/test.js b/js/scripts/test.js index 2e8d5bdf5..9375239e1 100644 --- a/js/scripts/test.js +++ b/js/scripts/test.js @@ -1 +1 @@ -// test script 34 +// test script 35 From a2d1e046a5bd29a0878e07d389898471597353b3 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 16 Jan 2018 13:29:21 +0000 Subject: [PATCH 2/2] [ci skip] js-precompiled 20180116-132804 --- Cargo.lock | 4 ++-- js/package-lock.json | 2 +- js/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c69f69756..04ba9f8c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2267,7 +2267,7 @@ dependencies = [ [[package]] name = "parity-ui-old-precompiled" version = "1.9.0" -source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#894a3f400dc8ac2935c0cd8ba29db2935c1248eb" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#0b36342d5b42d981a4af64e12f69b93c127256fc" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#59629b27c9875095e8daeda517e68b37741c0806" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#c3d3b073604915852592da29e10245340315241f" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 0e5159d46..688057f88 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.54", + "version": "1.9.55", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 4cd3d48c4..d11bc7f91 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.54", + "version": "1.9.55", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",