Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/kind-tigers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-bushes-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dolls-sleep.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/node/feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shipfox/node-feature-flag

## 0.2.0

### Minor Changes

- 817e1ce: Add a runner kind of context for flagging
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Improve changelog entry phrasing for clarity.

The phrase "kind of context" is unnecessarily tentative. Consider rewording to "Add a runner context for flagging" or "Add runner context for flagging" for stronger, more confident phrasing in user-facing documentation.

Apply this diff to improve clarity:

- 817e1ce: Add a runner kind of context for flagging
+ 817e1ce: Add runner context for flagging
📝 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
- 817e1ce: Add a runner kind of context for flagging
- 817e1ce: Add runner context for flagging
🧰 Tools
🪛 LanguageTool

[style] ~7-~7: Consider removing “kind of” to make your writing sound more confident.
Context: ... Minor Changes - 817e1ce: Add a runner kind of context for flagging ## 0.1.0 ### Minor Chang...

(KIND_OF_SORT_OF_CONFIDENCE)

🤖 Prompt for AI Agents
In libs/node/feature-flag/CHANGELOG.md around line 7, update the changelog entry
wording "Add a runner kind of context for flagging" to a clearer, confident
phrase such as "Add a runner context for flagging" (or "Add runner context for
flagging") by replacing the tentative wording with the chosen phrasing so the
entry reads more professional and user-facing.


## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/node/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shipfox/node-feature-flag",
"license": "MIT",
"private": false,
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "pnpm@9.15.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions libs/react/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shipfox/react-ui

## 0.5.0

### Minor Changes

- ec0b437: Add Button Link and Icon Button components
- 7b73bd6: Integrate Argos CI

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shipfox/react-ui",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"packageManager": "pnpm@9.15.9",
"main": "dist/index.js",
Expand Down