Skip to content

Commit a9a448e

Browse files
authored
Version update: 4.1.0 (#712)
* Version update: 4.1.0 - Version update: 4.1.0 * - hotfix for axe ACC error
1 parent 5b98271 commit a9a448e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/ref-store",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/store-components",
3-
"version": "1.1.75",
3+
"version": "2.0.0",
44
"main": "build/cjs/index",
55
"main:src": "src/index",
66
"types": "build/types/components/src/index",

src/components/src/ProductListItem/productlistitem.main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class ProductListItemMain extends Component<ProductListItemMainProps, ProductLis
149149
return (
150150
<div className="category-item-inner">
151151
<div className={`category-item-thumbnail-container ${imageStatus === 'loaded' ? 'loaded' : ''}`}>
152-
<Link to={`${itemDetailLink}/${encodeURIComponent(productData._code[0].code)}`}>
152+
<Link to={`${itemDetailLink}/${encodeURIComponent(productData._code[0].code)}`} title={productData._definition[0]['display-name']}>
153153
<ImageContainer
154154
imgClassName="category-item-thumbnail img-responsive"
155155
isSkuImage

0 commit comments

Comments
 (0)