From a858f3430ea46c28978ed0db5df5e772d50caec4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:42:48 +0200 Subject: [PATCH] chore(master): release 0.10.0 (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9232221..bfcbe73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/schummar/schummar-table/compare/v0.9.0...v0.10.0) (2022-06-01) + + +### Features + +* Replaced deselection checkbox for selectFilter with button ([#35](https://github.com/schummar/schummar-table/issues/35)) ([76aaa93](https://github.com/schummar/schummar-table/commit/76aaa9309cd9903f62611d54cd22cf577f0a8833)) + ## [0.9.0](https://github.com/schummar/schummar-table/compare/v0.8.3...v0.9.0) (2022-05-05) diff --git a/package-lock.json b/package-lock.json index a1765c8..93f7bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "workspaces": [ "example", diff --git a/package.json b/package.json index e39ddc5..07a19f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.9.0", + "version": "0.10.0", "description": "", "type": "module", "sideEffects": false,