Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# zero-cli

## 0.5.0

### Minor Changes

- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes

- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
- Add Dependabot for automated dependency updates
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
- Use `latest` in static template to prevent version drift
- Fix camelCase JSX attributes in templates (onClick, srcSet)

### Patch Changes

- Updated dependencies []:
- @pyreon/zero@0.5.0
- @pyreon/create-zero@0.5.0

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyreon/zero-cli",
"version": "0.4.1",
"version": "0.5.0",
"description": "CLI for Pyreon Zero — dev, build, preview",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-zero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-zero

## 0.5.0

### Minor Changes

- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes

- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
- Add Dependabot for automated dependency updates
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
- Use `latest` in static template to prevent version drift
- Fix camelCase JSX attributes in templates (onClick, srcSet)

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyreon/create-zero",
"version": "0.4.1",
"version": "0.5.0",
"description": "Create a new Pyreon Zero project",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
12 changes: 12 additions & 0 deletions packages/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pyreon/meta

## 0.5.0

### Minor Changes

- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes

- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
- Add Dependabot for automated dependency updates
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
- Use `latest` in static template to prevent version drift
- Fix camelCase JSX attributes in templates (onClick, srcSet)

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyreon/meta",
"version": "0.4.1",
"version": "0.5.0",
"description": "Pyreon Meta — barrel package re-exporting the full Pyreon fundamentals ecosystem",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
17 changes: 17 additions & 0 deletions packages/zero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @pyreon/zero

## 0.5.0

### Minor Changes

- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes

- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
- Add Dependabot for automated dependency updates
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
- Use `latest` in static template to prevent version drift
- Fix camelCase JSX attributes in templates (onClick, srcSet)

### Patch Changes

- Updated dependencies []:
- @pyreon/meta@0.5.0

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyreon/zero",
"version": "0.4.1",
"version": "0.5.0",
"description": "Pyreon Zero — zero-config full-stack framework powered by Pyreon and Vite",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
Loading