Skip to content

Commit 8e53a14

Browse files
committed
docs: update for README, add CHANGELOG, version bump
1 parent 3141723 commit 8e53a14

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### 0.1.1
2+
* removed unnecessary dependencies
3+
* add the demo missing types
4+
* docs update
5+
6+
### 0.1.0
7+
* initial package state

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We all know that systems like [Tailwind](https://tailwindcss.com) are awesome, b
4242
type="button">Submit</button>
4343
```
4444

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

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

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

193-
**Changelog**: Will be added for the next version.
194-
195193
**Contribution**: Please add Pull Request to introduce some changes or fixes.
196194

197195
**Support**: Want to support? [Buy me a coffee](https://www.buymeacoffee.com/lukas.borawski).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-use-variant",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Vue.js CSS class variant resolver. Presented as handy composable.",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",

0 commit comments

Comments
 (0)