Skip to content

Commit

Permalink
Version update: 3.5.0, 1.1.71 (#648)
Browse files Browse the repository at this point in the history
* Version update: 3.5.0, 1.1.71

- Version update: 3.5.0, 1.1.71

* - image rename
  • Loading branch information
shaunmaharaj authored Mar 20, 2020
1 parent 2054019 commit 5e5ce8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/ref-store",
"version": "3.4.0",
"version": "3.5.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/store-components",
"version": "1.1.70",
"version": "1.1.71",
"main": "build/cjs/index",
"main:src": "src/index",
"types": "build/types/components/src/index",
Expand Down
4 changes: 2 additions & 2 deletions src/components/src/ImageContainer/image.container.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import React from 'react';
import { storiesOf } from '@storybook/react';
import Readme from './README.md';
import ImageContainer from './image.container';
import homeEspotParallax1 from '../../../images/site-images/parallax-banner-1.jpg';
import homeEspotParallax1 from '../../../images/site-images/hero-banner-0.jpg';

storiesOf('Components|ImageContainer', module)
.addParameters({
Expand All @@ -32,7 +32,7 @@ storiesOf('Components|ImageContainer', module)
},
})
.add('ImageContainer', () => {
const homeEspotParallax1FileName = 'parallax-banner-1.jpg';
const homeEspotParallax1FileName = 'hero-banner-0.jpg';

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

0 comments on commit 5e5ce8b

Please sign in to comment.