Skip to content

chore: release v0.28.2#1047

Merged
sarahdayan merged 3 commits intomainfrom
releases/v0.28.2
Feb 5, 2026
Merged

chore: release v0.28.2#1047
sarahdayan merged 3 commits intomainfrom
releases/v0.28.2

Conversation

@sarahdayan
Copy link
Member

This pull request prepares the following release:

Repository Branch Update Change
shipjs releases/v0.28.2 patch 0.28.10.28.2

Release Summary

This is going to be published with the following command:

Dir Command
packages/shipjs npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest
packages/shipjs-lib npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest

Merging Instructions

When merging this pull request, you need to Squash and merge and make sure that the title starts with chore: release v0.28.2.

See details

After that, a commit chore: release v0.28.2 will be added and you or your CI can run shipjs trigger to trigger the release based on the commit.
Squash and merge


This pull request is automatically generated by Ship.js.

sarahdayan and others added 3 commits February 5, 2026 13:37
The preset config objects may be frozen. Create shallow copies before
passing to conventional-changelog-core to avoid "Cannot modify
immutable object" error.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…log-writer

The conventional-changelog-writer library freezes commit objects, but
presets like angular expect to mutate them. This causes a "Cannot modify
immutable object" error when the transform function tries to change
commit.type.

Add a wrapTransform helper that deep clones commits before passing them
to the original transform function, allowing mutation while preserving
the original frozen objects.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sarahdayan sarahdayan requested review from a team, FabienMotte and aymeric-giraudet and removed request for a team February 5, 2026 12:47
Base automatically changed from fix/changelog-immutable-object to main February 5, 2026 12:53
@sarahdayan sarahdayan merged commit 26b8c6b into main Feb 5, 2026
7 checks passed
@sarahdayan sarahdayan deleted the releases/v0.28.2 branch February 5, 2026 12:54
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