From cdadc8fcc293ddad6368bd53c7209c3841d1e25f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:23:02 +0800 Subject: [PATCH] chore: version packages (#3) Co-authored-by: github-actions[bot] --- .changeset/lazy-seahorses-sniff.md | 5 - .changeset/olive-coats-end.md | 5 - packages/radash/CHANGELOG.md | 7 ++ packages/radash/package.json | 2 +- packages/utility/CHANGELOG.md | 151 ++++++++++++----------------- packages/utility/package.json | 2 +- 6 files changed, 69 insertions(+), 103 deletions(-) delete mode 100644 .changeset/lazy-seahorses-sniff.md delete mode 100644 .changeset/olive-coats-end.md create mode 100644 packages/radash/CHANGELOG.md diff --git a/.changeset/lazy-seahorses-sniff.md b/.changeset/lazy-seahorses-sniff.md deleted file mode 100644 index 03d5290..0000000 --- a/.changeset/lazy-seahorses-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstools/utility': minor ---- - -move to @xstools/radash and change radash export diff --git a/.changeset/olive-coats-end.md b/.changeset/olive-coats-end.md deleted file mode 100644 index f060c24..0000000 --- a/.changeset/olive-coats-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstools/radash': minor ---- - -move to @xstools/radash diff --git a/packages/radash/CHANGELOG.md b/packages/radash/CHANGELOG.md new file mode 100644 index 0000000..b2ed02c --- /dev/null +++ b/packages/radash/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xstools/radash + +## 0.2.0 + +### Minor Changes + +- [`9c3c4c4`](https://github.com/bingtsingw/xstools-open/commit/9c3c4c4bae9be4b6612433961edd9426ce504ba1) Thanks [@bingtsingw](https://github.com/bingtsingw)! - move to @xstools/radash diff --git a/packages/radash/package.json b/packages/radash/package.json index 2a5aa6c..66e8761 100644 --- a/packages/radash/package.json +++ b/packages/radash/package.json @@ -1,6 +1,6 @@ { "name": "@xstools/radash", - "version": "0.1.1", + "version": "0.2.0", "description": "Personal fork of original rayepps/radash", "repository": { "type": "git", diff --git a/packages/utility/CHANGELOG.md b/packages/utility/CHANGELOG.md index dd1ab83..ec8642c 100644 --- a/packages/utility/CHANGELOG.md +++ b/packages/utility/CHANGELOG.md @@ -1,5 +1,16 @@ # @xstools/utility +## 0.15.0 + +### Minor Changes + +- [`9c3c4c4`](https://github.com/bingtsingw/xstools-open/commit/9c3c4c4bae9be4b6612433961edd9426ce504ba1) Thanks [@bingtsingw](https://github.com/bingtsingw)! - move to @xstools/radash and change radash export + +### Patch Changes + +- Updated dependencies [[`9c3c4c4`](https://github.com/bingtsingw/xstools-open/commit/9c3c4c4bae9be4b6612433961edd9426ce504ba1)]: + - @xstools/radash@0.2.0 + ## 0.14.0 ### Minor Changes @@ -8,281 +19,239 @@ ## [0.13.0](https://github.com/bingtsingw/xstools/compare/0.12.3...0.13.0) (2024-04-06) - ### Features -* move lodash to @bingtsingw/radash ([d1c6f61](https://github.com/bingtsingw/xstools/commit/d1c6f61db24044854fc15ce1aefc891b642f0528)) - +- move lodash to @bingtsingw/radash ([d1c6f61](https://github.com/bingtsingw/xstools/commit/d1c6f61db24044854fc15ce1aefc891b642f0528)) ### Bug Fixes -* lint error ([7ccbd28](https://github.com/bingtsingw/xstools/commit/7ccbd28de8a7f40aea47c183455e5d6dc9fc4772)) - +- lint error ([7ccbd28](https://github.com/bingtsingw/xstools/commit/7ccbd28de8a7f40aea47c183455e5d6dc9fc4772)) ### Chores -* add xstools-dev ([542a251](https://github.com/bingtsingw/xstools/commit/542a251a9d4711f41d60de5c220d6833c188fb00)) -* change module type && add return types ([6d78dbe](https://github.com/bingtsingw/xstools/commit/6d78dbeb890b45871e961b83abeefa5703749799)) -* update husky config ([5ded317](https://github.com/bingtsingw/xstools/commit/5ded317655af40b5aa3c90b6824d0653f1f0085c)) -* upgrade deps ([6351b6b](https://github.com/bingtsingw/xstools/commit/6351b6b2194493d757fbe4c152f835de5857dd9d)) +- add xstools-dev ([542a251](https://github.com/bingtsingw/xstools/commit/542a251a9d4711f41d60de5c220d6833c188fb00)) +- change module type && add return types ([6d78dbe](https://github.com/bingtsingw/xstools/commit/6d78dbeb890b45871e961b83abeefa5703749799)) +- update husky config ([5ded317](https://github.com/bingtsingw/xstools/commit/5ded317655af40b5aa3c90b6824d0653f1f0085c)) +- upgrade deps ([6351b6b](https://github.com/bingtsingw/xstools/commit/6351b6b2194493d757fbe4c152f835de5857dd9d)) ## [0.12.3](https://github.com/bingtsingw/xstools/compare/0.12.2...0.12.3) (2024-03-31) - ### Bug Fixes -* skip private property in dts ([ef2fbd7](https://github.com/bingtsingw/xstools/commit/ef2fbd7360700308ef9314630417b556adf97da1)) +- skip private property in dts ([ef2fbd7](https://github.com/bingtsingw/xstools/commit/ef2fbd7360700308ef9314630417b556adf97da1)) ## [0.12.2](https://github.com/bingtsingw/xstools/compare/0.12.1...0.12.2) (2024-03-02) - ### Chores -* rename functions and export types from d.ts ([b74732b](https://github.com/bingtsingw/xstools/commit/b74732b95ad33d00bc1740ba887cd527f81e8c42)) +- rename functions and export types from d.ts ([b74732b](https://github.com/bingtsingw/xstools/commit/b74732b95ad33d00bc1740ba887cd527f81e8c42)) ## [0.12.1](https://github.com/bingtsingw/xstools/compare/0.12.0...0.12.1) (2024-02-05) - ### Bug Fixes -* forget export ([76c59e0](https://github.com/bingtsingw/xstools/commit/76c59e052e0995d9607af32cfe70dea034df8918)) +- forget export ([76c59e0](https://github.com/bingtsingw/xstools/commit/76c59e052e0995d9607af32cfe70dea034df8918)) ## [0.12.0](https://github.com/bingtsingw/xstools/compare/0.11.2...0.12.0) (2024-02-05) - ### Features -* add getDistance ([08ac433](https://github.com/bingtsingw/xstools/commit/08ac433d3999106b4bc0cb37c3da734bb47c53d0)) - +- add getDistance ([08ac433](https://github.com/bingtsingw/xstools/commit/08ac433d3999106b4bc0cb37c3da734bb47c53d0)) ### Code Refactoring -* move lang to misc ([721c0a0](https://github.com/bingtsingw/xstools/commit/721c0a0bf24e96e8cf63db5ae041fc28ddc46d95)) +- move lang to misc ([721c0a0](https://github.com/bingtsingw/xstools/commit/721c0a0bf24e96e8cf63db5ae041fc28ddc46d95)) ## [0.11.2](https://github.com/bingtsingw/xstools/compare/0.11.1...0.11.2) (2023-12-30) - ### Chores -* update release-it hooks ([a6d4703](https://github.com/bingtsingw/xstools/commit/a6d47036333c8bfbade6e91bca305ace3b35182f)) +- update release-it hooks ([a6d4703](https://github.com/bingtsingw/xstools/commit/a6d47036333c8bfbade6e91bca305ace3b35182f)) ## [0.11.1](https://github.com/bingtsingw/xstools/compare/0.11.0...0.11.1) (2023-12-30) - ### Chores -* add release-it hooks ([f32c6f1](https://github.com/bingtsingw/xstools/commit/f32c6f117b0a430fbae9d122e1038d615cf9ea65)) +- add release-it hooks ([f32c6f1](https://github.com/bingtsingw/xstools/commit/f32c6f117b0a430fbae9d122e1038d615cf9ea65)) ## [0.11.0](https://github.com/bingtsingw/xstools/compare/0.10.1...0.11.0) (2023-12-30) - ### Features -* add format/starlize and format test ([e3853ce](https://github.com/bingtsingw/xstools/commit/e3853ce4d8e6beaea9dab65f615505f4a3d75293)) - +- add format/starlize and format test ([e3853ce](https://github.com/bingtsingw/xstools/commit/e3853ce4d8e6beaea9dab65f615505f4a3d75293)) ### Chores -* replace bun-types with @types/bun ([d3aa1ba](https://github.com/bingtsingw/xstools/commit/d3aa1ba4f4e14d28ddc233486d5e766521c8f379)) -* upgrade deps ([484bf7d](https://github.com/bingtsingw/xstools/commit/484bf7d59064b8687043f083b71b8723df9029e3)) +- replace bun-types with @types/bun ([d3aa1ba](https://github.com/bingtsingw/xstools/commit/d3aa1ba4f4e14d28ddc233486d5e766521c8f379)) +- upgrade deps ([484bf7d](https://github.com/bingtsingw/xstools/commit/484bf7d59064b8687043f083b71b8723df9029e3)) ## [0.10.1](https://github.com/bingtsingw/xstools/compare/0.10.0...0.10.1) (2023-12-02) - ### Code Refactoring -* migrate dayjs to date-fns ([b640bbd](https://github.com/bingtsingw/xstools/commit/b640bbd260e46183bdb14a3ff839e9a0eaff36af)) +- migrate dayjs to date-fns ([b640bbd](https://github.com/bingtsingw/xstools/commit/b640bbd260e46183bdb14a3ff839e9a0eaff36af)) ## [0.10.0](https://github.com/bingtsingw/xstools/compare/0.9.0...0.10.0) (2023-12-02) - ### Features -* add fns-tz ([9951b3b](https://github.com/bingtsingw/xstools/commit/9951b3b38d55c55782cf6e673b53d6bf62283e5e)) - +- add fns-tz ([9951b3b](https://github.com/bingtsingw/xstools/commit/9951b3b38d55c55782cf6e673b53d6bf62283e5e)) ### Documentation -* add readme ([6fa6608](https://github.com/bingtsingw/xstools/commit/6fa66084b83c4fe3c548eb837c06e60490b92251)) - +- add readme ([6fa6608](https://github.com/bingtsingw/xstools/commit/6fa66084b83c4fe3c548eb837c06e60490b92251)) ### Chores -* update package.json ([be5c2b0](https://github.com/bingtsingw/xstools/commit/be5c2b0ef008dfbc043372bdfd86c2b90272f930)) -* upgrade deps ([b524097](https://github.com/bingtsingw/xstools/commit/b524097d83c76f784c64b740fd972180fb8cecf1)) +- update package.json ([be5c2b0](https://github.com/bingtsingw/xstools/commit/be5c2b0ef008dfbc043372bdfd86c2b90272f930)) +- upgrade deps ([b524097](https://github.com/bingtsingw/xstools/commit/b524097d83c76f784c64b740fd972180fb8cecf1)) ## [0.9.0](https://github.com/bingtsingw/xstools/compare/0.8.0...0.9.0) (2023-10-06) - ### Features -* add datetime.cnWeekDay and refactor module name ([cd0af6c](https://github.com/bingtsingw/xstools/commit/cd0af6c5a4d18f1a26db627a80a7ef1799f2e265)) - +- add datetime.cnWeekDay and refactor module name ([cd0af6c](https://github.com/bingtsingw/xstools/commit/cd0af6c5a4d18f1a26db627a80a7ef1799f2e265)) ### Tests -* add overlap.spec ([539bc5a](https://github.com/bingtsingw/xstools/commit/539bc5af93d0f35449d7d7f2dfc66d9e8832541a)) +- add overlap.spec ([539bc5a](https://github.com/bingtsingw/xstools/commit/539bc5af93d0f35449d7d7f2dfc66d9e8832541a)) ## [0.8.0](https://github.com/bingtsingw/xstools/compare/0.7.1...0.8.0) (2023-09-23) - ### Features -* add lang.stringify function ([99189fe](https://github.com/bingtsingw/xstools/commit/99189fed00ebd32861b716a4fc743374c3478826)) - +- add lang.stringify function ([99189fe](https://github.com/bingtsingw/xstools/commit/99189fed00ebd32861b716a4fc743374c3478826)) ### Chores -* bun support ([f8652b8](https://github.com/bingtsingw/xstools/commit/f8652b831cf7a428329bd37bafb7e39e733befb7)) +- bun support ([f8652b8](https://github.com/bingtsingw/xstools/commit/f8652b831cf7a428329bd37bafb7e39e733befb7)) ## [0.7.1](https://github.com/bingtsingw/xstools/compare/0.7.0...0.7.1) (2023-08-30) - ### Bug Fixes -* update format.currency ([fee1f26](https://github.com/bingtsingw/xstools/commit/fee1f26a60d7ee5499a9c141b2b8566dddde65c6)) +- update format.currency ([fee1f26](https://github.com/bingtsingw/xstools/commit/fee1f26a60d7ee5499a9c141b2b8566dddde65c6)) ## [0.7.0](https://github.com/bingtsingw/xstools/compare/0.6.0...0.7.0) (2023-08-24) - ### Features -* add format.currency function ([4d87324](https://github.com/bingtsingw/xstools/commit/4d87324f8f1123bf3ce5b0a498f1366515498996)) +- add format.currency function ([4d87324](https://github.com/bingtsingw/xstools/commit/4d87324f8f1123bf3ce5b0a498f1366515498996)) ## [0.6.0](https://github.com/bingtsingw/xstools/compare/0.5.2...0.6.0) (2023-07-24) - ### Features -* add datetime util ([1a68f8c](https://github.com/bingtsingw/xstools/commit/1a68f8c579245a27af91fd610d700f6da4178fbe)) +- add datetime util ([1a68f8c](https://github.com/bingtsingw/xstools/commit/1a68f8c579245a27af91fd610d700f6da4178fbe)) ## [0.5.2](https://github.com/bingtsingw/xstools/compare/0.5.1...0.5.2) (2023-07-18) - ### Bug Fixes -* remove captureStackTrace ([aa95024](https://github.com/bingtsingw/xstools/commit/aa950244d800ab7a55e27eca7bf9db56221edc0b)) +- remove captureStackTrace ([aa95024](https://github.com/bingtsingw/xstools/commit/aa950244d800ab7a55e27eca7bf9db56221edc0b)) ## [0.5.1](https://github.com/bingtsingw/xstools/compare/0.5.0...0.5.1) (2023-07-18) - ### Chores -* update scripts ([43f5375](https://github.com/bingtsingw/xstools/commit/43f5375ceef2274d9bfa61629df5bc6ca78c48b4)) +- update scripts ([43f5375](https://github.com/bingtsingw/xstools/commit/43f5375ceef2274d9bfa61629df5bc6ca78c48b4)) ## [0.5.0](https://github.com/bingtsingw/xstools/compare/0.4.2...0.5.0) (2023-07-18) - ### Features -* add util sleep function ([e56edb3](https://github.com/bingtsingw/xstools/commit/e56edb3297af8d22854d4a22b36056f469286442)) +- add util sleep function ([e56edb3](https://github.com/bingtsingw/xstools/commit/e56edb3297af8d22854d4a22b36056f469286442)) ## [0.4.2](https://github.com/bingtsingw/xstools/compare/0.4.1...0.4.2) (2023-07-18) - ### Bug Fixes -* guard Error.captureStackTrace ([34a6d4a](https://github.com/bingtsingw/xstools/commit/34a6d4a6ba00416be5a325f41b5e68bad7a86221)) +- guard Error.captureStackTrace ([34a6d4a](https://github.com/bingtsingw/xstools/commit/34a6d4a6ba00416be5a325f41b5e68bad7a86221)) ## [0.4.1](https://github.com/bingtsingw/xstools/compare/0.4.0...0.4.1) (2023-07-06) - ### Bug Fixes -* exceptions support null message ([31f101b](https://github.com/bingtsingw/xstools/commit/31f101b0f273ae9dfd438ebe9ba3cda4060637eb)) +- exceptions support null message ([31f101b](https://github.com/bingtsingw/xstools/commit/31f101b0f273ae9dfd438ebe9ba3cda4060637eb)) ## [0.4.0](https://github.com/bingtsingw/xstools/compare/0.3.3...0.4.0) (2023-07-02) - ### Features -* add exception code ([9acfbca](https://github.com/bingtsingw/xstools/commit/9acfbca91e5d95fdab08292019ca12d2b2786a0d)) +- add exception code ([9acfbca](https://github.com/bingtsingw/xstools/commit/9acfbca91e5d95fdab08292019ca12d2b2786a0d)) ## [0.3.3](https://github.com/bingtsingw/xstools/compare/0.3.2...0.3.3) (2023-06-30) - ### Bug Fixes -* exception accept optional messages ([ca995f4](https://github.com/bingtsingw/xstools/commit/ca995f42d2a4c90f17451a2a5825c74e66fccb3e)) +- exception accept optional messages ([ca995f4](https://github.com/bingtsingw/xstools/commit/ca995f42d2a4c90f17451a2a5825c74e66fccb3e)) ## [0.3.2](https://github.com/bingtsingw/xstools/compare/0.3.1...0.3.2) (2023-06-30) - ### Bug Fixes -* update exception signature ([e5014cc](https://github.com/bingtsingw/xstools/commit/e5014cc8df013a6732ffacae58bebd9fc56fde4f)) +- update exception signature ([e5014cc](https://github.com/bingtsingw/xstools/commit/e5014cc8df013a6732ffacae58bebd9fc56fde4f)) ## [0.3.1](https://github.com/bingtsingw/xstools/compare/0.3.0...0.3.1) (2023-06-28) - ### Bug Fixes -* declared but never read ([92e4a9f](https://github.com/bingtsingw/xstools/commit/92e4a9fd106da7b951fff2e9428c745f0b7d49c5)) +- declared but never read ([92e4a9f](https://github.com/bingtsingw/xstools/commit/92e4a9fd106da7b951fff2e9428c745f0b7d49c5)) ## [0.3.0](https://github.com/bingtsingw/xstools/compare/0.2.3...0.3.0) (2023-06-28) - ### Features -* update exceptions ([4f250da](https://github.com/bingtsingw/xstools/commit/4f250dae0766749afe912d8c7036736a3be61d61)) +- update exceptions ([4f250da](https://github.com/bingtsingw/xstools/commit/4f250dae0766749afe912d8c7036736a3be61d61)) ## [0.2.3](https://github.com/bingtsingw/xstools/compare/0.2.1...0.2.3) (2023-06-21) - ### Build System -* default to cjs ([695fa62](https://github.com/bingtsingw/xstools/commit/695fa6243bc23b81f9e650c68dd7d7f5e5e114a3)) +- default to cjs ([695fa62](https://github.com/bingtsingw/xstools/commit/695fa6243bc23b81f9e650c68dd7d7f5e5e114a3)) ## [0.2.1](https://github.com/bingtsingw/xstools/compare/0.2.0...0.2.1) (2023-06-20) - ### Bug Fixes -* export exception.BaseException ([03164b7](https://github.com/bingtsingw/xstools/commit/03164b7a4fc6665343dd6733419f505a004106b1)) +- export exception.BaseException ([03164b7](https://github.com/bingtsingw/xstools/commit/03164b7a4fc6665343dd6733419f505a004106b1)) ## [0.2.0](https://github.com/bingtsingw/xstools/compare/0.1.4...0.2.0) (2023-06-20) - ### Features -* add exceptions ([efbf071](https://github.com/bingtsingw/xstools/commit/efbf071b7739a7cb1a472d7f2550037f5c8bdc70)) +- add exceptions ([efbf071](https://github.com/bingtsingw/xstools/commit/efbf071b7739a7cb1a472d7f2550037f5c8bdc70)) ## [0.1.4](https://github.com/bingtsingw/xstools/compare/0.1.3...0.1.4) (2023-06-19) - ### Build System -* add types field ([7939e8f](https://github.com/bingtsingw/xstools/commit/7939e8fc86f39f762b52c7d0148a56dd49db61c2)) +- add types field ([7939e8f](https://github.com/bingtsingw/xstools/commit/7939e8fc86f39f762b52c7d0148a56dd49db61c2)) ## [0.1.3](https://github.com/bingtsingw/xstools/compare/0.1.1...0.1.3) (2023-06-19) - ### Build System -* optimize release process ([ff2fc77](https://github.com/bingtsingw/xstools/commit/ff2fc77baa8ebb71504ea3c16240769df6d7862d)) -* update publish related config ([24fc6ef](https://github.com/bingtsingw/xstools/commit/24fc6ef222ef0f9f5795c25cd007fab99d162773)) +- optimize release process ([ff2fc77](https://github.com/bingtsingw/xstools/commit/ff2fc77baa8ebb71504ea3c16240769df6d7862d)) +- update publish related config ([24fc6ef](https://github.com/bingtsingw/xstools/commit/24fc6ef222ef0f9f5795c25cd007fab99d162773)) ## [0.1.1](https://github.com/bingtsingw/xstools/compare/0.1.0...0.1.1) (2023-06-19) - ### Chores -* update npmrc ([ce61726](https://github.com/bingtsingw/xstools/commit/ce61726ef03c6556034ef8a38a112a018bf48caa)) - +- update npmrc ([ce61726](https://github.com/bingtsingw/xstools/commit/ce61726ef03c6556034ef8a38a112a018bf48caa)) ### Build System -* add module type and exports ([c51eb30](https://github.com/bingtsingw/xstools/commit/c51eb30a75d9aed4b507b160455a4f35b29a6f1d)) +- add module type and exports ([c51eb30](https://github.com/bingtsingw/xstools/commit/c51eb30a75d9aed4b507b160455a4f35b29a6f1d)) ## 0.1.0 (2023-06-19) - ### Features -* init ([2a5ef31](https://github.com/bingtsingw/xstools/commit/2a5ef31580f2d0bc457f27db0c1c8d1a6196cc63)) -* migrate utils ([2c0b83c](https://github.com/bingtsingw/xstools/commit/2c0b83c16d726308ee8a09263926a6ce2f542a7a)) - +- init ([2a5ef31](https://github.com/bingtsingw/xstools/commit/2a5ef31580f2d0bc457f27db0c1c8d1a6196cc63)) +- migrate utils ([2c0b83c](https://github.com/bingtsingw/xstools/commit/2c0b83c16d726308ee8a09263926a6ce2f542a7a)) ### Chores -* add release test build support ([aa3c30f](https://github.com/bingtsingw/xstools/commit/aa3c30fa7c7bcec00a280f5236907a9f85af64a9)) +- add release test build support ([aa3c30f](https://github.com/bingtsingw/xstools/commit/aa3c30fa7c7bcec00a280f5236907a9f85af64a9)) diff --git a/packages/utility/package.json b/packages/utility/package.json index dfa4a01..9b689cc 100644 --- a/packages/utility/package.json +++ b/packages/utility/package.json @@ -1,6 +1,6 @@ { "name": "@xstools/utility", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/bingtsingw/xstools-open"