From c910e28da98baae0cf4c4d5d7a424ab7384e867a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=B6hm?= Date: Sun, 25 Aug 2024 20:59:55 +0200 Subject: [PATCH] chore(release): bump version and deploy packages (#199) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/tsconfig@2.1.1 ### Patch Changes - [#198](https://github.com/mheob/config/pull/198) ([@mheob](https://github.com/mheob)): Fix the path to the `tsconfig.json` files. --- .changeset/friendly-brooms-tell.md | 5 ----- packages/tsconfig/CHANGELOG.md | 6 ++++++ packages/tsconfig/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/friendly-brooms-tell.md diff --git a/.changeset/friendly-brooms-tell.md b/.changeset/friendly-brooms-tell.md deleted file mode 100644 index 89a6e37..0000000 --- a/.changeset/friendly-brooms-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/tsconfig': patch ---- - -Fix the path to the `tsconfig.json` files. diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index f675246..3d415bf 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/tsconfig +## 2.1.1 + +### Patch Changes + +- [#198](https://github.com/mheob/config/pull/198) ([@mheob](https://github.com/mheob)): Fix the path to the `tsconfig.json` files. + ## 2.2.0 ### Minor Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index cb7203a..43b2404 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/tsconfig", - "version": "2.1.0", + "version": "2.2.1", "description": "My personal configurations for typescript.", "keywords": [ "tsconfig",