From 61b23b542a3454fe7d8c7fa75b85ea6baf9edbbb Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 11 Jan 2024 22:04:00 -0800 Subject: [PATCH] chore: release v0.58.21 --- CHANGELOG.md | 24 +++++++++++++++++++ .../framework/core/src/actions/package.json | 2 +- storage/framework/core/src/ai/package.json | 2 +- storage/framework/core/src/alias/package.json | 2 +- .../framework/core/src/analytics/package.json | 2 +- storage/framework/core/src/api/package.json | 2 +- .../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 +- .../core/src/bun-create/bud/package.json | 2 +- .../core/src/bun-create/buddy/package.json | 2 +- .../core/src/bun-create/stack/package.json | 2 +- .../core/src/bun-create/stacks/package.json | 2 +- .../core/src/bun-create/stx/package.json | 2 +- .../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 +- .../cloud/aws-sdk-layer/nodejs/package.json | 2 +- .../core/src/cloud/src/server/package.json | 2 +- .../core/src/collections/package.json | 2 +- .../framework/core/src/config/package.json | 2 +- .../framework/core/src/database/package.json | 2 +- .../framework/core/src/datetime/package.json | 2 +- .../framework/core/src/desktop/package.json | 2 +- .../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 +- .../core/src/error-handling/package.json | 2 +- .../core/src/eslint-config/package.json | 2 +- .../framework/core/src/events/package.json | 2 +- storage/framework/core/src/faker/package.json | 2 +- storage/framework/core/src/git/package.json | 2 +- .../framework/core/src/health/package.json | 2 +- storage/framework/core/src/http/package.json | 2 +- storage/framework/core/src/lint/package.json | 2 +- .../framework/core/src/logging/package.json | 2 +- storage/framework/core/src/music/package.json | 2 +- .../core/src/notifications/package.json | 2 +- .../framework/core/src/objects/package.json | 2 +- storage/framework/core/src/orm/package.json | 2 +- storage/framework/core/src/path/package.json | 2 +- .../framework/core/src/payments/package.json | 2 +- storage/framework/core/src/push/package.json | 2 +- .../core/src/query-builder/package.json | 2 +- storage/framework/core/src/queue/package.json | 2 +- .../framework/core/src/realtime/package.json | 2 +- storage/framework/core/src/repl/package.json | 2 +- .../framework/core/src/router/package.json | 2 +- .../framework/core/src/scheduler/package.json | 2 +- .../core/src/search-engine/package.json | 2 +- .../framework/core/src/security/package.json | 2 +- .../framework/core/src/server/package.json | 2 +- .../framework/core/src/signals/package.json | 2 +- storage/framework/core/src/slug/package.json | 2 +- storage/framework/core/src/sms/package.json | 2 +- .../framework/core/src/storage/package.json | 2 +- .../framework/core/src/strings/package.json | 2 +- .../framework/core/src/tables/package.json | 2 +- .../framework/core/src/testing/package.json | 2 +- .../framework/core/src/tinker/package.json | 2 +- .../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 +- .../core/src/validation/package.json | 2 +- .../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, 100 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdf0b30e8..8e5e5ce57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Stacks Changelog +## v0.58.20...v0.58.20-2-ga021770cf + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.20...v0.58.20-2-ga021770cf) + +### 🏡 Chore + +- Wip ([946b25eac](https://github.com/stacksjs/stacks/commit/946b25eac)) + +### ❤️ Contributors + +- Chris + +## v0.58.20...v0.58.20-1-g946b25eac + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.20...v0.58.20-1-g946b25eac) + +### 🏡 Chore + +- Wip ([946b25eac](https://github.com/stacksjs/stacks/commit/946b25eac)) + +### ❤️ Contributors + +- Chris + ## v0.58.19...v0.58.19-1-gde8da104b [compare changes](https://github.com/stacksjs/stacks/compare/v0.58.19...v0.58.19-1-gde8da104b) diff --git a/storage/framework/core/src/actions/package.json b/storage/framework/core/src/actions/package.json index d260a864e2..4fb9973d31 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.20", + "version": "0.58.21", "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 64ccc432f8..5787214446 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.20", + "version": "0.58.21", "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 84e5731026..a21ed0be02 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.20", + "version": "0.58.21", "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 d52b38ccb8..cc7dc7c278 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.20", + "version": "0.58.21", "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 f8cb6e7ddf..a6b81bdb81 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.20", + "version": "0.58.21", "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 d5be14760c..2ecc27d653 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.20", + "version": "0.58.21", "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 b6216ed749..aef48d52d4 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.20", + "version": "0.58.21", "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 d2486a5390..1273b902bb 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.20", + "version": "0.58.21", "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 1fb8573f7d..4d9a58f10f 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.20", + "version": "0.58.21", "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 5bc2e0649e..b5741b2459 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.20", + "version": "0.58.21", "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 061c8bd70a..29b9732447 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.20", + "version": "0.58.21", "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 f13ac0ae6b..fd1605637d 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.20", + "version": "0.58.21", "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 10c30f4423..12fdb06554 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.20", + "version": "0.58.21", "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 30ea5dcda1..0a96b5adc9 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.20", + "version": "0.58.21", "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 d8a03ac62b..94f9e77de2 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.20", + "version": "0.58.21", "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 6928910aee..9c90faa828 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.20", + "version": "0.58.21", "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 52c8fa3f19..398f647c64 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.20", + "version": "0.58.21", "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 10b437b9a0..a211730bcd 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.20", + "version": "0.58.21", "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 e3bd7bf216..aba72f7db3 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.20", + "version": "0.58.21", "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 1e03d3fcac..47ff4aae99 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.20", + "version": "0.58.21", "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 fd3cd64883..548f23e891 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.20", + "version": "0.58.21", "dependencies": { "@aws-sdk/client-dynamodb": "^3.490.0", "@aws-sdk/lib-dynamodb": "^3.490.0", diff --git a/storage/framework/core/src/collections/package.json b/storage/framework/core/src/collections/package.json index a7400d997a..c2a6bfcc50 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.20", + "version": "0.58.21", "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 cd773f8e49..39ebb0cd69 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.20", + "version": "0.58.21", "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 44a19b8325..ac700d96fe 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.20", + "version": "0.58.21", "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 1623e308c7..22a58f571a 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.20", + "version": "0.58.21", "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 f8f637d063..9d138743f4 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.20", + "version": "0.58.21", "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 895365a630..bb5b7eabb1 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.20", + "version": "0.58.21", "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 99ce14d313..2f92a03c33 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.20", + "version": "0.58.21", "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 2125405204..328fc907c9 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.20", + "version": "0.58.21", "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 dc7c7b28ba..ec7efa292b 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.20", + "version": "0.58.21", "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 056ea8665f..dd6e004f94 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.20", + "version": "0.58.21", "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 578948c2a5..b501b5a8a3 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.20", + "version": "0.58.21", "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 487a5e17d9..af400994cb 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.20", + "version": "0.58.21", "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 3459e9d790..b23196f1a7 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.20", + "version": "0.58.21", "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 4e2e6a91eb..4b24a1df07 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.20", + "version": "0.58.21", "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 e66dd2b621..fae8ac2e39 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.20", + "version": "0.58.21", "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 c3518181fb..b5f64cf750 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.20", + "version": "0.58.21", "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 c1f5177961..e62e22dff9 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.20", + "version": "0.58.21", "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 73eeed5830..00197a0a34 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.20", + "version": "0.58.21", "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 4c3b27454d..b006e395c4 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.20", + "version": "0.58.21", "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 05cfa4f37a..6ba25e2b51 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.20", + "version": "0.58.21", "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 b23aa14389..7398c57e8a 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.20", + "version": "0.58.21", "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 7170c368c4..99b1b55405 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.20", + "version": "0.58.21", "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 9314dddb2b..0e3927f610 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.20", + "version": "0.58.21", "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 a39aa3405c..3b36ccca54 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.20", + "version": "0.58.21", "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 aadfb648e0..3f142d9d99 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.20", + "version": "0.58.21", "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 713f980f4c..e4af4fafc7 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.20", + "version": "0.58.21", "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 ba27f7e686..3c1c17a711 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.20", + "version": "0.58.21", "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 2f3b73e7e3..342d06144e 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.20", + "version": "0.58.21", "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 8d02390c4a..e9319d9ce1 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.20", + "version": "0.58.21", "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 34afbcccf1..7154fbba7f 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.20", + "version": "0.58.21", "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 dad764c45f..e690cd66c1 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.20", + "version": "0.58.21", "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 a0091e2401..62e27679f0 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.20", + "version": "0.58.21", "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 33bf593db0..59795faf7f 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.20", + "version": "0.58.21", "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 f9a1592574..d9d4973c9b 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.20", + "version": "0.58.21", "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 3f5e9654a2..e8c9c83d33 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.20", + "version": "0.58.21", "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 426c38b936..d674492be9 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.20", + "version": "0.58.21", "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 5c4d7a1b5f..8470037db9 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.20", + "version": "0.58.21", "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 47883b9542..e9a894d12d 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.20", + "version": "0.58.21", "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 155699a051..0ee3e060ef 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.20", + "version": "0.58.21", "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 d6de0e31f5..e69786ebbc 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.20", + "version": "0.58.21", "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 417e8c72ec..0a02eddec1 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.20", + "version": "0.58.21", "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 746a81f687..ac657176c5 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.20", + "version": "0.58.21", "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 437fd24a5e..051cb545a0 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.20", + "version": "0.58.21", "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 eb51b47830..982d523b22 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.20", + "version": "0.58.21", "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 5544a048e6..53dd1db363 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.20", + "version": "0.58.21", "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 07452e7082..6f3ac18cb7 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.20", + "version": "0.58.21", "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 bb9160c54c..6540539d42 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.20", + "version": "0.58.21", "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 1b8983a578..a7d26d5eeb 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.20", + "version": "0.58.21", "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 e9735e0014..7340783c1f 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.20", + "version": "0.58.21", "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 9091a77497..ab301f16c4 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.20", + "version": "0.58.21", "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 8340549700..d25b070bcb 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.20", + "version": "0.58.21", "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 b79c3aaf8c..a54fe37680 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.20", + "version": "0.58.21", "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 4684b8acd7..d84d6b409c 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.20", + "version": "0.58.21", "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 d7436f928f..f6a8e53682 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.20", + "version": "0.58.21", "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 f6ac329ed8..71f52086e5 100644 --- a/storage/framework/package.json +++ b/storage/framework/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.58.20", + "version": "0.58.21", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT",