From b561a989a56132f9b1a6f41e651ea0b29cbdb160 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Dec 2024 22:19:14 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/four-pigs-float.md | 5 ----- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-pigs-float.md diff --git a/.changeset/four-pigs-float.md b/.changeset/four-pigs-float.md deleted file mode 100644 index 5fc3c31a..00000000 --- a/.changeset/four-pigs-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -export `Configs` to fix TS2742 error diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 9390d85f..d7da603b 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @tszhong0411/eslint-config +## 0.1.15 + +### Patch Changes + +- [`421bb8a`](https://github.com/tszhong0411/honghong.me/commit/421bb8a05db2b3fbd0722bdf774b66f70d61bbb7) Thanks [@tszhong0411](https://github.com/tszhong0411)! - export `Configs` to fix TS2742 error + ## 0.1.14 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 80d0e811..f539eecf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/eslint-config", - "version": "0.1.14", + "version": "0.1.15", "description": "The eslint config for tszhong0411's projects", "license": "GPL-3.0", "author": "tszhong0411 (https://github.com/tszhong0411/)",