chore: prepare release v1.8.0 - #317
Merged
Merged
Conversation
Clean rebuild of dist/ from current src (node 22.23.1). Picks up the #316 LC/MS regression fixes that merged to master without a dist rebuild, so the v1.8.0 tag carries a single src-matching build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the v1.8.0 release (current
masteris 1.7.2).Changes
package.json1.7.2 → 1.8.0 (matches thechore: Bump version …convention).dist/rebuild —yarn compilein the CI Node image (node:22.23.1, matchingpublish_package.yml). Only 7 files changed: exactly the source files fix(lcms): resolve review regressions B1, B4–B7 on master #316 fixed, which merged tomasterwithout adistrebuild — so the committeddistwas stale by precisely that. The v1.8.0 tag now carries a single src-matching build.dist/__tests__stays gitignored; no file additions/deletions.git log v1.7.2..master.Why keep
dist/dist/is committed intentionally:main/module→dist/app.js,files: ["dist"], andchemotion_ELNconsumes this repo as a GitHub-source dependency (nopostinstallbuild). Removing it would break git-ref consumers, so this PR rebuilds rather than removes it.Verification
yarn compileclean (234 files);dist/*.jssyntax-check OK.node:22.23.1: 76 suites / 621 tests.package.jsonversion = 1.8.0.After merge (release execution — not in this PR)
v1.8.0and push.v1.8.0→publish_package.ymlbuildsdist+ publishes@complat/react-spectra-editor@1.8.0to npm.