Skip to content

Commit 6295186

Browse files
committed
chore: wip
1 parent 1c03055 commit 6295186

File tree

10 files changed

+11
-8
lines changed

10 files changed

+11
-8
lines changed

storage/framework/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-api",
33
"type": "module",
4-
"version": "0.58.56",
4+
"version": "0.62.0",
55
"scripts": {
66
"dev": "bun --hot run dev.ts"
77
},

storage/framework/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-cloud",
33
"type": "module",
4-
"version": "0.58.60",
4+
"version": "0.62.0",
55
"description": "The Stacks cloud/serverless integration & implementation.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/actions/src/bump.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { path as p } from '@stacksjs/path'
44
const options = parseOptions()
55
const changelogCommand = options?.dryRun ? 'buddy changelog --quiet --dry-run' : 'buddy changelog --quiet'
66
const bumpCommand = options?.dryRun
7-
? `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --no-push --execute "../scripts/lint"`
8-
: `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --all --execute "../scripts/lint"`
7+
? `bunx bumpp ./package.json ./**/package.json ../package.json ../ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"`
8+
: `bunx bumpp ./package.json ./**/package.json ../package.json ../ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --all --execute "../scripts/lint"`
99

1010
console.log(`Running: ${bumpCommand}`)
1111
console.log(`In frameworkPath: ${p.frameworkPath()}`)

storage/framework/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "stacks-docs",
33
"type": "module",
4+
"version": "0.62.0",
45
"scripts": {
56
"dev": "bunx --bun vitepress dev",
67
"build": "bunx --bun vitepress build",

storage/framework/email/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "stacks-email",
33
"type": "module",
4+
"version": "0.62.0",
45
"private": true,
56
"scripts": {
67
"build": "wip",

storage/framework/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-server",
33
"type": "module",
4-
"version": "0.58.60",
4+
"version": "0.62.0",
55
"description": "The Stacks server.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/system-tray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-system-tray",
33
"type": "module",
4-
"version": "0.58.28",
4+
"version": "0.62.0",
55
"description": "The Stacks System Tray app.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/views/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-dashboard",
33
"type": "module",
4-
"version": "0.51.0",
4+
"version": "0.62.0",
55
"private": "true",
66
"description": "The Stacks Dashboard.",
77
"author": "Chris Breuer",

storage/framework/views/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-desktop",
33
"type": "module",
4-
"version": "0.51.0",
4+
"version": "0.62.0",
55
"private": "true",
66
"description": "The Stacks Dashboard.",
77
"author": "Chris Breuer",

storage/framework/views/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "stacks-web",
33
"type": "module",
4+
"version": "0.62.0",
45
"private": true,
56
"scripts": {
67
"build": "bunx vite-ssg build -c ../../core/vite-config/src/views.ts",

0 commit comments

Comments
 (0)