Skip to content

chore(main): release init 1.1.0#70

Merged
adelrodriguez merged 1 commit intomainfrom
release-please--branches--main--components--init
Jan 28, 2026
Merged

chore(main): release init 1.1.0#70
adelrodriguez merged 1 commit intomainfrom
release-please--branches--main--components--init

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 13, 2026

🤖 I have created a release beep boop

1.1.0 (2026-01-27)

Features

  • add Tailwind sorting and update dependencies (#69) (77b41ca)

Bug Fixes

  • add parsing check (8eefdd1)
  • cli: add stdin inherit for add commands (9c1db65)
  • optional chaining (480cbf7)
  • split up monitoring init (4108ffb)

This PR was generated with Release Please. See documentation.

Greptile Overview

Greptile Summary

Automated release PR that bumps the version from 1.0.1 to 1.1.0. The release includes one new feature (Tailwind sorting and dependency updates) and four bug fixes (parsing check, CLI stdin inherit, optional chaining, and monitoring init split).

All version numbers are correctly synchronized across the three modified files:

  • .template-version.json - template version tracker
  • CHANGELOG.md - release documentation
  • package.json - main package version

The changelog follows conventional commit format and properly categorizes changes into Features and Bug Fixes sections with appropriate commit references.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a standard automated release PR generated by Release Please. All changes are mechanical version bumps and changelog updates with no code changes. The version numbers are correctly synchronized across all three files.
  • No files require special attention

Important Files Changed

Filename Overview
.template-version.json Version bumped from 1.0.1 to 1.1.0
CHANGELOG.md Added release notes for version 1.1.0 with features and bug fixes
package.json Version bumped from 1.0.1 to 1.1.0

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant RP as Release Please Bot
    participant Repo as Repository
    
    GHA->>RP: Trigger release workflow
    RP->>Repo: Analyze commits since last release
    RP->>Repo: Generate changelog from commits
    RP->>Repo: Update .template-version.json (1.0.1 → 1.1.0)
    RP->>Repo: Update package.json version (1.0.1 → 1.1.0)
    RP->>Repo: Prepend new section to CHANGELOG.md
    RP->>Repo: Create PR #70 with version updates
Loading

@coderabbitai
Copy link

coderabbitai bot commented Jan 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions github-actions bot force-pushed the release-please--branches--main--components--init branch 2 times, most recently from 30dd6ee to 6236f7a Compare January 23, 2026 00:49
@github-actions github-actions bot force-pushed the release-please--branches--main--components--init branch 6 times, most recently from 511859c to 8c54d7c Compare January 27, 2026 04:21
@github-actions github-actions bot force-pushed the release-please--branches--main--components--init branch from 8c54d7c to 2d55089 Compare January 27, 2026 04:23
@adelrodriguez adelrodriguez merged commit cb01467 into main Jan 28, 2026
2 checks passed
@adelrodriguez adelrodriguez deleted the release-please--branches--main--components--init branch January 28, 2026 18:01
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant