Skip to content

Version 1.1.2#8

Merged
Foscat merged 1 commit into
mainfrom
1.1.2
Jul 8, 2026
Merged

Version 1.1.2#8
Foscat merged 1 commit into
mainfrom
1.1.2

Conversation

@Foscat

@Foscat Foscat commented Jul 8, 2026

Copy link
Copy Markdown
Owner

This pull request issues a patch recovery release for the layout-style-css package, moving the published version from 1.1.1 to 1.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:

  • Updated all references in README.md, CHANGELOG.md, and wiki markdown files to point to version 1.1.2 instead of 1.1.1, including install instructions, release checklists, and verification steps. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
  • Added a new changelog entry describing the 1.1.2 patch recovery and clarifying that the public contract remains unchanged.

Metadata and workflow updates:

  • Bumped the package version in package.json from 1.1.1 to 1.1.2.
  • Updated the npm publish GitHub Actions workflow to use the new 1.1.2 release tag in its manual dispatch description.

Test and contract verification:

  • Adjusted contract tests in test/layout-css-contract.test.mjs to expect version 1.1.2 and verify that documentation and workflow references are correctly updated. [1] [2] [3] [4]

@Foscat Foscat self-assigned this Jul 8, 2026
Copilot AI review requested due to automatic review settings July 8, 2026 07:45
@Foscat Foscat added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 8, 2026
@Foscat Foscat merged commit db740c2 into main Jul 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.2 in package.json and synchronized package-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`"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants