Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Dec 8, 2020
1 parent 8241ac8 commit aa318ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0] - 2020-12-08

### Added
- New `classes` parameter to the `useCssHandle` hook.
- New `useCustomClasses` hook.
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"vendor": "vtex",
"name": "css-handles",
"version": "0.4.4",
"version": "1.0.0",
"title": "CSS Handles",
"description": "Utility for creating CSS Handles on store components",
"builders": {
"react": "3.x",
"docs": "0.x"
},
"dependencies": {},
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"typescript": "3.9.7",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime"
},
"version": "0.4.4"
"version": "1.0.0"
}

0 comments on commit aa318ba

Please sign in to comment.