Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 8f15954

Browse files
vitbokischclaude
andcommitted
chore: version packages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97474ee commit 8f15954

8 files changed

Lines changed: 83 additions & 4 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# zero-cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Bump Pyreon ecosystem to 0.7.0 core, add charts/hotkeys/storage/flow/code
8+
9+
- Bump all core @pyreon/\* deps to ^0.7.0
10+
- Bump fundamentals to ^0.6.0, UI system to ^0.2.0
11+
- Add @pyreon/charts, @pyreon/hotkeys, @pyreon/storage to meta re-exports
12+
- Add @pyreon/flow and @pyreon/code to meta re-exports
13+
- Add package strategy choice in create-zero (meta barrel vs individual packages)
14+
- Add charts, hotkeys, storage, flow, code as create-zero feature options
15+
- Use pinned version ranges instead of 'latest' in scaffolded projects
16+
- Fix signal setter API for Pyreon 0.7.0 (count.set/count.update)
17+
- Document provide() helper and onCleanup() in anti-patterns
18+
- Add Pyreon MCP server config (.mcp.json)
19+
20+
### Patch Changes
21+
22+
- Updated dependencies []:
23+
- @pyreon/zero@0.3.0
24+
- @pyreon/create-zero@0.3.0
25+
326
## 0.2.0
427

528
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyreon/zero-cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "CLI for Pyreon Zero — dev, build, preview",
55
"license": "MIT",
66
"author": "Vit Bokisch",

packages/create-zero/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# create-zero
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Bump Pyreon ecosystem to 0.7.0 core, add charts/hotkeys/storage/flow/code
8+
9+
- Bump all core @pyreon/\* deps to ^0.7.0
10+
- Bump fundamentals to ^0.6.0, UI system to ^0.2.0
11+
- Add @pyreon/charts, @pyreon/hotkeys, @pyreon/storage to meta re-exports
12+
- Add @pyreon/flow and @pyreon/code to meta re-exports
13+
- Add package strategy choice in create-zero (meta barrel vs individual packages)
14+
- Add charts, hotkeys, storage, flow, code as create-zero feature options
15+
- Use pinned version ranges instead of 'latest' in scaffolded projects
16+
- Fix signal setter API for Pyreon 0.7.0 (count.set/count.update)
17+
- Document provide() helper and onCleanup() in anti-patterns
18+
- Add Pyreon MCP server config (.mcp.json)
19+
320
## 0.2.0
421

522
### Minor Changes

packages/create-zero/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyreon/create-zero",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Create a new Pyreon Zero project",
55
"license": "MIT",
66
"author": "Vit Bokisch",

packages/meta/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @pyreon/meta
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Bump Pyreon ecosystem to 0.7.0 core, add charts/hotkeys/storage/flow/code
8+
9+
- Bump all core @pyreon/\* deps to ^0.7.0
10+
- Bump fundamentals to ^0.6.0, UI system to ^0.2.0
11+
- Add @pyreon/charts, @pyreon/hotkeys, @pyreon/storage to meta re-exports
12+
- Add @pyreon/flow and @pyreon/code to meta re-exports
13+
- Add package strategy choice in create-zero (meta barrel vs individual packages)
14+
- Add charts, hotkeys, storage, flow, code as create-zero feature options
15+
- Use pinned version ranges instead of 'latest' in scaffolded projects
16+
- Fix signal setter API for Pyreon 0.7.0 (count.set/count.update)
17+
- Document provide() helper and onCleanup() in anti-patterns
18+
- Add Pyreon MCP server config (.mcp.json)
19+
320
## 0.2.0
421

522
### Minor Changes

packages/meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyreon/meta",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Pyreon Meta — barrel package re-exporting the full Pyreon fundamentals ecosystem",
55
"license": "MIT",
66
"author": "Vit Bokisch",

packages/zero/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @pyreon/zero
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Bump Pyreon ecosystem to 0.7.0 core, add charts/hotkeys/storage/flow/code
8+
9+
- Bump all core @pyreon/\* deps to ^0.7.0
10+
- Bump fundamentals to ^0.6.0, UI system to ^0.2.0
11+
- Add @pyreon/charts, @pyreon/hotkeys, @pyreon/storage to meta re-exports
12+
- Add @pyreon/flow and @pyreon/code to meta re-exports
13+
- Add package strategy choice in create-zero (meta barrel vs individual packages)
14+
- Add charts, hotkeys, storage, flow, code as create-zero feature options
15+
- Use pinned version ranges instead of 'latest' in scaffolded projects
16+
- Fix signal setter API for Pyreon 0.7.0 (count.set/count.update)
17+
- Document provide() helper and onCleanup() in anti-patterns
18+
- Add Pyreon MCP server config (.mcp.json)
19+
20+
### Patch Changes
21+
22+
- Updated dependencies []:
23+
- @pyreon/meta@0.3.0
24+
325
## 0.2.0
426

527
### Minor Changes

packages/zero/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyreon/zero",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Pyreon Zero — zero-config full-stack framework powered by Pyreon and Vite",
55
"license": "MIT",
66
"author": "Vit Bokisch",

0 commit comments

Comments
 (0)