From 71502b36a5e9cd50e42159532a20fdaaa1dee2b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 05:54:28 +0000 Subject: [PATCH] chore(release): bump version and deploy packages (#37) 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/check-package-manager@1.0.0 ### Major Changes - [#48](https://github.com/mheob/config/pull/48) [`6adc64c`](https://github.com/mheob/config/commit/6adc64c68a27ff3ddca90a4b3374724c90960e7e) Thanks [@mheob](https://github.com/mheob)! - Initial release of the `check-package-manager` package ## @mheob/prettier-config@2.0.0 ### Major Changes - [#42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation ### Minor Changes - [#52](https://github.com/mheob/config/pull/52) [`8bc72cd`](https://github.com/mheob/config/commit/8bc72cd4844ce2e7bb224a00dbaf7117efd81269) Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files ### Patch Changes - [#46](https://github.com/mheob/config/pull/46) [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](https://github.com/mheob/config/pull/36) [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## @mheob/tsconfig@1.0.0 ### Major Changes - [#43](https://github.com/mheob/config/pull/43) [`c4e3768`](https://github.com/mheob/config/commit/c4e3768035f4b37d3e5f88115c66de25b41d335a) Thanks [@mheob](https://github.com/mheob)! - Initial Release ## @mheob/eslint-config@2.1.1 ### Patch Changes - [#49](https://github.com/mheob/config/pull/49) [`348d277`](https://github.com/mheob/config/commit/348d27713aab3a4927447f9870075cb2ace4275e) Thanks [@mheob](https://github.com/mheob)! - Update dependencies - [#46](https://github.com/mheob/config/pull/46) [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](https://github.com/mheob/config/pull/36) [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) Thanks [@mheob](https://github.com/mheob)! - Update dependencies --- .changeset/beige-lies-teach.md | 5 ---- .changeset/beige-mirrors-push.md | 2 -- .changeset/eight-panthers-behave.md | 2 -- .changeset/friendly-ads-travel.md | 5 ---- .changeset/hungry-cups-relate.md | 6 ----- .changeset/lemon-cheetahs-look.md | 6 ----- .changeset/light-llamas-smile.md | 5 ---- .changeset/lucky-months-protect.md | 6 ----- .changeset/pink-forks-turn.md | 2 -- .changeset/plenty-bugs-sit.md | 5 ---- .changeset/selfish-ears-flow.md | 5 ---- .changeset/stupid-mice-trade.md | 5 ---- .changeset/wise-ghosts-attack.md | 2 -- packages/check-package-manager/CHANGELOG.md | 10 +++++++ packages/check-package-manager/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 21 +++++++++++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 29 +++++++++++++++++++++ packages/prettier-config/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 9 +++++++ packages/tsconfig/package.json | 2 +- 21 files changed, 73 insertions(+), 60 deletions(-) delete mode 100644 .changeset/beige-lies-teach.md delete mode 100644 .changeset/beige-mirrors-push.md delete mode 100644 .changeset/eight-panthers-behave.md delete mode 100644 .changeset/friendly-ads-travel.md delete mode 100644 .changeset/hungry-cups-relate.md delete mode 100644 .changeset/lemon-cheetahs-look.md delete mode 100644 .changeset/light-llamas-smile.md delete mode 100644 .changeset/lucky-months-protect.md delete mode 100644 .changeset/pink-forks-turn.md delete mode 100644 .changeset/plenty-bugs-sit.md delete mode 100644 .changeset/selfish-ears-flow.md delete mode 100644 .changeset/stupid-mice-trade.md delete mode 100644 .changeset/wise-ghosts-attack.md create mode 100644 packages/check-package-manager/CHANGELOG.md create mode 100644 packages/tsconfig/CHANGELOG.md diff --git a/.changeset/beige-lies-teach.md b/.changeset/beige-lies-teach.md deleted file mode 100644 index 986be0f..0000000 --- a/.changeset/beige-lies-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -Update dependencies diff --git a/.changeset/beige-mirrors-push.md b/.changeset/beige-mirrors-push.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/beige-mirrors-push.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/eight-panthers-behave.md b/.changeset/eight-panthers-behave.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/eight-panthers-behave.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/friendly-ads-travel.md b/.changeset/friendly-ads-travel.md deleted file mode 100644 index f934de6..0000000 --- a/.changeset/friendly-ads-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -chore(ci): fix "Author identity unknown" error diff --git a/.changeset/hungry-cups-relate.md b/.changeset/hungry-cups-relate.md deleted file mode 100644 index 11b8472..0000000 --- a/.changeset/hungry-cups-relate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@mheob/eslint-config': patch -'@mheob/prettier-config': patch ---- - -Switch to typescript as source files diff --git a/.changeset/lemon-cheetahs-look.md b/.changeset/lemon-cheetahs-look.md deleted file mode 100644 index 1939f9f..0000000 --- a/.changeset/lemon-cheetahs-look.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@mheob/eslint-config': patch -'@mheob/prettier-config': patch ---- - -Format all files to the new tabs instead of spaces behaviour diff --git a/.changeset/light-llamas-smile.md b/.changeset/light-llamas-smile.md deleted file mode 100644 index 90445ed..0000000 --- a/.changeset/light-llamas-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/prettier-config': major ---- - -Switch from spaces to tabs as indentation diff --git a/.changeset/lucky-months-protect.md b/.changeset/lucky-months-protect.md deleted file mode 100644 index 3e66e36..0000000 --- a/.changeset/lucky-months-protect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@mheob/eslint-config': patch -'@mheob/prettier-config': patch ---- - -Update dependencies diff --git a/.changeset/pink-forks-turn.md b/.changeset/pink-forks-turn.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/pink-forks-turn.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/plenty-bugs-sit.md b/.changeset/plenty-bugs-sit.md deleted file mode 100644 index 530b2e2..0000000 --- a/.changeset/plenty-bugs-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/check-package-manager': major ---- - -Initial release of the `check-package-manager` package diff --git a/.changeset/selfish-ears-flow.md b/.changeset/selfish-ears-flow.md deleted file mode 100644 index 0ee6e28..0000000 --- a/.changeset/selfish-ears-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/tsconfig': major ---- - -Initial Release diff --git a/.changeset/stupid-mice-trade.md b/.changeset/stupid-mice-trade.md deleted file mode 100644 index 650914a..0000000 --- a/.changeset/stupid-mice-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/prettier-config': minor ---- - -Use spaces instead of tabs in yaml files diff --git a/.changeset/wise-ghosts-attack.md b/.changeset/wise-ghosts-attack.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/wise-ghosts-attack.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/check-package-manager/CHANGELOG.md b/packages/check-package-manager/CHANGELOG.md new file mode 100644 index 0000000..bb08a75 --- /dev/null +++ b/packages/check-package-manager/CHANGELOG.md @@ -0,0 +1,10 @@ +# @mheob/check-package-manager + +## 1.0.0 + +### Major Changes + +- [#48](https://github.com/mheob/config/pull/48) + [`6adc64c`](https://github.com/mheob/config/commit/6adc64c68a27ff3ddca90a4b3374724c90960e7e) + Thanks [@mheob](https://github.com/mheob)! - Initial release of the `check-package-manager` + package diff --git a/packages/check-package-manager/package.json b/packages/check-package-manager/package.json index e0d51f8..6673769 100644 --- a/packages/check-package-manager/package.json +++ b/packages/check-package-manager/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/check-package-manager", - "version": "0.0.0", + "version": "1.0.0", "description": "A simple check of the usage of the correct package manager.", "keywords": [ "package-manager", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 12f1080..c1e62c7 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,26 @@ # @mheob/eslint-config +## 2.1.1 + +### Patch Changes + +- [#49](https://github.com/mheob/config/pull/49) + [`348d277`](https://github.com/mheob/config/commit/348d27713aab3a4927447f9870075cb2ace4275e) + Thanks [@mheob](https://github.com/mheob)! - Update dependencies + +- [#46](https://github.com/mheob/config/pull/46) + [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) + Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files + +- [#42](https://github.com/mheob/config/pull/42) + [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) + Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces + behaviour + +- [#36](https://github.com/mheob/config/pull/36) + [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) + Thanks [@mheob](https://github.com/mheob)! - Update dependencies + ## 2.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 724b950..06456b6 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "2.1.0", + "version": "2.1.1", "description": "My personal configuration for eslint.", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index e9b5d32..5d4c478 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,34 @@ # @mheob/prettier-config +## 2.0.0 + +### Major Changes + +- [#42](https://github.com/mheob/config/pull/42) + [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) + Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation + +### Minor Changes + +- [#52](https://github.com/mheob/config/pull/52) + [`8bc72cd`](https://github.com/mheob/config/commit/8bc72cd4844ce2e7bb224a00dbaf7117efd81269) + Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files + +### Patch Changes + +- [#46](https://github.com/mheob/config/pull/46) + [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) + Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files + +- [#42](https://github.com/mheob/config/pull/42) + [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) + Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces + behaviour + +- [#36](https://github.com/mheob/config/pull/36) + [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) + Thanks [@mheob](https://github.com/mheob)! - Update dependencies + ## 1.4.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 1058803..7c7a03f 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "1.4.0", + "version": "2.0.0", "description": "My personal configuration for prettier.", "keywords": [ "prettier", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md new file mode 100644 index 0000000..566d0c3 --- /dev/null +++ b/packages/tsconfig/CHANGELOG.md @@ -0,0 +1,9 @@ +# @mheob/tsconfig + +## 1.0.0 + +### Major Changes + +- [#43](https://github.com/mheob/config/pull/43) + [`c4e3768`](https://github.com/mheob/config/commit/c4e3768035f4b37d3e5f88115c66de25b41d335a) + Thanks [@mheob](https://github.com/mheob)! - Initial Release diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 65c8300..0a7a9c4 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/tsconfig", - "version": "0.0.0", + "version": "1.0.0", "description": "My personal configurations for typescript.", "keywords": [ "tsconfig",