From f0b58ee1bef1177a5b027012bfd242d5bc0e79d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:47:00 +0800 Subject: [PATCH] chore: version packages (#6) Co-authored-by: github-actions[bot] --- .changeset/eight-moose-push.md | 5 ----- packages/utility/CHANGELOG.md | 6 ++++++ packages/utility/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/eight-moose-push.md diff --git a/.changeset/eight-moose-push.md b/.changeset/eight-moose-push.md deleted file mode 100644 index 960aa54..0000000 --- a/.changeset/eight-moose-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstools/utility': minor ---- - -增加 getDistrict: 根据title address 获取城市区名 diff --git a/packages/utility/CHANGELOG.md b/packages/utility/CHANGELOG.md index d9a8b91..1df76af 100644 --- a/packages/utility/CHANGELOG.md +++ b/packages/utility/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstools/utility +## 0.17.0 + +### Minor Changes + +- [#5](https://github.com/bingtsingw/xstools-open/pull/5) [`bb9cbb5`](https://github.com/bingtsingw/xstools-open/commit/bb9cbb599b1c9bc8db22cbfe1710956ecef9da13) Thanks [@KenjiGinjo](https://github.com/KenjiGinjo)! - 增加 getDistrict: 根据title address 获取城市区名 + ## 0.16.1 ### Patch Changes diff --git a/packages/utility/package.json b/packages/utility/package.json index f136cf7..1a52b78 100644 --- a/packages/utility/package.json +++ b/packages/utility/package.json @@ -1,6 +1,6 @@ { "name": "@xstools/utility", - "version": "0.16.1", + "version": "0.17.0", "repository": { "type": "git", "url": "https://github.com/bingtsingw/xstools-open"