Skip to content

Release v6.6.68 - #911

Merged
alexpmule merged 1 commit into
masterfrom
build/6.6.68-prep
Aug 26, 2026
Merged

Release v6.6.68#911
alexpmule merged 1 commit into
masterfrom
build/6.6.68-prep

Conversation

@alexpmule

@alexpmule alexpmule commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What

Fast-follow release v6.6.68 over 6.6.67. Adopts @api-components/api-method-documentation@5.2.34.

Why

5.2.34 carries the webhook URL-area alignment fix: for OAS 3.1/3.2 webhook operations the
event name now lines up with the method pill instead of being pushed down by a stray
margin-top. The fix is CSS-only (.url-value > .url-server-value:first-child { margin-top: 0 }),
merged upstream in advanced-rest-client/api-method-documentation#102 and published to npm as 5.2.34.

6.6.67 shipped before that component was published, so this is a small follow-up to pull it in.

Changes

  • package.json: version 6.6.676.6.68.
  • package-lock.json: root/packages[""] version → 6.6.68; re-resolve the deduped
    api-method-documentation entry to 5.2.34 (resolved + integrity updated). Its dependency
    set is unchanged from 5.2.33 (CSS-only change). No package.json dependency ranges changed —
    the component is transitive under api-documentation@6.1.9 and ^5.2.30 already satisfies 5.2.34.

npm publish note (resolved)

The 6.6.67 master-merge run failed at the publish step with:

npm error code E404
npm error 404 Not Found - PUT https://registry.npmjs.org/api-console - Not found

Root cause was the CI npm credential (NODE_AUTH_TOKEN), not the repo config — on an existing
public package, an authenticated PUT returning 404 is how npm rejects an expired/invalid token.
The token has since been rotated, so publishing is unblocked. Merging this PR publishes 6.6.68
(which carries the 6.6.67 content plus the 5.2.34 fix) in a single pass; npm simply skips the
never-published 6.6.67.

Refs

Fast-follow over 6.6.67 to pull in the webhook URL-area alignment fix
(api-method-documentation 5.2.34): the OAS 3.1/3.2 webhook event name now
lines up with the method pill instead of carrying a stray top margin.

Bumps the package version to 6.6.68 and re-resolves the deduped
api-method-documentation lock entry to 5.2.34 (CSS-only change; its
dependency set is unchanged from 5.2.33).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@alexpmule
alexpmule marked this pull request as ready for review August 26, 2026 17:52
@alexpmule
alexpmule requested a review from a team as a code owner August 26, 2026 17:52
@alexpmule
alexpmule merged commit e5653f8 into master Aug 26, 2026
6 checks passed
@alexpmule
alexpmule deleted the build/6.6.68-prep branch August 26, 2026 18:01
@alexpmule alexpmule mentioned this pull request Aug 26, 2026
pull Bot pushed a commit to xjc90s/api-console that referenced this pull request Aug 26, 2026
6.6.68 (PR mulesoft#911) merged and tagged but never reached npm: the release
workflow creates the GitHub release before running npm publish, so once
tag v6.6.68 existed a re-run always failed at the release step and
skipped the publish. Cutting a fresh version lets the publish job run.

Content is identical to 6.6.68 — api-method-documentation 5.2.34 is
already in the lockfile via mulesoft#911; this is a version bump only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants