From 723f8eb29a9e55b3de62467975bef7c9aefbc474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 21:22:30 +0000 Subject: [PATCH] chore(release): monorepo release - @nano_kit/query@1.0.0-beta.0 --- 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 38cbe5f9..217e2dba 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.0](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.12...query@1.0.0-beta.0) (2026-06-19) + +### Features + +* add `map` util ([06f9155](https://github.com/TrigenSoftware/nano_kit/commit/06f91554974d417e93f71961c3a6eec580626398)) + ## [1.0.0-alpha.12](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.11...query@1.0.0-alpha.12) (2026-06-19) ### Features diff --git a/packages/query/package.json b/packages/query/package.json index f1323dbe..2970763e 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-alpha.12", + "version": "1.0.0-beta.0", "description": "A small and powerful remote data management library for @nano_kit/store.", "author": "dangreen", "license": "MIT",