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/chubby-dots-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-steaks-slide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-rockets-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-jokes-jog.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- d2f5795: Add textarea component

## 0.1.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.1.0",
"version": "0.2.0",
"private": false,
"packageManager": "pnpm@9.15.9",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions tools/biome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shipfox/biome

## 1.3.0

### Minor Changes

- 86ae55a: Rename biome task to biome-check

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shipfox/biome",
"version": "1.2.2",
"version": "1.3.0",
"license": "MIT",
"private": false,
"packageManager": "pnpm@9.15.9",
Expand Down
6 changes: 6 additions & 0 deletions tools/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shipfox/vite

## 1.2.2

### Patch Changes

- 49d3179: Add type hinting for return type of vite's defineConfig function

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shipfox/vite",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"private": false,
"packageManager": "pnpm@9.15.9",
Expand Down
6 changes: 6 additions & 0 deletions tools/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shipfox/vitest

## 1.1.3

### Patch Changes

- ae8fd17: Export dditional type hints for vitest
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

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

Corrected spelling of 'dditional' to 'additional'.

Suggested change
- ae8fd17: Export dditional type hints for vitest
- ae8fd17: Export additional type hints for vitest

Copilot uses AI. Check for mistakes.
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

Fix spelling error in changelog entry.

Line 7 contains a typo: "dditional" should be "additional". This is user-facing documentation that should be corrected before release.

- - ae8fd17: Export dditional type hints for vitest
+ - ae8fd17: Export additional type hints for vitest
📝 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
- ae8fd17: Export dditional type hints for vitest
- ae8fd17: Export additional type hints for vitest
🧰 Tools
🪛 LanguageTool

[grammar] ~7-~7: Ensure spelling is correct
Context: ...3 ### Patch Changes - ae8fd17: Export dditional type hints for vitest ## 1.1.2 ### Pa...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
In tools/vitest/CHANGELOG.md around line 7, the changelog entry contains a
spelling mistake ("dditional"); update the word to "additional" so the line
reads "ae8fd17: Export additional type hints for vitest".


## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shipfox/vitest",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"private": false,
"packageManager": "pnpm@9.15.9",
Expand Down