diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 585a0c5..f3686a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/eslint-config": "0.0.3", + "packages/eslint-config": "0.0.4", "packages/perttier-config": "0.0.1", - "packages/cli": "0.0.2" + "packages/cli": "0.0.3" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index defca6b..2b7fc9d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/pleaseai/code-style/compare/code-style-v0.0.2...code-style-v0.0.3) (2026-06-01) + + +### Bug Fixes + +* pin dist output extensions so published packages resolve ([#19](https://github.com/pleaseai/code-style/issues/19)) ([116a92b](https://github.com/pleaseai/code-style/commit/116a92b960547b948e4e50c11a7b52d2b25eec83)) + ## [0.0.2](https://github.com/pleaseai/code-style/compare/code-style-v0.0.1...code-style-v0.0.2) (2026-04-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index 43157e9..a4771de 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code-style", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "description": "CLI to set up PleaseAI code style (eslint, prettier, editorconfig, AGENTS.md) in any project", "author": "PleaseAI", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c8a5cff..46cb875 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/pleaseai/code-style/compare/eslint-config-v0.0.3...eslint-config-v0.0.4) (2026-06-01) + + +### Bug Fixes + +* pin dist output extensions so published packages resolve ([#19](https://github.com/pleaseai/code-style/issues/19)) ([116a92b](https://github.com/pleaseai/code-style/commit/116a92b960547b948e4e50c11a7b52d2b25eec83)) + ## [0.0.3](https://github.com/pleaseai/code-style/compare/eslint-config-v0.0.2...eslint-config-v0.0.3) (2026-04-02) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b9f6786..cddf6b8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/eslint-config", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "ESLint config for PleaseAI projects", "exports": { ".": {