Skip to content

Commit 801789c

Browse files
committed
chore: release v3.0.0-beta.24
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 0235ba3 commit 801789c

8 files changed

Lines changed: 50 additions & 208 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonicjs",
3-
"version": "3.0.0-beta.23",
3+
"version": "3.0.0-beta.24",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/core/package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sonicjs-cms/core",
3-
"version": "3.0.0-beta.23",
3+
"version": "3.0.0-beta.24",
44
"description": "Core framework for SonicJS headless CMS - Edge-first, TypeScript-native CMS built for Cloudflare Workers",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/core/src/db/migrations-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* AUTO-GENERATED FILE - DO NOT EDIT
33
* Generated by: scripts/generate-migrations.ts
4-
* Generated at: 2026-07-02T23:45:16.345Z
4+
* Generated at: 2026-07-03T00:01:49.480Z
55
*
66
* This file contains all migration SQL bundled for use in Cloudflare Workers
77
* where filesystem access is not available at runtime.

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-sonicjs",
3-
"version": "3.0.0-beta.23",
3+
"version": "3.0.0-beta.24",
44
"description": "Create a new SonicJS application with zero configuration",
55
"type": "module",
66
"bin": {

packages/create-app/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async function copyTemplate(templateName, targetDir, options) {
409409

410410
// Add @sonicjs-cms/core dependency
411411
packageJson.dependencies = {
412-
'@sonicjs-cms/core': '^3.0.0-beta.23',
412+
'@sonicjs-cms/core': '^3.0.0-beta.24',
413413
...packageJson.dependencies
414414
}
415415

www/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// When releasing a new version, run `npm run version:patch` (or minor/major) from the root
66
// which will update this file via scripts/sync-versions.js
77

8-
export const VERSION = '3.0.0-beta.23'
8+
export const VERSION = '3.0.0-beta.24'
99

1010
// Helper function to get the current month/year for "Last updated"
1111
export function getLastUpdatedDate(): string {

0 commit comments

Comments
 (0)