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

Commit bce4e69

Browse files
authored
Merge pull request #36 from pyreon/bump-ui-0.3.0
Bump UI system to ^0.3.0
2 parents fc64a53 + 1d0ae54 commit bce4e69

6 files changed

Lines changed: 54 additions & 53 deletions

File tree

bun.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-zero/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@ function pyreonVersion(pkg: string): string {
308308
const core = ['core', 'reactivity', 'runtime-dom', 'runtime-server', 'server', 'head', 'router', 'vite-plugin', 'compiler', 'cli', 'mcp']
309309
if (core.some((c) => pkg === `@pyreon/${c}`)) return '^0.7.11'
310310
// Zero framework packages
311-
if (pkg === '@pyreon/zero' || pkg === '@pyreon/meta' || pkg === '@pyreon/zero-cli' || pkg === '@pyreon/create-zero') return '^0.3.0'
311+
if (pkg === '@pyreon/zero' || pkg === '@pyreon/meta' || pkg === '@pyreon/zero-cli' || pkg === '@pyreon/create-zero') return '^0.4.1'
312312
// Fundamentals
313313
const fundamentals = ['store', 'form', 'validation', 'query', 'table', 'virtual', 'i18n', 'feature', 'machine', 'permissions', 'flow', 'code']
314314
if (fundamentals.some((f) => pkg === `@pyreon/${f}`)) return '^0.10.0'
315315
// UI system
316-
return '^0.3.0'
316+
return '^0.4.1'
317317
}
318318

319319
function generatePackageJson(config: ProjectConfig): string {

0 commit comments

Comments
 (0)