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

Commit f03be34

Browse files
authored
Merge pull request #37 from pyreon/release-0.5.0
chore: version packages (0.5.0)
2 parents bce4e69 + 2dcfd06 commit f03be34

8 files changed

Lines changed: 63 additions & 4 deletions

File tree

packages/cli/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes
8+
9+
- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
10+
- Add Dependabot for automated dependency updates
11+
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
12+
- Use `latest` in static template to prevent version drift
13+
- Fix camelCase JSX attributes in templates (onClick, srcSet)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies []:
18+
- @pyreon/zero@0.5.0
19+
- @pyreon/create-zero@0.5.0
20+
321
## 0.4.1
422

523
### Patch 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.4.1",
3+
"version": "0.5.0",
44
"description": "CLI for Pyreon Zero — dev, build, preview",
55
"license": "MIT",
66
"author": "Vit Bokisch",

packages/create-zero/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes
8+
9+
- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
10+
- Add Dependabot for automated dependency updates
11+
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
12+
- Use `latest` in static template to prevent version drift
13+
- Fix camelCase JSX attributes in templates (onClick, srcSet)
14+
315
## 0.4.1
416

517
### Patch 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.4.1",
3+
"version": "0.5.0",
44
"description": "Create a new Pyreon Zero project",
55
"license": "MIT",
66
"author": "Vit Bokisch",

packages/meta/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes
8+
9+
- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
10+
- Add Dependabot for automated dependency updates
11+
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
12+
- Use `latest` in static template to prevent version drift
13+
- Fix camelCase JSX attributes in templates (onClick, srcSet)
14+
315
## 0.4.1
416

517
### Patch 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.4.1",
3+
"version": "0.5.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @pyreon/zero
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Bump ecosystem to latest, UI system ^0.3.0, Dependabot, template fixes
8+
9+
- Bump UI system to ^0.3.0, core ^0.7.12, fundamentals ^0.10.0
10+
- Add Dependabot for automated dependency updates
11+
- Fix template for @pyreon/store 0.10.0 API (useAppStore returns { store })
12+
- Use `latest` in static template to prevent version drift
13+
- Fix camelCase JSX attributes in templates (onClick, srcSet)
14+
15+
### Patch Changes
16+
17+
- Updated dependencies []:
18+
- @pyreon/meta@0.5.0
19+
320
## 0.4.1
421

522
### Patch 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.4.1",
3+
"version": "0.5.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)