Skip to content

Commit

Permalink
Merge pull request #2626 from PanMisza/improvement/2606
Browse files Browse the repository at this point in the history
[#2606] - unification of sku color
  • Loading branch information
patzick committed Mar 24, 2019
2 parents e0f3934 + 81d1650 commit 1b51682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed / Improved
- Improved ProductGalleryCarousel component to handle nonnumeric options id’s - @danieldomurad (#2586)
- Number of displayed products is now visible on PLP on desktop - @awierzbiak (#2504)
- Improved visibility of product SKU in wishlist - @PanMisza (#2606)

## [1.9.0-rc.1] - 2019.03.07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
})">
{{ product.name | htmlDecode }}
</router-link>
<div class="h6 cl-bg-secondary pt5">{{ product.sku }}</div>
<div class="h6 cl-bg-tertiary pt5 sku">{{ product.sku }}</div>
</div>
</div>
<div class="col-xs flex py15 align-right">
Expand Down

0 comments on commit 1b51682

Please sign in to comment.