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

Commit 879addc

Browse files
authored
Merge pull request #31 from pyreon/release-0.4.0
chore: version packages (0.4.0)
2 parents 358eaa2 + 0e96742 commit 879addc

8 files changed

Lines changed: 75 additions & 4 deletions

File tree

packages/cli/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Bump to Pyreon 0.7.5 core + 0.9.0 fundamentals, add state-tree, strict types
8+
9+
- Bump core @pyreon/\* to ^0.7.5, fundamentals to ^0.9.0, UI system ^0.2.0
10+
- Use @pyreon/typescript preset for strict type checking
11+
- Add @pyreon/state-tree to meta re-exports
12+
- Fix all noUncheckedIndexedAccess and exactOptionalPropertyTypes errors
13+
- Add VNodeChild return types to JSX components
14+
- Fix integration tests with pyreon() compiler plugin
15+
- Bump TypeScript to 6.0.2, vitest to 4.1.1
16+
- Add explicit jsxImportSource + customConditions to root tsconfig (bun compat)
17+
18+
### Patch Changes
19+
20+
- Updated dependencies []:
21+
- @pyreon/zero@0.4.0
22+
- @pyreon/create-zero@0.4.0
23+
324
## 0.3.0
425

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

packages/create-zero/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Bump to Pyreon 0.7.5 core + 0.9.0 fundamentals, add state-tree, strict types
8+
9+
- Bump core @pyreon/\* to ^0.7.5, fundamentals to ^0.9.0, UI system ^0.2.0
10+
- Use @pyreon/typescript preset for strict type checking
11+
- Add @pyreon/state-tree to meta re-exports
12+
- Fix all noUncheckedIndexedAccess and exactOptionalPropertyTypes errors
13+
- Add VNodeChild return types to JSX components
14+
- Fix integration tests with pyreon() compiler plugin
15+
- Bump TypeScript to 6.0.2, vitest to 4.1.1
16+
- Add explicit jsxImportSource + customConditions to root tsconfig (bun compat)
17+
318
## 0.3.0
419

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

packages/meta/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Bump to Pyreon 0.7.5 core + 0.9.0 fundamentals, add state-tree, strict types
8+
9+
- Bump core @pyreon/\* to ^0.7.5, fundamentals to ^0.9.0, UI system ^0.2.0
10+
- Use @pyreon/typescript preset for strict type checking
11+
- Add @pyreon/state-tree to meta re-exports
12+
- Fix all noUncheckedIndexedAccess and exactOptionalPropertyTypes errors
13+
- Add VNodeChild return types to JSX components
14+
- Fix integration tests with pyreon() compiler plugin
15+
- Bump TypeScript to 6.0.2, vitest to 4.1.1
16+
- Add explicit jsxImportSource + customConditions to root tsconfig (bun compat)
17+
318
## 0.3.0
419

520
### 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.3.0",
3+
"version": "0.4.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @pyreon/zero
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Bump to Pyreon 0.7.5 core + 0.9.0 fundamentals, add state-tree, strict types
8+
9+
- Bump core @pyreon/\* to ^0.7.5, fundamentals to ^0.9.0, UI system ^0.2.0
10+
- Use @pyreon/typescript preset for strict type checking
11+
- Add @pyreon/state-tree to meta re-exports
12+
- Fix all noUncheckedIndexedAccess and exactOptionalPropertyTypes errors
13+
- Add VNodeChild return types to JSX components
14+
- Fix integration tests with pyreon() compiler plugin
15+
- Bump TypeScript to 6.0.2, vitest to 4.1.1
16+
- Add explicit jsxImportSource + customConditions to root tsconfig (bun compat)
17+
18+
### Patch Changes
19+
20+
- Updated dependencies []:
21+
- @pyreon/meta@0.4.0
22+
323
## 0.3.0
424

525
### 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.3.0",
3+
"version": "0.4.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)