From 9d7b211af68d93a4a2d44193caa8fe964b8585ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20K=C3=BCchlin?= Date: Fri, 16 Dec 2022 10:07:22 +0100 Subject: [PATCH] feat: version update --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 710128b..749b3a3 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ function Demo() { } ``` +## Contributing + +Contribution to this project is welcom, feel free to submit a Pull Request. + ## Run locally pnpm i @@ -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 diff --git a/package.json b/package.json index 00b456c..faabf50 100644 --- a/package.json +++ b/package.json @@ -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",