Release 1.2.0#14
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the 1.2.0 release by bumping package versions and updating release/version references across the README, demo/docs page, wiki, and changelog.
Changes:
- Bump
package.json/package-lock.jsonversion to1.2.0. - Add a
1.2.0release entry toCHANGELOG.mdwhile keeping## Unreleasedat the top. - Update documentation version/tag/CDN references to
1.2.0and addnpm run check:no-hex-colorsto the demo page testing section.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| wiki/Publishing-and-Releases.md | Updates example release tag to v1.2.0 in the release checklist. |
| wiki/Home.md | Updates “Current version” and “Release tag” to 1.2.0 / v1.2.0. |
| README.md | Updates release checklist example tag to v1.2.0. |
| package.json | Bumps package version to 1.2.0. |
| package-lock.json | Syncs lockfile version fields to 1.2.0. |
| index.html | Updates CDN examples to 1.2.0 and adds check:no-hex-colors to testing docs. |
| CHANGELOG.md | Adds 1.2.0 entry dated 2026-06-01. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
This PR prepares the project for the
1.2.0release by updating version numbers and release references across package metadata and documentation.It also incorporates review feedback by fixing Markdown nesting for the CDN links in the publishing checklist (
index.html) so they render as child bullets under step 7.Scope
Validation
List commands you ran and results.
API and Behavior Impact
Documentation
Notes
Reviewer follow-up addressed: CDN URLs in
index.htmlrelease checklist are now properly indented as nested list items under step 7.