diff --git a/.changeset/twenty-dragons-grin.md b/.changeset/twenty-dragons-grin.md deleted file mode 100644 index ff976b5..0000000 --- a/.changeset/twenty-dragons-grin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@alanlu-dev/markdownlint-config": patch -"@alanlu-dev/prettier-config": patch -"@alanlu-dev/eslint-config": patch ---- - -add changeset package to manage versioning and changelogs diff --git a/packages/linters/eslint-config/CHANGELOG.md b/packages/linters/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..f36d0da --- /dev/null +++ b/packages/linters/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @alanlu-dev/eslint-config + +## 0.0.1 + +### Patch Changes + +- [#1](https://github.com/alanlu-dev/web-kit/pull/1) [`d67ee11`](https://github.com/alanlu-dev/web-kit/commit/d67ee119fc1d5118194fca5354bd148a060e96e6) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - add changeset package to manage versioning and changelogs diff --git a/packages/linters/eslint-config/package.json b/packages/linters/eslint-config/package.json index 820a3ee..31173c3 100644 --- a/packages/linters/eslint-config/package.json +++ b/packages/linters/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alanlu-dev/eslint-config", - "version": "0.0.0", + "version": "0.0.1", "description": "ESLint configuration", "author": "Alan Lu (https://github.com/alanlu-zyl)", "license": "MIT", diff --git a/packages/linters/markdownlint-config/CHANGELOG.md b/packages/linters/markdownlint-config/CHANGELOG.md new file mode 100644 index 0000000..da6f1da --- /dev/null +++ b/packages/linters/markdownlint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @alanlu-dev/markdownlint-config + +## 0.0.1 + +### Patch Changes + +- [#1](https://github.com/alanlu-dev/web-kit/pull/1) [`d67ee11`](https://github.com/alanlu-dev/web-kit/commit/d67ee119fc1d5118194fca5354bd148a060e96e6) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - add changeset package to manage versioning and changelogs diff --git a/packages/linters/markdownlint-config/package.json b/packages/linters/markdownlint-config/package.json index 0ca84e1..87c9551 100644 --- a/packages/linters/markdownlint-config/package.json +++ b/packages/linters/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alanlu-dev/markdownlint-config", - "version": "0.0.0", + "version": "0.0.1", "description": "Markdownlint configuration", "author": "Alan Lu (https://github.com/alanlu-zyl)", "license": "MIT", diff --git a/packages/linters/prettier-config/CHANGELOG.md b/packages/linters/prettier-config/CHANGELOG.md new file mode 100644 index 0000000..ea6c356 --- /dev/null +++ b/packages/linters/prettier-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @alanlu-dev/prettier-config + +## 0.0.1 + +### Patch Changes + +- [#1](https://github.com/alanlu-dev/web-kit/pull/1) [`d67ee11`](https://github.com/alanlu-dev/web-kit/commit/d67ee119fc1d5118194fca5354bd148a060e96e6) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - add changeset package to manage versioning and changelogs diff --git a/packages/linters/prettier-config/package.json b/packages/linters/prettier-config/package.json index e619c9d..0739678 100644 --- a/packages/linters/prettier-config/package.json +++ b/packages/linters/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@alanlu-dev/prettier-config", - "version": "0.0.0", + "version": "0.0.1", "description": "Prettier configuration", "author": "Alan Lu (https://github.com/alanlu-zyl)", "license": "MIT",