Skip to content

Commit bb035e1

Browse files
lane711claude
andcommitted
chore: release v2.19.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 390d5c9 commit bb035e1

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.18.1",
3+
"version": "2.19.0",
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": "2.18.1",
3+
"version": "2.19.0",
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/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": "2.18.1",
3+
"version": "2.19.0",
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
@@ -415,7 +415,7 @@ async function copyTemplate(templateName, targetDir, options) {
415415

416416
// Add @sonicjs-cms/core dependency
417417
packageJson.dependencies = {
418-
'@sonicjs-cms/core': '^2.18.1',
418+
'@sonicjs-cms/core': '^2.19.0',
419419
...packageJson.dependencies
420420
}
421421

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 = '2.18.1'
8+
export const VERSION = '2.19.0'
99

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

0 commit comments

Comments
 (0)