Skip to content

chore: bump version references to v1.1.0#6

Merged
flaglint merged 2 commits into
mainfrom
chore/bump-version-1.1.0
Jul 1, 2026
Merged

chore: bump version references to v1.1.0#6
flaglint merged 2 commits into
mainfrom
chore/bump-version-1.1.0

Conversation

@Krishan27

@Krishan27 Krishan27 commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Guide "Verified with FlagLint" badge: v1.0.0 → v1.1.0
  • Homepage terminal animation: flaglint v1.0.0flaglint v1.1.0
  • json-output.md baseline example: flaglintVersion: "1.0.0""1.1.0"

Test plan

  • Verify homepage terminal shows flaglint v1.1.0
  • Verify json-output.md baseline example shows correct version
  • Verify guide footer shows v1.1.0

Summary by CodeRabbit

  • Documentation
    • Updated docs and examples to reference FlagLint v1.1.0 instead of v1.0.0.
    • Refreshed the homepage demo text to show the newer version.

Krishan27 added 2 commits July 1, 2026 09:52
Signed-off-by: Krishan Kant Sharma <krishansharma0327@gmail.com>
- Homepage terminal animation: flaglint v1.0.0 → v1.1.0
- json-output.md baseline example: flaglintVersion 1.0.0 → 1.1.0

Signed-off-by: Krishan Kant Sharma <krishansharma0327@gmail.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying flaglint with  Cloudflare Pages  Cloudflare Pages

Latest commit: ab29241
Status: ✅  Deploy successful!
Preview URL: https://a8ae618f.flaglint.pages.dev
Branch Preview URL: https://chore-bump-version-1-1-0.flaglint.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Updates the displayed FlagLint version from 1.0.0 to 1.1.0 in three locations: a guide's verification badge, a JSON baseline example in reference documentation, and the homepage hero terminal demo.

Changes

Version String Update

Layer / File(s) Summary
Update version references
src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md, src/content/docs/docs/reference/json-output.md, src/pages/index.astro
Changes the displayed FlagLint version string from 1.0.0 to 1.1.0 in the guide's verification badge, the baseline JSON example's flaglintVersion field, and the homepage hero terminal demo.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the repo-wide version reference bump to v1.1.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-version-1.1.0

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

@flaglint flaglint merged commit d9cc35f into main Jul 1, 2026
2 of 4 checks passed
@flaglint flaglint deleted the chore/bump-version-1.1.0 branch July 1, 2026 16:06

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/pages/index.astro`:
- Line 909: The hero terminal label is still hardcoded with a fixed version
string instead of using the shared package-derived value. Update the
`index.astro` template where the `term-version` span is rendered to use the
existing `version` variable so the displayed app version stays in sync with
`package.json` and the rest of the page.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 25f195d5-9a9a-41f2-ae43-ea47261b1104

📥 Commits

Reviewing files that changed from the base of the PR and between 2048698 and ab29241.

📒 Files selected for processing (3)
  • src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md
  • src/content/docs/docs/reference/json-output.md
  • src/pages/index.astro

Comment thread src/pages/index.astro
<span class="dot green"></span>
</div>
<span class="term-version">flaglint v1.0.0</span>
<span class="term-version">flaglint v1.1.0</span>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the shared version value here.

This header still hardcodes v1.1.0 even though the file already derives version from package.json. Wiring the terminal label to version keeps the hero demo in sync and avoids the next drift.

♻️ Proposed fix
-            <span class="term-version">flaglint v1.1.0</span>
+            <span class="term-version">flaglint v{version}</span>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<span class="term-version">flaglint v1.1.0</span>
<span class="term-version">flaglint v{version}</span>
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/pages/index.astro` at line 909, The hero terminal label is still
hardcoded with a fixed version string instead of using the shared
package-derived value. Update the `index.astro` template where the
`term-version` span is rendered to use the existing `version` variable so the
displayed app version stays in sync with `package.json` and the rest of the
page.

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