From 3e3bcab02bd84b14f32e220d0cebfef513f4d4f0 Mon Sep 17 00:00:00 2001 From: "zgeoff-tools-release-bot[bot]" <299761491+zgeoff-tools-release-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:24:51 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 4 ++-- packages/format-codemod/CHANGELOG.md | 7 +++++++ packages/format-codemod/package.json | 2 +- packages/oxlint-config/CHANGELOG.md | 7 +++++++ packages/oxlint-config/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d971f1..0690efe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/bun-test-extended": "0.0.3", - "packages/format-codemod": "0.0.6", - "packages/oxlint-config": "0.0.4" + "packages/format-codemod": "0.0.7", + "packages/oxlint-config": "0.0.5" } diff --git a/packages/format-codemod/CHANGELOG.md b/packages/format-codemod/CHANGELOG.md index 1a14f83..215e395 100644 --- a/packages/format-codemod/CHANGELOG.md +++ b/packages/format-codemod/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.6...@zgeoff/format-codemod@0.0.7) (2026-07-15) + + +### Features + +* **oxlint-config:** add function-verb rule enforcing the naming taxonomy ([#70](https://github.com/zgeoff/tools/issues/70)) ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) + ## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.5...@zgeoff/format-codemod@0.0.6) (2026-07-09) ### Features diff --git a/packages/format-codemod/package.json b/packages/format-codemod/package.json index c0b0bf5..86f9dd6 100644 --- a/packages/format-codemod/package.json +++ b/packages/format-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@zgeoff/format-codemod", - "version": "0.0.6", + "version": "0.0.7", "description": "Enforce blank-line padding conventions in TypeScript via a fast text-splice codemod", "license": "MIT", "repository": { diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index 3b0f3fe..ed7fcb1 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.4...@zgeoff/oxlint-config@0.0.5) (2026-07-15) + + +### Features + +* **oxlint-config:** add function-verb rule enforcing the naming taxonomy ([#70](https://github.com/zgeoff/tools/issues/70)) ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) + ## [0.0.4](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.3...@zgeoff/oxlint-config@0.0.4) (2026-07-10) ### Features diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index 87892e2..b23a4e0 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@zgeoff/oxlint-config", - "version": "0.0.4", + "version": "0.0.5", "description": "Shareable oxlint config: strict categories, house-style rules, and a custom JS plugin", "license": "MIT", "repository": { From 37b406c89e72a233dc13c55eeb56d8693afeb4ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:24:58 +0000 Subject: [PATCH 2/2] chore: sync lockfile and format release files --- bun.lock | 4 ++-- packages/format-codemod/CHANGELOG.md | 5 +++-- packages/oxlint-config/CHANGELOG.md | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index e14ddaf..87c2790 100644 --- a/bun.lock +++ b/bun.lock @@ -31,7 +31,7 @@ }, "packages/format-codemod": { "name": "@zgeoff/format-codemod", - "version": "0.0.6", + "version": "0.0.7", "bin": { "format-codemod": "./dist/cli.js", }, @@ -45,7 +45,7 @@ }, "packages/oxlint-config": { "name": "@zgeoff/oxlint-config", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@stylistic/eslint-plugin": "catalog:", }, diff --git a/packages/format-codemod/CHANGELOG.md b/packages/format-codemod/CHANGELOG.md index 215e395..485828e 100644 --- a/packages/format-codemod/CHANGELOG.md +++ b/packages/format-codemod/CHANGELOG.md @@ -2,10 +2,11 @@ ## [0.0.7](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.6...@zgeoff/format-codemod@0.0.7) (2026-07-15) - ### Features -* **oxlint-config:** add function-verb rule enforcing the naming taxonomy ([#70](https://github.com/zgeoff/tools/issues/70)) ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) +- **oxlint-config:** add function-verb rule enforcing the naming taxonomy + ([#70](https://github.com/zgeoff/tools/issues/70)) + ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) ## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.5...@zgeoff/format-codemod@0.0.6) (2026-07-09) diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index ed7fcb1..80ad050 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -2,10 +2,11 @@ ## [0.0.5](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.4...@zgeoff/oxlint-config@0.0.5) (2026-07-15) - ### Features -* **oxlint-config:** add function-verb rule enforcing the naming taxonomy ([#70](https://github.com/zgeoff/tools/issues/70)) ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) +- **oxlint-config:** add function-verb rule enforcing the naming taxonomy + ([#70](https://github.com/zgeoff/tools/issues/70)) + ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) ## [0.0.4](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.3...@zgeoff/oxlint-config@0.0.4) (2026-07-10)