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
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# zero-cli

## 0.4.1

### Patch Changes

- Pin GitHub Actions to SHA hashes, add security policy

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

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"description": "CLI for Pyreon Zero — dev, build, preview",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-zero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-zero

## 0.4.1

### Patch Changes

- Pin GitHub Actions to SHA hashes, add security policy

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"description": "Create a new Pyreon Zero project",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
6 changes: 6 additions & 0 deletions packages/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pyreon/meta

## 0.4.1

### Patch Changes

- Pin GitHub Actions to SHA hashes, add security policy

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"description": "Pyreon Meta — barrel package re-exporting the full Pyreon fundamentals ecosystem",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
9 changes: 9 additions & 0 deletions packages/zero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pyreon/zero

## 0.4.1

### Patch Changes

- Pin GitHub Actions to SHA hashes, add security policy

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

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"description": "Pyreon Zero — zero-config full-stack framework powered by Pyreon and Vite",
"license": "MIT",
"author": "Vit Bokisch",
Expand Down
Loading