From 738ac770590f48073d45fe6d5749f9ed8bd50174 Mon Sep 17 00:00:00 2001 From: hankaibo <5361465+hankaibo@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:25:11 +0800 Subject: [PATCH] chore: release 0.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85e671b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + + +## 0.0.1 (2024-12-18) + + +### Bug Fixes + +* 解决嵌套dom结构中 onDragLeave 无法删除指示符问题 ([9baa778](https://github.com/mypandora/query-builder/commit/9baa778171efda8b777ddfd7ef665900326f09e8)) +* 修复附加2个信息后取值错误 ([a728347](https://github.com/mypandora/query-builder/commit/a728347eecb3e07a93a1a48912d75b1cb72ba52d)) +* 修复数据未同步问题 ([f8d754d](https://github.com/mypandora/query-builder/commit/f8d754d1b3e2e810e7d874bc1bccfe17a4a97d70)) + + +### Features + +* 完成基本功能 ([86eaeda](https://github.com/mypandora/query-builder/commit/86eaeda3368c00395a8149a86de6f9f68d390f30)) +* 完成节点组合功能 ([06e9d79](https://github.com/mypandora/query-builder/commit/06e9d791a2ee18cf5d64be33094438a3f0b29bd8)) +* 完成删除功能 ([956cd4a](https://github.com/mypandora/query-builder/commit/956cd4a3b5998821fa2a993dad10b01ea6210bdf)) +* 完成树的基本操作功能 ([2e1a197](https://github.com/mypandora/query-builder/commit/2e1a1973637f074130d5c4c598e81c73bb933e71)) diff --git a/package.json b/package.json index dbfab7e..964e533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mypandora/query-builder", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "files": [ "dist"