Skip to content

Commit

Permalink
Merge pull request #36 from vtex-apps/update/product-summary-version
Browse files Browse the repository at this point in the history
Update vtex.product-summary version
  • Loading branch information
Bruno Dias authored Sep 10, 2018
2 parents e2b5087 + f31b07c commit a5ba464
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update the `vtex.product-summary` version.

## [1.1.1] - 2018-09-06
### Added
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"vtex.styleguide": "6.x",
"vtex.product-summary": "0.x",
"vtex.product-summary": "1.x",
"vtex.store-graphql": "2.x"
}
}
2 changes: 1 addition & 1 deletion react/components/GalleryItem.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react'

import { ProductSummary } from 'vtex.product-summary'
import ProductSummary from 'vtex.product-summary/index'
import { productShape } from '../constants/propTypes'
import { PropTypes } from 'prop-types'

Expand Down
2 changes: 1 addition & 1 deletion react/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './global.css'

import React, { Component } from 'react'
import { ProductSummary } from 'vtex.product-summary'
import ProductSummary from 'vtex.product-summary/index'

import SearchResultInfiniteScroll from './components/SearchResultInfiniteScroll'
import { SORT_OPTIONS } from './components/OrderBy'
Expand Down

0 comments on commit a5ba464

Please sign in to comment.