Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR publishes a patch recovery release for layout-style-css, bumping the package from 1.1.1 to 1.1.2 and aligning documentation, workflow text, and contract tests to the new patch version.
Changes:
- Bumped package version to
1.1.2inpackage.jsonand synchronizedpackage-lock.json. - Updated README/wiki release instructions and the npm publish workflow dispatch description to reference
v1.1.2. - Updated contract tests to assert the new version and verify documentation/workflow version strings.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/layout-css-contract.test.mjs | Updates contract assertions to 1.1.2 and adds checks for updated release docs/workflow references. |
| README.md | Updates install/publish examples and release-tag guidance to 1.1.2. |
| package.json | Bumps package version to 1.1.2. |
| package-lock.json | Synchronizes lockfile version fields to 1.1.2. |
| docs/wiki/Release-And-Publishing.md | Updates release checklist steps to target 1.1.2 and v1.1.2. |
| docs/wiki/Home.md | Updates wiki home version framing to 1.1.2. |
| CHANGELOG.md | Adds a 1.1.2 patch recovery entry and clarifies scope. |
| .github/workflows/npm-publish.yml | Updates the manual dispatch input description example to v1.1.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| assert( | ||
| releaseChecklist.includes("layout-style-css@1.1.2") && | ||
| releaseChecklist.includes("git tag v1.1.2") && | ||
| releaseChecklist.includes("release_tag` set to `v1.1.2`"), |
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.
This pull request issues a patch recovery release for the
layout-style-csspackage, moving the published version from1.1.1to1.1.2. The update ensures all documentation, tests, and workflow references point to the new patch version, and clarifies the release and recovery process. No changes were made to the CSS or public API; this is strictly a metadata and documentation update to resolve publishing or workflow issues.Release and documentation updates:
README.md,CHANGELOG.md, and wiki markdown files to point to version1.1.2instead of1.1.1, including install instructions, release checklists, and verification steps. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]1.1.2patch recovery and clarifying that the public contract remains unchanged.Metadata and workflow updates:
package.jsonfrom1.1.1to1.1.2.1.1.2release tag in its manual dispatch description.Test and contract verification:
test/layout-css-contract.test.mjsto expect version1.1.2and verify that documentation and workflow references are correctly updated. [1] [2] [3] [4]