From 113c2d9aad1b99549f5f7c3e308d5e702ffd645b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jun 2026 10:38:26 +0000 Subject: [PATCH] chore(release): monorepo release - @nano_kit/query@1.0.0-beta.1 --- packages/query/CHANGELOG.md | 6 ++++++ packages/query/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",