Skip to content

Commit 5e5ce8b

Browse files
authored
Version update: 3.5.0, 1.1.71 (#648)
* Version update: 3.5.0, 1.1.71 - Version update: 3.5.0, 1.1.71 * - image rename
1 parent 2054019 commit 5e5ce8b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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": "3.4.0",
3+
"version": "3.5.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.70",
3+
"version": "1.1.71",
44
"main": "build/cjs/index",
55
"main:src": "src/index",
66
"types": "build/types/components/src/index",

src/components/src/ImageContainer/image.container.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import React from 'react';
2222
import { storiesOf } from '@storybook/react';
2323
import Readme from './README.md';
2424
import ImageContainer from './image.container';
25-
import homeEspotParallax1 from '../../../images/site-images/parallax-banner-1.jpg';
25+
import homeEspotParallax1 from '../../../images/site-images/hero-banner-0.jpg';
2626

2727
storiesOf('Components|ImageContainer', module)
2828
.addParameters({
@@ -32,7 +32,7 @@ storiesOf('Components|ImageContainer', module)
3232
},
3333
})
3434
.add('ImageContainer', () => {
35-
const homeEspotParallax1FileName = 'parallax-banner-1.jpg';
35+
const homeEspotParallax1FileName = 'hero-banner-0.jpg';
3636

3737
return (<ImageContainer className="parallax-image" fileName={homeEspotParallax1FileName} imgUrl={homeEspotParallax1} />);
3838
});

0 commit comments

Comments
 (0)