Skip to content

Commit

Permalink
feat: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Küchlin authored and Yannick Küchlin committed Dec 16, 2022
1 parent c6e58a2 commit 9d7b211
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ function Demo() {
}
```

## Contributing

Contribution to this project is welcom, feel free to submit a Pull Request.

## Run locally

pnpm i
Expand All @@ -87,8 +91,10 @@ function Demo() {
- [ ] Column pinning
- [ ] Column Ordering
- [x] Row Selection
- [x] Row Expanding
- [x] Pagination
- [x] Styles Api
- [x] Component Overrides
- [x] Docs
- [x] Create npm package
- [ ] Add tests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-data-grid",
"version": "0.0.22",
"version": "0.1.0",
"homepage": "https://kuechlin.github.io/mantine-data-grid/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9d7b211

Please sign in to comment.