Skip to content

Commit

Permalink
docs: update for README, add CHANGELOG, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasborawski committed Oct 12, 2021
1 parent 3141723 commit 8e53a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 0.1.1
* removed unnecessary dependencies
* add the demo missing types
* docs update

### 0.1.0
* initial package state
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We all know that systems like [Tailwind](https://tailwindcss.com) are awesome, b
type="button">Submit</button>
```

And this is just a button. Imagine whole markup for even tiny component.
... and this is just a button. Imagine whole markup for even tiny component.
Readability of it will be - easy talking - not so great. So what **problems** we're facing here:

- very long class definition
Expand Down Expand Up @@ -190,8 +190,6 @@ Want to check or test it in action? Check out the simple app in the `demo` folde

**API Reference**: Check out the [types](src/types.d.ts) for API definitions.

**Changelog**: Will be added for the next version.

**Contribution**: Please add Pull Request to introduce some changes or fixes.

**Support**: Want to support? [Buy me a coffee](https://www.buymeacoffee.com/lukas.borawski).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-use-variant",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vue.js CSS class variant resolver. Presented as handy composable.",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit 8e53a14

Please sign in to comment.