diff --git a/.changeset/chilled-comics-exist.md b/.changeset/chilled-comics-exist.md deleted file mode 100644 index cd8b868..0000000 --- a/.changeset/chilled-comics-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/prettier-config": major ---- - -**Initial release 🎉** diff --git a/.changeset/fast-seas-live.md b/.changeset/fast-seas-live.md deleted file mode 100644 index f8a1a97..0000000 --- a/.changeset/fast-seas-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": minor ---- - -Configure `unicorn/switch-case-braces` to avoid braces where possible diff --git a/.changeset/lemon-seals-drum.md b/.changeset/lemon-seals-drum.md deleted file mode 100644 index 4cf9573..0000000 --- a/.changeset/lemon-seals-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": patch ---- - -Update eslint-plugin-import-sorting to v1.1.0 diff --git a/.changeset/lemon-zebras-explain.md b/.changeset/lemon-zebras-explain.md deleted file mode 100644 index f87bede..0000000 --- a/.changeset/lemon-zebras-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": patch ---- - -Update typescript-eslint monorepo to v6.21.0 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index ece17ac..7802bb8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.8.0 + +### Minor Changes + +- Configure `unicorn/switch-case-braces` to avoid braces where possible ([#214](https://github.com/stormwarning/zazen/pull/214)) + +### Patch Changes + +- Update eslint-plugin-import-sorting to v1.1.0 ([#202](https://github.com/stormwarning/zazen/pull/202)) +- Update typescript-eslint monorepo to v6.21.0 ([#211](https://github.com/stormwarning/zazen/pull/211)) + ## 6.7.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d4ce4dc..e846ec7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@zazen/eslint-config", - "version": "6.7.0", + "version": "6.8.0", "description": "Lint JavaScript, free of weariness and confusion", "keywords": [ "eslint-config", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md new file mode 100644 index 0000000..926e321 --- /dev/null +++ b/packages/prettier-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @zazen/prettier-config + +## 1.0.0 + +### Major Changes + +- **Initial release 🎉** ([#215](https://github.com/stormwarning/zazen/pull/215)) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 659ea63..85bb1fa 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@zazen/prettier-config", - "version": "0.0.0", + "version": "1.0.0", "description": "Apply a consistent code style, free of weariness and confusion", "homepage": "https://github.com/stormwarning/zazen/blob/main/packages/prettier-config", "repository": {