From da425591bf17f0a7aa879c0a549e133d1843790e Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 10 Apr 2017 14:56:24 +0300 Subject: [PATCH 1/3] 1.1.10-dev [skip ci] --- common/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.php b/common/config/config.php index ed401c8..c29710e 100644 --- a/common/config/config.php +++ b/common/config/config.php @@ -1,6 +1,6 @@ '1.1.9', + 'version' => '1.1.10-dev', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'components' => [ 'cache' => [ From cd7996abbc94dca0adcc1ff7c7561ba5c513147d Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Tue, 11 Apr 2017 22:26:58 +0300 Subject: [PATCH 2/3] Include js linting in build steps --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6b5827..d9cab9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ test:frontend: script: - cd frontend - npm i --silent > /dev/null + - npm run lint --silent - npm run test --silent build:production: From 3f50c128f7bde8bd0a8e833bd09bd65d29bc7f8c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 12 Apr 2017 14:00:25 +0300 Subject: [PATCH 3/3] 1.1.10 [skip ci] --- common/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.php b/common/config/config.php index c29710e..45b8de6 100644 --- a/common/config/config.php +++ b/common/config/config.php @@ -1,6 +1,6 @@ '1.1.10-dev', + 'version' => '1.1.10', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'components' => [ 'cache' => [