Skip to content

Commit 536c5be

Browse files
committed
chore: release v3.0.0-beta.23
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 638de93 commit 536c5be

9 files changed

Lines changed: 10 additions & 25 deletions

File tree

package-lock.json

Lines changed: 1 addition & 16 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.22",
3+
"version": "3.0.0-beta.23",
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.22",
3+
"version": "3.0.0-beta.23",
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-02T00:11:58.707Z
4+
* Generated at: 2026-07-02T01:18:29.586Z
55
*
66
* This file contains all migration SQL bundled for use in Cloudflare Workers
77
* where filesystem access is not available at runtime.

packages/core/src/plugins/manifest-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Plugin Registry - AUTO-GENERATED
33
*
44
* Generated by: packages/scripts/generate-plugin-registry.mjs
5-
* Generated at: 2026-07-01T19:11:25.099Z
5+
* Generated at: 2026-07-02T01:18:18.271Z
66
* Source: All manifest.json files in src/plugins/
77
*
88
* DO NOT EDIT MANUALLY - run the generator script instead.

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.22",
3+
"version": "3.0.0-beta.23",
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.22',
412+
'@sonicjs-cms/core': '^3.0.0-beta.23',
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.22'
8+
export const VERSION = '3.0.0-beta.23'
99

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

0 commit comments

Comments
 (0)