From 5fc02f9671160b04a8ca543d9ffdba09640ed446 Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 30 Oct 2025 10:42:11 +0200 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @warkypublic/oranguru@0.0.13 [skip ci] --- .changeset/cold-cloths-relax.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cold-cloths-relax.md diff --git a/.changeset/cold-cloths-relax.md b/.changeset/cold-cloths-relax.md deleted file mode 100644 index 65f5e49..0000000 --- a/.changeset/cold-cloths-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -Fixed search and allow row selection for only rows with keys diff --git a/CHANGELOG.md b/CHANGELOG.md index abbfaf7..2994bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.13 + +### Patch Changes + +- b4058f1: Fixed search and allow row selection for only rows with keys + ## 0.0.12 ### Patch Changes diff --git a/package.json b/package.json index ec2e09b..5ace03a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.12", + "version": "0.0.13", "type": "module", "scripts": { "dev": "vite",