diff --git a/.changeset/republish-with-provenance.md b/.changeset/republish-with-provenance.md deleted file mode 100644 index 810c43e..0000000 --- a/.changeset/republish-with-provenance.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@kin0992/oxc-config': patch -'@kin0992/skills': patch -'@kin0992/tsconfig': patch -'@kin0992/vitest-config': patch ---- - -Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC). -No functional changes — this release attaches signed provenance attestations -that earlier versions were published without. diff --git a/packages/oxc-config/CHANGELOG.md b/packages/oxc-config/CHANGELOG.md index 7cc9be2..b824ba2 100644 --- a/packages/oxc-config/CHANGELOG.md +++ b/packages/oxc-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @kin0992/oxc-config +## 0.3.1 + +### Patch Changes + +- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC). + No functional changes — this release attaches signed provenance attestations + that earlier versions were published without. + ## 0.3.0 ### Minor Changes diff --git a/packages/oxc-config/package.json b/packages/oxc-config/package.json index dd9af6d..70dc8cc 100644 --- a/packages/oxc-config/package.json +++ b/packages/oxc-config/package.json @@ -1,6 +1,6 @@ { "name": "@kin0992/oxc-config", - "version": "0.3.0", + "version": "0.3.1", "description": "Shared OXC formatter and lint configuration.", "license": "MIT", "repository": { diff --git a/packages/skills/CHANGELOG.md b/packages/skills/CHANGELOG.md index 74ae468..b4a2aab 100644 --- a/packages/skills/CHANGELOG.md +++ b/packages/skills/CHANGELOG.md @@ -1,5 +1,13 @@ # @kin0992/skills +## 0.2.1 + +### Patch Changes + +- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC). + No functional changes — this release attaches signed provenance attestations + that earlier versions were published without. + ## 0.2.0 ### Minor Changes diff --git a/packages/skills/package.json b/packages/skills/package.json index 98e36da..f93063b 100644 --- a/packages/skills/package.json +++ b/packages/skills/package.json @@ -1,6 +1,6 @@ { "name": "@kin0992/skills", - "version": "0.2.0", + "version": "0.2.1", "description": "AI Skills bundle: commit messages and PR title/description.", "license": "MIT", "repository": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index ba68a4e..61f4d4d 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,13 @@ # @kin0992/tsconfig +## 0.1.1 + +### Patch Changes + +- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC). + No functional changes — this release attaches signed provenance attestations + that earlier versions were published without. + ## 0.1.0 ### Minor Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 90f283c..440d4e6 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@kin0992/tsconfig", - "version": "0.1.0", + "version": "0.1.1", "description": "Shared TypeScript configurations for dev-toolkit consumers.", "license": "MIT", "repository": { diff --git a/packages/vitest-config/CHANGELOG.md b/packages/vitest-config/CHANGELOG.md index 1c00202..805f17f 100644 --- a/packages/vitest-config/CHANGELOG.md +++ b/packages/vitest-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @kin0992/vitest-config +## 0.1.1 + +### Patch Changes + +- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC). + No functional changes — this release attaches signed provenance attestations + that earlier versions were published without. + ## 0.1.0 ### Minor Changes diff --git a/packages/vitest-config/package.json b/packages/vitest-config/package.json index 87717ad..8ba8eb2 100644 --- a/packages/vitest-config/package.json +++ b/packages/vitest-config/package.json @@ -1,6 +1,6 @@ { "name": "@kin0992/vitest-config", - "version": "0.1.0", + "version": "0.1.1", "description": "Shared Vitest configurations.", "license": "MIT", "repository": {