Skip to content

Commit ff1ccef

Browse files
naivefunclaude
andcommitted
Version Packages
Release v0.2.1 with production usage documentation ### Patch Changes - Add production usage documentation highlighting reapi.com usage - README now demonstrates real-world usage with complex nested schemas 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c83e2cf commit ff1ccef

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/proud-bears-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
publish: pnpm release
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NPM_TOKEN: ${{ secrets.NPM_TOKEN || '' }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# handtree
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 1821a77: Add production usage documentation. The README now highlights that handtree powers reapi.com's OpenAPI schema editor, demonstrating real-world usage with complex nested schemas.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handtree",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React tree component for hand-crafted hierarchical interfaces",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)