From 95d46f1749b7ffd1f8afe2d4203bd0ac174901c2 Mon Sep 17 00:00:00 2001 From: Vasyl Duda Date: Fri, 11 Sep 2026 00:09:52 +0200 Subject: [PATCH] Prepare 1.0.0-rc.2 --- CHANGELOG.md | 6 +++++- README.md | 2 +- docs/versioning.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81af80..920d00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Notable changes to this project will be recorded here. The format follows ## [Unreleased] +## [1.0.0-rc.2] - 2026-09-11 + ### Fixed - Preserve keyboard focus after pagination and bulk actions without reclaiming it after the user @@ -20,6 +22,7 @@ Notable changes to this project will be recorded here. The format follows ### Added - Generated scope/token race tests, direct/indexed read comparisons, and maximum-revision regressions. +- Tests for the publishing job's archive, digest, tag, and package-metadata checks. ## [1.0.0-rc.1] - 2026-09-06 @@ -57,6 +60,7 @@ Notable changes to this project will be recorded here. The format follows - Forged runtime states, sparse ID lists, and inherited array values are rejected at input boundaries. -[Unreleased]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.1...HEAD +[Unreleased]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.2...HEAD +[1.0.0-rc.2]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.1...v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/ShieldaAI/select-all-matching/compare/v0.1.0-beta.0...v1.0.0-rc.1 [0.1.0-beta.0]: https://github.com/ShieldaAI/select-all-matching/releases/tag/v0.1.0-beta.0 diff --git a/README.md b/README.md index c41cba2..1d9b0a5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ list of selected IDs or every row in a server-defined scope except a short exclu It is framework-agnostic, has no runtime dependencies, and never needs to load every matching ID into the browser. -The current release candidate is `1.0.0-rc.1`, available on npm's `next` tag. It writes version-1 +The current release candidate is `1.0.0-rc.2`, available on npm's `next` tag. It writes version-1 payloads and reads both version 1 and the original beta's version 0. It is not stable 1.0 yet. ## Install diff --git a/docs/versioning.md b/docs/versioning.md index 32b7a5c..6828daf 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -12,7 +12,7 @@ requires a major release. Deprecated exports remain available throughout 1.x. The checked-in declaration report records the public type surface. Review changes alongside the changelog; regenerating the report does not make a breaking change acceptable. -The working version is `1.0.0-rc.1`. An RC can still change before 1.0; any such change must be called +The working version is `1.0.0-rc.2`. An RC can still change before 1.0; any such change must be called out. Release tags with a prerelease suffix publish to `next`; stable tags publish to `latest`. npm assigned `latest` to the initial beta as well and rejected its removal, so check the version itself when evaluating the current public package. diff --git a/package-lock.json b/package-lock.json index d9d9446..5782e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "select-all-matching", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "select-all-matching", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "0.18.5", diff --git a/package.json b/package.json index cc38679..0b9b98a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "select-all-matching", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "description": "Select all filtered rows across server-paginated tables without loading every record.", "keywords": [ "bulk-actions",