Skip to content

Commit bccb0dd

Browse files
committed
chore: release v0.52.6
1 parent ca1a40d commit bccb0dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+74
-59
lines changed

.stacks/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/actions",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "The Stacks actions.",
77
"author": "Chris Breuer",

.stacks/core/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ai",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "Stacks Artificial Intelligence.",
77
"author": "Chris Breuer",

.stacks/core/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/alias",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "The Stacks aliases.",
77
"author": "Chris Breuer",

.stacks/core/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/analytics",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "Stacks Analytics. Privacy-friendly.",
77
"author": "Chris Breuer",

.stacks/core/arrays/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/arrays",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "The Stacks array utilities.",
77
"author": "Chris Breuer",

.stacks/core/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/auth",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "A more simplistic way to authenticate.",
77
"author": "Chris Breuer",

.stacks/core/buddy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/buddy",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "Meet Buddy. The Stacks runtime.",
77
"author": "Chris Breuer",

.stacks/core/buddy/src/commands/changelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { CLI, FreshOptions } from '@stacksjs/types'
22
import { runAction } from '@stacksjs/actions'
33
import { intro, outro } from '@stacksjs/cli'
4-
import { Action } from '@stacksjs/types'
4+
import { Action, ExitCode } from '@stacksjs/types'
55

66
async function changelog(buddy: CLI) {
77
const descriptions = {
@@ -24,7 +24,7 @@ async function changelog(buddy: CLI) {
2424
}
2525

2626
outro('Generated the CHANGELOG.md file', { ...options, startTime: perf, useSeconds: true, type: 'info' })
27-
process.exit()
27+
process.exit(ExitCode.Success)
2828
})
2929
}
3030

.stacks/core/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/build",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "The Stacks framework build tools and configurations.",
77
"author": "Chris Breuer",

.stacks/core/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/cache",
33
"type": "module",
4-
"version": "0.52.5",
4+
"version": "0.52.6",
55
"packageManager": "pnpm@8.5.1",
66
"description": "The Stacks way of caching.",
77
"author": "Chris Breuer",

0 commit comments

Comments
 (0)