Skip to content

chore: set version to 0.0.1 and reset changelog#13

Merged
ivanasabi merged 1 commit into
mainfrom
chore/version-0.0.1
Jul 20, 2026
Merged

chore: set version to 0.0.1 and reset changelog#13
ivanasabi merged 1 commit into
mainfrom
chore/version-0.0.1

Conversation

@ivanasabi

Copy link
Copy Markdown
Contributor

Summary

Revert the premature 0.1.0 release state on main so the next release can be cut cleanly.

  • Set version 0.1.00.0.1 in package.json and package-lock.json (root + packages[""]).
  • CHANGELOG: remove the [0.1.0] section and release links; keep the initial entries under ## [Unreleased] / ### Added.
  • The stray 0.1.0 git tag was deleted (no npm release existed for it).

Note: 0.0.0 is already published on npm (initial bootstrap publish).

Test plan

  • Version reads 0.0.1 in both package.json and package-lock.json.
  • prettier --check CHANGELOG.md passes.
  • CHANGELOG has no released version section, only ## [Unreleased].

Revert the premature 0.1.0 release bump: set version to 0.0.1 and move
the initial entries back under Unreleased (no version section or release
links) so the next release can be cut cleanly.

Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
@ivanasabi
ivanasabi requested a review from a team as a code owner July 20, 2026 12:55
@github-actions

Copy link
Copy Markdown

❗ This Pull Request will not trigger a release

A Pull Request with no release-type/... labels will not trigger a release, so you need to label this PR if you want to create a release.

@ivanasabi ivanasabi added the release-type/minor Minor version release label Jul 20, 2026
@github-actions

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version minor with the following changes:

0.1.0 - 2026-07-20

Added

  • Initial OSS repository shell.
  • Original code, including the diff highlighting plugin, and the example React application.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (chore/version-0.0.1main).

@ivanasabi
ivanasabi merged commit d51de9e into main Jul 20, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-type/minor Minor version release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant