From 76d99bfa4f637e22b77199211a3bc9530f87cf3f Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 10 Jan 2024 22:16:31 -0800 Subject: [PATCH] chore: release v0.58.8 --- CHANGELOG.md | 12 ++++++++++++ storage/framework/core/src/actions/package.json | 2 +- storage/framework/core/src/ai/package.json | 2 +- storage/framework/core/src/alias/package.json | 2 +- storage/framework/core/src/analytics/package.json | 2 +- storage/framework/core/src/api/package.json | 2 +- storage/framework/core/src/arrays/package.json | 2 +- storage/framework/core/src/auth/package.json | 2 +- storage/framework/core/src/buddy/package.json | 2 +- storage/framework/core/src/build/package.json | 2 +- .../framework/core/src/bun-create/bud/package.json | 2 +- .../framework/core/src/bun-create/buddy/package.json | 2 +- .../framework/core/src/bun-create/stack/package.json | 2 +- .../core/src/bun-create/stacks/package.json | 2 +- .../framework/core/src/bun-create/stx/package.json | 2 +- .../framework/core/src/bun-plugin-yaml/package.json | 2 +- storage/framework/core/src/cache/package.json | 2 +- storage/framework/core/src/chat/package.json | 2 +- storage/framework/core/src/cli/package.json | 2 +- storage/framework/core/src/cloud/package.json | 2 +- .../src/cloud/aws-sdk-layer/nodejs/package.json | 2 +- .../framework/core/src/cloud/src/server/package.json | 2 +- storage/framework/core/src/collections/package.json | 2 +- storage/framework/core/src/config/package.json | 2 +- storage/framework/core/src/database/package.json | 2 +- storage/framework/core/src/datetime/package.json | 2 +- storage/framework/core/src/desktop/package.json | 2 +- storage/framework/core/src/development/package.json | 2 +- storage/framework/core/src/dns/package.json | 2 +- storage/framework/core/src/docs/package.json | 2 +- storage/framework/core/src/email/package.json | 2 +- storage/framework/core/src/enums/package.json | 2 +- storage/framework/core/src/env/package.json | 2 +- .../framework/core/src/error-handling/package.json | 2 +- .../framework/core/src/eslint-config/package.json | 2 +- storage/framework/core/src/events/package.json | 2 +- storage/framework/core/src/faker/package.json | 2 +- storage/framework/core/src/git/package.json | 2 +- storage/framework/core/src/health/package.json | 2 +- storage/framework/core/src/http/package.json | 2 +- storage/framework/core/src/lint/package.json | 2 +- storage/framework/core/src/logging/package.json | 2 +- storage/framework/core/src/music/package.json | 2 +- .../framework/core/src/notifications/package.json | 2 +- storage/framework/core/src/objects/package.json | 2 +- storage/framework/core/src/orm/package.json | 2 +- storage/framework/core/src/path/package.json | 2 +- storage/framework/core/src/payments/package.json | 2 +- storage/framework/core/src/push/package.json | 2 +- .../framework/core/src/query-builder/package.json | 2 +- storage/framework/core/src/queue/package.json | 2 +- storage/framework/core/src/realtime/package.json | 2 +- storage/framework/core/src/repl/package.json | 2 +- storage/framework/core/src/router/package.json | 2 +- storage/framework/core/src/scheduler/package.json | 2 +- .../framework/core/src/search-engine/package.json | 2 +- storage/framework/core/src/security/package.json | 2 +- storage/framework/core/src/server/package.json | 2 +- storage/framework/core/src/signals/package.json | 2 +- storage/framework/core/src/slug/package.json | 2 +- storage/framework/core/src/sms/package.json | 2 +- storage/framework/core/src/storage/package.json | 2 +- storage/framework/core/src/strings/package.json | 2 +- storage/framework/core/src/tables/package.json | 2 +- storage/framework/core/src/testing/package.json | 2 +- storage/framework/core/src/tinker/package.json | 2 +- storage/framework/core/src/tunnel/package.json | 2 +- storage/framework/core/src/types/package.json | 2 +- storage/framework/core/src/ui/package.json | 2 +- storage/framework/core/src/utils/package.json | 2 +- storage/framework/core/src/validation/package.json | 2 +- .../core/src/vite-plugin-vue-layouts/package.json | 2 +- storage/framework/core/src/vite/package.json | 2 +- storage/framework/core/src/whois/package.json | 2 +- storage/framework/core/src/x-ray/package.json | 2 +- storage/framework/ide/vscode/package.json | 2 +- storage/framework/package.json | 2 +- 77 files changed, 88 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c985665a4b..be1914718b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Stacks Changelog +## v0.58.7...v0.58.7-2-g64676b589 + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.7...v0.58.7-2-g64676b589) + +### 🏡 Chore + +- Wip ([64676b589](https://github.com/stacksjs/stacks/commit/64676b589)) + +### ❤️ Contributors + +- Chris + ## v0.58.6...v0.58.6-1-ga59e5acaf [compare changes](https://github.com/stacksjs/stacks/compare/v0.58.6...v0.58.6-1-ga59e5acaf) diff --git a/storage/framework/core/src/actions/package.json b/storage/framework/core/src/actions/package.json index 2f60a6be88..5cf9cc6016 100644 --- a/storage/framework/core/src/actions/package.json +++ b/storage/framework/core/src/actions/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/actions", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/ai/package.json b/storage/framework/core/src/ai/package.json index de83167790..09b52d2b50 100644 --- a/storage/framework/core/src/ai/package.json +++ b/storage/framework/core/src/ai/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ai", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Stacks Artificial Intelligence.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/alias/package.json b/storage/framework/core/src/alias/package.json index 312040864f..4b747178ad 100644 --- a/storage/framework/core/src/alias/package.json +++ b/storage/framework/core/src/alias/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks aliases.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/analytics/package.json b/storage/framework/core/src/analytics/package.json index e4efab9d56..e7e7f89a68 100644 --- a/storage/framework/core/src/analytics/package.json +++ b/storage/framework/core/src/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/analytics", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/api/package.json b/storage/framework/core/src/api/package.json index cc884c5cda..e7127cbcfb 100644 --- a/storage/framework/core/src/api/package.json +++ b/storage/framework/core/src/api/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/arrays/package.json b/storage/framework/core/src/arrays/package.json index 8e0007c356..0843bcb292 100644 --- a/storage/framework/core/src/arrays/package.json +++ b/storage/framework/core/src/arrays/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/arrays", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/auth/package.json b/storage/framework/core/src/auth/package.json index 2aa4308e77..5539c866df 100644 --- a/storage/framework/core/src/auth/package.json +++ b/storage/framework/core/src/auth/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/auth", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/buddy/package.json b/storage/framework/core/src/buddy/package.json index d858fec539..6c454b2a06 100644 --- a/storage/framework/core/src/buddy/package.json +++ b/storage/framework/core/src/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/buddy", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Meet Buddy. The Stacks runtime.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/build/package.json b/storage/framework/core/src/build/package.json index e7f6d1be6d..88e73cc5c8 100644 --- a/storage/framework/core/src/build/package.json +++ b/storage/framework/core/src/build/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/build", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/bud/package.json b/storage/framework/core/src/bun-create/bud/package.json index a93ae062f2..ecd539bd1f 100644 --- a/storage/framework/core/src/bun-create/bud/package.json +++ b/storage/framework/core/src/bun-create/bud/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/bud", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/buddy/package.json b/storage/framework/core/src/bun-create/buddy/package.json index 978499bf07..64ff0b97e9 100644 --- a/storage/framework/core/src/bun-create/buddy/package.json +++ b/storage/framework/core/src/bun-create/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/buddy", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stack/package.json b/storage/framework/core/src/bun-create/stack/package.json index 873a5957fa..129bb736a4 100644 --- a/storage/framework/core/src/bun-create/stack/package.json +++ b/storage/framework/core/src/bun-create/stack/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stack", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stacks/package.json b/storage/framework/core/src/bun-create/stacks/package.json index cec8f01e7a..1777b1e3b5 100644 --- a/storage/framework/core/src/bun-create/stacks/package.json +++ b/storage/framework/core/src/bun-create/stacks/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stacks", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stx/package.json b/storage/framework/core/src/bun-create/stx/package.json index bdfb66d715..9957c44601 100644 --- a/storage/framework/core/src/bun-create/stx/package.json +++ b/storage/framework/core/src/bun-create/stx/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stx", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-plugin-yaml/package.json b/storage/framework/core/src/bun-plugin-yaml/package.json index d6612bb296..2be5b50476 100644 --- a/storage/framework/core/src/bun-plugin-yaml/package.json +++ b/storage/framework/core/src/bun-plugin-yaml/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-yaml", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "A Bun plugin to load yaml files", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cache/package.json b/storage/framework/core/src/cache/package.json index 9d9b4323e0..2523621631 100644 --- a/storage/framework/core/src/cache/package.json +++ b/storage/framework/core/src/cache/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cache", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Caching the Stacks way.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/chat/package.json b/storage/framework/core/src/chat/package.json index 68bdf1b6ea..c80d880dcd 100644 --- a/storage/framework/core/src/chat/package.json +++ b/storage/framework/core/src/chat/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/chat", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Easily interact with chat APIs.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cli/package.json b/storage/framework/core/src/cli/package.json index 06d1262d5f..3c191fb254 100644 --- a/storage/framework/core/src/cli/package.json +++ b/storage/framework/core/src/cli/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cli", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cloud/package.json b/storage/framework/core/src/cloud/package.json index 03ba18e138..4def76bf0a 100644 --- a/storage/framework/core/src/cloud/package.json +++ b/storage/framework/core/src/cloud/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cloud", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json b/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json index a5cc5c3af9..dacf5c9660 100644 --- a/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +++ b/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "0.58.7", + "version": "0.58.8", "description": "", "author": "", "license": "ISC", diff --git a/storage/framework/core/src/cloud/src/server/package.json b/storage/framework/core/src/cloud/src/server/package.json index c0d196479c..e0a4ffc31e 100644 --- a/storage/framework/core/src/cloud/src/server/package.json +++ b/storage/framework/core/src/cloud/src/server/package.json @@ -1,7 +1,7 @@ { "name": "stacks-cloud", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "dependencies": { "@aws-sdk/client-dynamodb": "^3.489.0", "@aws-sdk/lib-dynamodb": "^3.489.0", diff --git a/storage/framework/core/src/collections/package.json b/storage/framework/core/src/collections/package.json index a2ff3d5488..5fa057a10e 100644 --- a/storage/framework/core/src/collections/package.json +++ b/storage/framework/core/src/collections/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/collections", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/config/package.json b/storage/framework/core/src/config/package.json index 92bb79dca7..02dc1d2ab9 100644 --- a/storage/framework/core/src/config/package.json +++ b/storage/framework/core/src/config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/config", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "private": true, "description": "The Stacks config helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/database/package.json b/storage/framework/core/src/database/package.json index 68fa438d15..629f60702d 100644 --- a/storage/framework/core/src/database/package.json +++ b/storage/framework/core/src/database/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/database", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/datetime/package.json b/storage/framework/core/src/datetime/package.json index b88698434d..08aef28e47 100644 --- a/storage/framework/core/src/datetime/package.json +++ b/storage/framework/core/src/datetime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/datetime", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/desktop/package.json b/storage/framework/core/src/desktop/package.json index d2eaaa1a14..ea7791f01e 100644 --- a/storage/framework/core/src/desktop/package.json +++ b/storage/framework/core/src/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/desktop", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/development/package.json b/storage/framework/core/src/development/package.json index 49f9c2ed9a..e2842174dc 100644 --- a/storage/framework/core/src/development/package.json +++ b/storage/framework/core/src/development/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/development", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks development dependencies.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/dns/package.json b/storage/framework/core/src/dns/package.json index d609c6b709..055af5dcac 100644 --- a/storage/framework/core/src/dns/package.json +++ b/storage/framework/core/src/dns/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dns", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Easily manage your DNS.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/docs/package.json b/storage/framework/core/src/docs/package.json index ef9e59c434..db27dfdb3f 100644 --- a/storage/framework/core/src/docs/package.json +++ b/storage/framework/core/src/docs/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/docs", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/email/package.json b/storage/framework/core/src/email/package.json index 6dc6e988db..dcdf790fd8 100644 --- a/storage/framework/core/src/email/package.json +++ b/storage/framework/core/src/email/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/email", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/enums/package.json b/storage/framework/core/src/enums/package.json index 537d45f1ff..5567f309a7 100644 --- a/storage/framework/core/src/enums/package.json +++ b/storage/framework/core/src/enums/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/enums", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "private": true, "description": "Stacks enums.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/env/package.json b/storage/framework/core/src/env/package.json index edaebe2cab..9d564ce974 100644 --- a/storage/framework/core/src/env/package.json +++ b/storage/framework/core/src/env/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/env", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "private": true, "description": "Stacks env helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/error-handling/package.json b/storage/framework/core/src/error-handling/package.json index d07d7f1e5e..16d9560ba0 100644 --- a/storage/framework/core/src/error-handling/package.json +++ b/storage/framework/core/src/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/error-handling", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/eslint-config/package.json b/storage/framework/core/src/eslint-config/package.json index e78b923f27..218cacfc77 100644 --- a/storage/framework/core/src/eslint-config/package.json +++ b/storage/framework/core/src/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-config", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/storage/framework/core/src/events/package.json b/storage/framework/core/src/events/package.json index 9fe4cee864..adfb0daf12 100644 --- a/storage/framework/core/src/events/package.json +++ b/storage/framework/core/src/events/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/events", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Functional event emitting.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/faker/package.json b/storage/framework/core/src/faker/package.json index 907ca74338..2497e77e5e 100644 --- a/storage/framework/core/src/faker/package.json +++ b/storage/framework/core/src/faker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/faker", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Faker functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/git/package.json b/storage/framework/core/src/git/package.json index a6411774d6..468c49d487 100644 --- a/storage/framework/core/src/git/package.json +++ b/storage/framework/core/src/git/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/git", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/health/package.json b/storage/framework/core/src/health/package.json index 596ebe5128..34aa9f88a9 100644 --- a/storage/framework/core/src/health/package.json +++ b/storage/framework/core/src/health/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/health", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Health services.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/http/package.json b/storage/framework/core/src/http/package.json index 6fd8c4d297..57e61ddbf2 100644 --- a/storage/framework/core/src/http/package.json +++ b/storage/framework/core/src/http/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/http", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Stacks HTTP methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/lint/package.json b/storage/framework/core/src/lint/package.json index 8820fc4793..6a6941dfc7 100644 --- a/storage/framework/core/src/lint/package.json +++ b/storage/framework/core/src/lint/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/lint", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/logging/package.json b/storage/framework/core/src/logging/package.json index 91a393960e..ee3ca413f6 100644 --- a/storage/framework/core/src/logging/package.json +++ b/storage/framework/core/src/logging/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/logging", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks logging system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/music/package.json b/storage/framework/core/src/music/package.json index c60179789c..be5ce4e58e 100644 --- a/storage/framework/core/src/music/package.json +++ b/storage/framework/core/src/music/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/music", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Stacks Music", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/notifications/package.json b/storage/framework/core/src/notifications/package.json index 1970aab15e..89e8c35e9e 100644 --- a/storage/framework/core/src/notifications/package.json +++ b/storage/framework/core/src/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notifications", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/objects/package.json b/storage/framework/core/src/objects/package.json index 013cb7b50e..eee3291fc1 100644 --- a/storage/framework/core/src/objects/package.json +++ b/storage/framework/core/src/objects/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/objects", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/orm/package.json b/storage/framework/core/src/orm/package.json index cd5275d3b9..d150b2118e 100644 --- a/storage/framework/core/src/orm/package.json +++ b/storage/framework/core/src/orm/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/orm", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks ORM integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/path/package.json b/storage/framework/core/src/path/package.json index 71d40b3d97..391316eb72 100644 --- a/storage/framework/core/src/path/package.json +++ b/storage/framework/core/src/path/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/path", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/payments/package.json b/storage/framework/core/src/payments/package.json index ab0d646f3e..7e05cfd0ed 100644 --- a/storage/framework/core/src/payments/package.json +++ b/storage/framework/core/src/payments/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/payments", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks payments package. Currently supporting Stripe.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/push/package.json b/storage/framework/core/src/push/package.json index 37c81c1737..bd113495e4 100644 --- a/storage/framework/core/src/push/package.json +++ b/storage/framework/core/src/push/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/push", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Push integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/query-builder/package.json b/storage/framework/core/src/query-builder/package.json index 8ef0e8a343..eea61d96c6 100644 --- a/storage/framework/core/src/query-builder/package.json +++ b/storage/framework/core/src/query-builder/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/query-builder", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Query Builder integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/queue/package.json b/storage/framework/core/src/queue/package.json index 4b1aedce7b..03a0768920 100644 --- a/storage/framework/core/src/queue/package.json +++ b/storage/framework/core/src/queue/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/queue", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Queue system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/realtime/package.json b/storage/framework/core/src/realtime/package.json index fd776bc4af..34a31b1154 100644 --- a/storage/framework/core/src/realtime/package.json +++ b/storage/framework/core/src/realtime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/realtime", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/repl/package.json b/storage/framework/core/src/repl/package.json index a4720f18b3..d97969fe36 100644 --- a/storage/framework/core/src/repl/package.json +++ b/storage/framework/core/src/repl/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/repl", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "A Stacks optimized TS & Vue REPL.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/router/package.json b/storage/framework/core/src/router/package.json index 15ccdddc4b..8c70fdd7ab 100644 --- a/storage/framework/core/src/router/package.json +++ b/storage/framework/core/src/router/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/router", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/scheduler/package.json b/storage/framework/core/src/scheduler/package.json index 9bbbef246d..f0e93b1c36 100644 --- a/storage/framework/core/src/scheduler/package.json +++ b/storage/framework/core/src/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/scheduler", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks scheduler.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/search-engine/package.json b/storage/framework/core/src/search-engine/package.json index adff3418a6..3c613c9adf 100644 --- a/storage/framework/core/src/search-engine/package.json +++ b/storage/framework/core/src/search-engine/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/search-engine", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/security/package.json b/storage/framework/core/src/security/package.json index 0325a4dedb..e49d2e7670 100644 --- a/storage/framework/core/src/security/package.json +++ b/storage/framework/core/src/security/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/security", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/server/package.json b/storage/framework/core/src/server/package.json index b6f9a95e7b..86f4f69509 100644 --- a/storage/framework/core/src/server/package.json +++ b/storage/framework/core/src/server/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/server", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/signals/package.json b/storage/framework/core/src/signals/package.json index 85f580a6cd..e27441db5e 100644 --- a/storage/framework/core/src/signals/package.json +++ b/storage/framework/core/src/signals/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/signals", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks signals integration, based on Maverick.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/slug/package.json b/storage/framework/core/src/slug/package.json index a3c3e89e45..d53b5d6715 100644 --- a/storage/framework/core/src/slug/package.json +++ b/storage/framework/core/src/slug/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/slug", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks slug functionality.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/sms/package.json b/storage/framework/core/src/sms/package.json index 5e6e9b382f..fab975fe8e 100644 --- a/storage/framework/core/src/sms/package.json +++ b/storage/framework/core/src/sms/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/sms", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/storage/package.json b/storage/framework/core/src/storage/package.json index 6a49fccb38..cb31413bcc 100644 --- a/storage/framework/core/src/storage/package.json +++ b/storage/framework/core/src/storage/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/storage", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/strings/package.json b/storage/framework/core/src/strings/package.json index 056b73d4b7..fcf3e0c3b8 100644 --- a/storage/framework/core/src/strings/package.json +++ b/storage/framework/core/src/strings/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/strings", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tables/package.json b/storage/framework/core/src/tables/package.json index d07538d005..0dea20da77 100644 --- a/storage/framework/core/src/tables/package.json +++ b/storage/framework/core/src/tables/package.json @@ -1,6 +1,6 @@ { "name": "@stacksjs/tables", - "version": "0.58.7", + "version": "0.58.8", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...", "author": "Open Web Labs", "license": "MIT", diff --git a/storage/framework/core/src/testing/package.json b/storage/framework/core/src/testing/package.json index 27ed22f853..d6b6b6a58c 100644 --- a/storage/framework/core/src/testing/package.json +++ b/storage/framework/core/src/testing/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/testing", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks way of testing.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tinker/package.json b/storage/framework/core/src/tinker/package.json index 92a7ec7ccf..da7b96d9c0 100644 --- a/storage/framework/core/src/tinker/package.json +++ b/storage/framework/core/src/tinker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tinker", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "All you need to tinker.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tunnel/package.json b/storage/framework/core/src/tunnel/package.json index 51d472901f..8ef3b5722e 100644 --- a/storage/framework/core/src/tunnel/package.json +++ b/storage/framework/core/src/tunnel/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tunnel", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Local development tunnel.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/types/package.json b/storage/framework/core/src/types/package.json index 95449805d6..7e223d90de 100644 --- a/storage/framework/core/src/types/package.json +++ b/storage/framework/core/src/types/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/types", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/ui/package.json b/storage/framework/core/src/ui/package.json index c012947e97..2f01e35ae6 100644 --- a/storage/framework/core/src/ui/package.json +++ b/storage/framework/core/src/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ui", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks UI engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/utils/package.json b/storage/framework/core/src/utils/package.json index 8794784ba9..34d2f7ce87 100644 --- a/storage/framework/core/src/utils/package.json +++ b/storage/framework/core/src/utils/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/utils", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks helper functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/validation/package.json b/storage/framework/core/src/validation/package.json index 37fafef4ea..2bea67353f 100644 --- a/storage/framework/core/src/validation/package.json +++ b/storage/framework/core/src/validation/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/validation", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Validation ways.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/vite-plugin-vue-layouts/package.json b/storage/framework/core/src/vite-plugin-vue-layouts/package.json index 17c26efe3e..f9b089a74e 100644 --- a/storage/framework/core/src/vite-plugin-vue-layouts/package.json +++ b/storage/framework/core/src/vite-plugin-vue-layouts/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-plugin-vue-layouts", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Router based layout plugin for Vite and Vue.", "authors": [ "johncampionjr ", diff --git a/storage/framework/core/src/vite/package.json b/storage/framework/core/src/vite/package.json index 9c9335369e..6de8b47427 100644 --- a/storage/framework/core/src/vite/package.json +++ b/storage/framework/core/src/vite/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks Vite plugin.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/whois/package.json b/storage/framework/core/src/whois/package.json index 949b8be1ea..aaca593178 100644 --- a/storage/framework/core/src/whois/package.json +++ b/storage/framework/core/src/whois/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/whois", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "Easily get whois info.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/x-ray/package.json b/storage/framework/core/src/x-ray/package.json index ef6af9bde5..9aa97f0858 100644 --- a/storage/framework/core/src/x-ray/package.json +++ b/storage/framework/core/src/x-ray/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/x-ray", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "All you need to debug, log & analyze.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/ide/vscode/package.json b/storage/framework/ide/vscode/package.json index fac6817367..59b094bd33 100644 --- a/storage/framework/ide/vscode/package.json +++ b/storage/framework/ide/vscode/package.json @@ -2,7 +2,7 @@ "publisher": "Stacks", "name": "vscode-stacks", "displayName": "Stacks", - "version": "0.58.7", + "version": "0.58.8", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", diff --git a/storage/framework/package.json b/storage/framework/package.json index 1f3f876a3c..736347afed 100644 --- a/storage/framework/package.json +++ b/storage/framework/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.58.7", + "version": "0.58.8", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT",