Skip to content

Commit

Permalink
chore(release): 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri authored and irmana committed Jun 9, 2018
1 parent 52121f4 commit bd72629
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.6.3"></a>
## [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))



<a name="1.6.2"></a>
## [1.6.2](https://github.com/bleenco/abstruse/compare/v1.6.1...v1.6.2) (2018-05-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstruse",
"version": "1.6.2",
"version": "1.6.3",
"description": "Abstruse CI",
"bin": {
"abstruse": "./dist/api/index.js"
Expand Down
8 changes: 0 additions & 8 deletions src/styles/loader.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bd72629

Please sign in to comment.