From 10cfd9131da3ed0657a708e611505bd4968d541e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:40:06 +0000 Subject: [PATCH] chore: version packages --- .changeset/central-release-contract.md | 4 ---- .changeset/portable-oxlint-safety.md | 5 ----- bun.lock | 2 +- packages/oxlint-plugin/CHANGELOG.md | 7 +++++++ packages/oxlint-plugin/package.json | 2 +- 5 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/central-release-contract.md delete mode 100644 .changeset/portable-oxlint-safety.md create mode 100644 packages/oxlint-plugin/CHANGELOG.md diff --git a/.changeset/central-release-contract.md b/.changeset/central-release-contract.md deleted file mode 100644 index 79d7fac..0000000 --- a/.changeset/central-release-contract.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Adopt the shared Changesets policy and hardened independent-package release contract. diff --git a/.changeset/portable-oxlint-safety.md b/.changeset/portable-oxlint-safety.md deleted file mode 100644 index df1d933..0000000 --- a/.changeset/portable-oxlint-safety.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stll/oxlint-plugin": minor ---- - -Publish portable Oxlint rules for unsafe casts, incomplete union-keyed records, and unsanitized DOM HTML sinks. diff --git a/bun.lock b/bun.lock index 35b5e1c..aab0203 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,7 @@ }, "packages/oxlint-plugin": { "name": "@stll/oxlint-plugin", - "version": "0.0.0", + "version": "0.1.0", "devDependencies": { "@oxlint/plugins": "1.75.0", "@stll/typescript-config": "workspace:*", diff --git a/packages/oxlint-plugin/CHANGELOG.md b/packages/oxlint-plugin/CHANGELOG.md new file mode 100644 index 0000000..b3e6ece --- /dev/null +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stll/oxlint-plugin + +## 0.1.0 + +### Minor Changes + +- [#23](https://github.com/stella/tooling/pull/23) [`1598cb2`](https://github.com/stella/tooling/commit/1598cb277a8717740a31ac38c08e255c655549a9) Thanks [@jan-kubica](https://github.com/jan-kubica)! - Publish portable Oxlint rules for unsafe casts, incomplete union-keyed records, and unsanitized DOM HTML sinks. diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 595da13..456a954 100644 --- a/packages/oxlint-plugin/package.json +++ b/packages/oxlint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@stll/oxlint-plugin", - "version": "0.0.0", + "version": "0.1.0", "description": "Portable static-safety rules for Oxlint consumers.", "license": "Apache-2.0", "repository": {