Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Oct 10, 2019
1 parent 2121f1d commit 6b18296
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 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]

## [0.1.0] - 2019-10-10
### Added
- Initial implementation.
- Port `Image` component from `vtex.store-components`.
Expand Down
18 changes: 7 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{
"vendor": "vtex",
"name": "store-image",
"version": "0.0.0",
"title": "VTEX Store Image",
"name": "image",
"version": "0.1.0",
"title": "VTEX Image",
"description": "Set of VTEX components to handle images",
"builders": {
"react": "3.x",
"store": "0.x",
"messages": "1.x",
"docs": "0.x"
},
"dependencies": {
"vtex.native-types": "0.x",
"vtex.device-detector": "0.x",
"vtex.slider-layout": "0.x",
"vtex.css-handles": "0.x"
},
"registries": ["smartcheckout"],
"dependencies": {},
"registries": [
"smartcheckout"
],
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
3 changes: 2 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"typescript": "3.5.2",
"vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/[email protected]/public/_types/react",
"vtex.native-types": "http://vtex.vteximg.com.br/_v/public/typings/v1/[email protected]/public/_types/react"
}
},
"version": "0.1.0"
}

0 comments on commit 6b18296

Please sign in to comment.