Skip to content
Open
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
12 changes: 0 additions & 12 deletions .changeset/split-optional-entry-points.md

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Padrone Changelog

## 2.0.0

## 1.9.0

## 1.8.2
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @padrone/docs

## 2.0.0

### Patch Changes

- Updated dependencies [[`1472f95`](https://github.com/KurtGokhan/padrone/commit/1472f95a24a67a5545dee2f9961afb59d264512a)]:
- padrone@2.0.0
- @padrone/tasks-example@2.0.0

## 1.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@padrone/docs",
"type": "module",
"version": "1.9.0",
"version": "2.0.0",
"private": true,
"imports": {
"#*": "./*"
Expand Down
7 changes: 7 additions & 0 deletions examples/deploy-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @padrone/deploy-example

## 2.0.0

### Patch Changes

- Updated dependencies [[`1472f95`](https://github.com/KurtGokhan/padrone/commit/1472f95a24a67a5545dee2f9961afb59d264512a)]:
- padrone@2.0.0

## 1.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padrone/deploy-example",
"version": "1.9.0",
"version": "2.0.0",
"private": true,
"type": "module",
"module": "src/cli.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/padrone-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @padrone/tasks-example

## 2.0.0

### Patch Changes

- Updated dependencies [[`1472f95`](https://github.com/KurtGokhan/padrone/commit/1472f95a24a67a5545dee2f9961afb59d264512a)]:
- padrone@2.0.0

## 1.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/padrone-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padrone/tasks-example",
"version": "1.9.0",
"version": "2.0.0",
"private": true,
"type": "module",
"module": "src/tasks.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padrone/root",
"version": "1.9.0",
"version": "2.0.0",
"type": "module",
"private": true,
"description": "Create interactive CLI apps with Zod schemas",
Expand Down
13 changes: 13 additions & 0 deletions packages/padrone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# padrone

## 2.0.0

### Major Changes

- [#15](https://github.com/KurtGokhan/padrone/pull/15) [`1472f95`](https://github.com/KurtGokhan/padrone/commit/1472f95a24a67a5545dee2f9961afb59d264512a) Thanks [@KurtGokhan](https://github.com/KurtGokhan)! - Optional integrations are now exported from dedicated subpath entry points so bundlers that don't tree-shake re-exports keep their dependencies out of the main bundle. Update imports as follows:

- `padroneInk`, `isReactElement`, `InkOptions` → `'padrone/ink'`
- `padroneMcp`, `WithMcp`, `PadroneMcpPreferences` → `'padrone/mcp'`
- `padroneServe`, `WithServe` → `'padrone/serve'`
- `padroneTracing`, `WithTracing`, `PadroneTracer`, `PadroneTracingConfig`, `OtelSpan`, `OtelTracer`, `OtelTracerProvider` → `'padrone/tracing'`
- `padroneCompletion`, `WithCompletion` → `'padrone/completion'`
- `padroneMan`, `WithMan` → `'padrone/man'`

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/padrone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "padrone",
"version": "1.9.0",
"version": "2.0.0",
"description": "Create type-safe, interactive CLI apps with Zod schemas",
"license": "MIT",
"type": "module",
Expand Down