Skip to content

Commit db6b180

Browse files
committed
docs(release): close preview publish notes
1 parent cf08fae commit db6b180

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- remove deprecated row-by-row native QA matrix tooling from the active release process
66
- add a concise H6 RC readiness packet that keeps stable-release approval separate from Developer Preview
77
- keep Developer Preview verification focused on smoke-test notes and release-gate output
8-
- document that the current source is prepared for `7.0.0-next.1` while the latest published Developer Preview is still `7.0.0-next.0`
8+
- publish `7.0.0-next.1` under the `next` dist-tag and record npm evidence
99
- require the full H6 owner decision set for release-candidate approval
1010
- guard the required CKV2 command surface and Developer Preview publish manifest in tests
1111
- guard the release-gate-required package scripts and GitHub issue-template

docs/internal/completion-audit.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,22 @@ Latest Developer Preview publish verification on May 11, 2026:
137137
`complete`
138138
- `docs/release/evidence/npm-publish-evidence.json` now records
139139
`7.0.0-next.1` as complete
140+
- fresh consumer install smoke passed from `/private/tmp/chartkit-consumer-smoke`
141+
after installing `react-native-chart-kit@next` and `@chart-kit/react-native@next`
142+
with their React Native peers; the smoke resolved the legacy compatibility
143+
package, modern package, `pro-preview` subpath, core package, and SVG renderer
144+
package at `7.0.0-next.1`
140145

141146
Latest current-HEAD verification on May 11, 2026:
142147

143148
- `npm run lint` passed, including `filesize:check` for 341 source files
144149
- `npm run test` passed: typecheck, 76 unit test files, 425 unit tests, and
145150
compatibility tests
146151
- `npm run docs:build` passed
147-
- `npm run release:preview:gate` passed before the publish evidence update with
148-
the expected unpublished-source warning
149-
- `npm run release:gate:report` reports only the H6 owner-approval blocker
152+
- `npm run release:preview:gate` passed after the publish evidence update with
153+
`pass=120 warn=0 block=0 fail=0`
154+
- `npm run release:gate:report` reports only the H6 owner-approval blocker with
155+
`pass=120 warn=0 block=1 fail=0`
150156

151157
Latest release-process simplification verification on May 11, 2026:
152158

docs/release/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Impact: native release-build workflow evidence is no longer the blocker, but pro
1212

1313
## Developer Preview Package Publish
1414

15-
Developer Preview package publishing is complete for `7.0.0-next.0`. `react-native-chart-kit@next`, `@chart-kit/core@next`, `@chart-kit/svg-renderer@next`, and `@chart-kit/react-native@next` resolve to `7.0.0-next.0`; `@chart-kit/pro` and `@chart-kit/skia-renderer` remain unpublished as intended. The successful publish workflow run is [25441203278](https://github.com/indiespirit/react-native-chart-kit/actions/runs/25441203278), and the GitHub prerelease is [v7.0.0-next.0](https://github.com/indiespirit/react-native-chart-kit/releases/tag/v7.0.0-next.0).
15+
Developer Preview package publishing is complete for `7.0.0-next.1`. `react-native-chart-kit@next`, `@chart-kit/core@next`, `@chart-kit/svg-renderer@next`, and `@chart-kit/react-native@next` resolve to `7.0.0-next.1`; `@chart-kit/pro` and `@chart-kit/skia-renderer` remain unpublished as intended. The successful publish workflow run is [25646404896](https://github.com/indiespirit/react-native-chart-kit/actions/runs/25646404896), and the GitHub prerelease is [v7.0.0-next.1](https://github.com/indiespirit/react-native-chart-kit/releases/tag/v7.0.0-next.1).
1616

17-
`react-native-chart-kit@latest` remains `6.12.2`, so existing users are not moved to v2 unless they install with `next`. npm currently keeps `latest=7.0.0-next.0` on the new scoped packages because they have no stable versions yet and npm rejected removing that tag. The publish-state checker allows this only for packages with no stable version and still fails if an existing stable package has `latest` moved to a prerelease.
17+
`react-native-chart-kit@latest` remains `6.12.2`, so existing users are not moved to v2 unless they install with `next`. npm currently keeps `latest=7.0.0-next.0` on the new scoped packages while `next=7.0.0-next.1`, because those packages do not have stable releases yet. The publish-state checker allows preview `latest` behavior only for packages with no stable version and still fails if an existing stable package has `latest` moved to a prerelease.
1818

1919
Impact: existing `react-native-chart-kit` users are protected. New adopters using `@chart-kit/react-native` should treat the scoped namespace as Developer Preview until a stable scoped release exists.
2020

0 commit comments

Comments
 (0)