diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 217e2dba..cde39a75 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-beta.1](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-beta.0...query@1.0.0-beta.1) (2026-06-21) + +### Bug Fixes + +* fix entities registration and references ([3bc382e](https://github.com/TrigenSoftware/nano_kit/commit/3bc382e2edd35b2a10b3ff70a38a1ec07806ae42)) + ## [1.0.0-beta.0](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.12...query@1.0.0-beta.0) (2026-06-19) ### Features diff --git a/packages/query/package.json b/packages/query/package.json index 2970763e..d4bbed63 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,7 +1,7 @@ { "name": "@nano_kit/query", "type": "module", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "A small and powerful remote data management library for @nano_kit/store.", "author": "dangreen", "license": "MIT",