Skip to content

Commit

Permalink
πŸ”– v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu committed May 21, 2019
1 parent f559ddc commit a4b77e2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,22 @@
# Changelog

<a name="1.0.0"></a>
## 1.0.0 (2019-05-21)

### Added
- πŸš€ Add NPM deployment configuration. [[5c080a0](https://github.com/mathieutu/classed-components/commit/5c080a0c114b294ec5530abb8d0d550d6769dcd1)]
- πŸ‘· Add Travis and Coveralls. [[5d5fe53](https://github.com/mathieutu/classed-components/commit/5d5fe5366e8599f5e2b6ebdb2886f7b7a2f35baf)]
- πŸ“ Add Readme. [[4863764](https://github.com/mathieutu/classed-components/commit/4863764b6b48d724c7bddd0990655c5067e42f93)]
- βœ… Add tests. [[b6a929b](https://github.com/mathieutu/classed-components/commit/b6a929b40b271eb4a4c722d7bb3d8f6467b52380)]
- ✨ First implementation of classed function. [[99778ff](https://github.com/mathieutu/classed-components/commit/99778ffbb0405a672522f65f3f911daa9fe8f961)]
- πŸŽ‰ Project initialisation. [[64a8a31](https://github.com/mathieutu/classed-components/commit/64a8a318d40324dbff392bd290634bcce4b315ae)]

### Changed

- ♻️ Change forEach to reduce. [[bbb44dc](https://github.com/mathieutu/classed-components/commit/bbb44dc0bada7b43d4ef9acb19202c71a994e38f)]

### Fixed

- πŸ’š Update code to match specs in tests. [[1161ddb](https://github.com/mathieutu/classed-components/commit/1161ddb039626716685351a9b74f1cf8d5b9bd88)]


8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -44,11 +44,9 @@ And all of that with:

## Installation

**WIP: NOT RELEASED YET**

<!-- ```bash -->
<!-- yarn add classed-components -->
<!-- ``` -->
```bash
yarn add classed-components
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "classed-components",
"version": "0.0.1",
"version": "1.0.0",
"description": "CSS Classes for the component age. Apply your Css with the power of Javascript.",
"keywords": [
"classNames",
Expand Down

0 comments on commit a4b77e2

Please sign in to comment.