From bd726297679ea530c4fddcbb4cea999e434495db Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sat, 9 Jun 2018 13:40:48 +0200 Subject: [PATCH] chore(release): 1.6.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/styles/loader.sass | 8 -------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5a065b7..6dcbe0f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.6.3](https://github.com/bleenco/abstruse/compare/v1.6.2...v1.6.3) (2018-06-09) + + +### Bug Fixes + +* **rxjs:** RxJS version 6 API updates ([daaccad](https://github.com/bleenco/abstruse/commit/daaccad)) +* **ui:** fix SVG gradients in Firefox and Safari ([cdccaa1](https://github.com/bleenco/abstruse/commit/cdccaa1)) + + + ## [1.6.2](https://github.com/bleenco/abstruse/compare/v1.6.1...v1.6.2) (2018-05-07) diff --git a/package.json b/package.json index 9b56416d5..3b922f79e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.6.2", + "version": "1.6.3", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js" diff --git a/src/styles/loader.sass b/src/styles/loader.sass index 7d5bb85a4..407548428 100644 --- a/src/styles/loader.sass +++ b/src/styles/loader.sass @@ -48,19 +48,11 @@ @-webkit-keyframes pulsate 0%, 100% border-left-color: $yellow - +mobile - border-top-color: $yellow 50% border-left-color: rgba($yellow, 0.3) - +mobile - border-top-color: rgba($yellow, 0.3) @keyframes pulsate 0%, 100% border-left-color: $yellow - +mobile - border-top-color: $yellow 50% border-left-color: rgba($yellow, 0.3) - +mobile - border-top-color: rgba($yellow, 0.3)