From d465aa3e28a5b99b83c7310af27b10067ae32935 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 21 May 2024 20:20:59 -0700 Subject: [PATCH] chore: release v0.61.15 --- CHANGELOG.md | 13 +++++++++++++ storage/framework/core/actions/package.json | 2 +- storage/framework/core/ai/package.json | 2 +- storage/framework/core/alias/package.json | 2 +- storage/framework/core/analytics/package.json | 2 +- storage/framework/core/api/package.json | 2 +- storage/framework/core/arrays/package.json | 2 +- storage/framework/core/auth/package.json | 2 +- storage/framework/core/buddy/package.json | 2 +- storage/framework/core/build/package.json | 2 +- storage/framework/core/bun-create/bud/package.json | 2 +- .../framework/core/bun-create/buddy/package.json | 2 +- .../framework/core/bun-create/stack/package.json | 2 +- .../framework/core/bun-create/stacks/package.json | 2 +- storage/framework/core/bun-create/stx/package.json | 2 +- storage/framework/core/cache/package.json | 2 +- storage/framework/core/calendar/package.json | 2 +- storage/framework/core/chat/package.json | 2 +- storage/framework/core/cli/package.json | 2 +- storage/framework/core/cloud/package.json | 2 +- .../src/cloud/aws-sdk-layer/nodejs/package.json | 2 +- .../src/cloud/router-layer/nodejs/package.json | 2 +- storage/framework/core/collections/package.json | 2 +- .../framework/core/components/calendar/package.json | 2 +- .../core/components/command-palette/package.json | 2 +- .../framework/core/components/dropdown/package.json | 2 +- .../framework/core/components/modal/package.json | 2 +- .../core/components/notification/package.json | 2 +- .../framework/core/components/stepper/package.json | 2 +- .../framework/core/components/table/package.json | 2 +- storage/framework/core/config/package.json | 2 +- storage/framework/core/database/package.json | 2 +- storage/framework/core/datetime/package.json | 2 +- storage/framework/core/desktop/package.json | 2 +- storage/framework/core/development/package.json | 2 +- storage/framework/core/dns/package.json | 2 +- storage/framework/core/docs/package.json | 2 +- storage/framework/core/email/package.json | 2 +- storage/framework/core/enums/package.json | 2 +- storage/framework/core/env/package.json | 2 +- storage/framework/core/error-handling/package.json | 2 +- storage/framework/core/events/package.json | 2 +- storage/framework/core/faker/package.json | 2 +- storage/framework/core/git/package.json | 2 +- storage/framework/core/health/package.json | 2 +- storage/framework/core/http/package.json | 2 +- storage/framework/core/lint/package.json | 2 +- storage/framework/core/logging/package.json | 2 +- storage/framework/core/notifications/package.json | 2 +- storage/framework/core/objects/package.json | 2 +- storage/framework/core/orm/package.json | 2 +- storage/framework/core/package.json | 2 +- storage/framework/core/path/package.json | 2 +- storage/framework/core/payments/package.json | 2 +- storage/framework/core/push/package.json | 2 +- storage/framework/core/query-builder/package.json | 2 +- storage/framework/core/queue/package.json | 2 +- storage/framework/core/raycast/package.json | 2 +- storage/framework/core/realtime/package.json | 2 +- storage/framework/core/repl/package.json | 2 +- storage/framework/core/router/package.json | 2 +- storage/framework/core/scheduler/package.json | 2 +- storage/framework/core/search-engine/package.json | 2 +- storage/framework/core/security/package.json | 2 +- storage/framework/core/server/package.json | 2 +- storage/framework/core/shell/package.json | 2 +- storage/framework/core/slug/package.json | 2 +- storage/framework/core/sms/package.json | 2 +- storage/framework/core/storage/package.json | 2 +- storage/framework/core/strings/package.json | 2 +- storage/framework/core/testing/package.json | 2 +- storage/framework/core/tinker/package.json | 2 +- storage/framework/core/tunnel/package.json | 2 +- storage/framework/core/types/package.json | 2 +- storage/framework/core/ui/package.json | 2 +- storage/framework/core/utils/package.json | 2 +- storage/framework/core/validation/package.json | 2 +- storage/framework/core/vite-config/package.json | 2 +- storage/framework/core/vite-plugin/package.json | 2 +- storage/framework/core/whois/package.json | 2 +- storage/framework/core/x-ray/package.json | 2 +- storage/framework/ide/vscode/package.json | 2 +- 82 files changed, 94 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b112392c56..0996a68dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Stacks Changelog +## v0.61.14...v0.61.14-2-g4d624c43c + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.61.14...v0.61.14-2-g4d624c43c) + +### 🏡 Chore + +- Wip ([8a0907dfa](https://github.com/stacksjs/stacks/commit/8a0907dfa)) +- Wip ([4d624c43c](https://github.com/stacksjs/stacks/commit/4d624c43c)) + +### ❤️ Contributors + +- Chris + ## v0.61.13...v0.61.13-2-ge6e42811e [compare changes](https://github.com/stacksjs/stacks/compare/v0.61.13...v0.61.13-2-ge6e42811e) diff --git a/storage/framework/core/actions/package.json b/storage/framework/core/actions/package.json index d77699309d..a1b2261678 100644 --- a/storage/framework/core/actions/package.json +++ b/storage/framework/core/actions/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/actions", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/ai/package.json b/storage/framework/core/ai/package.json index 03b9141d3d..da800180ce 100644 --- a/storage/framework/core/ai/package.json +++ b/storage/framework/core/ai/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ai", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Stacks Artificial Intelligence.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/alias/package.json b/storage/framework/core/alias/package.json index 6410fb0e54..8018ea52f0 100644 --- a/storage/framework/core/alias/package.json +++ b/storage/framework/core/alias/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks aliases.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/analytics/package.json b/storage/framework/core/analytics/package.json index 463c72e15b..283e15bf96 100644 --- a/storage/framework/core/analytics/package.json +++ b/storage/framework/core/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/analytics", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/api/package.json b/storage/framework/core/api/package.json index 4f469710d4..8afb33b588 100644 --- a/storage/framework/core/api/package.json +++ b/storage/framework/core/api/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/arrays/package.json b/storage/framework/core/arrays/package.json index 56487a62b5..2e19d1290c 100644 --- a/storage/framework/core/arrays/package.json +++ b/storage/framework/core/arrays/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/arrays", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/auth/package.json b/storage/framework/core/auth/package.json index 2e29e1a7d3..43d8f3edee 100644 --- a/storage/framework/core/auth/package.json +++ b/storage/framework/core/auth/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/auth", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/buddy/package.json b/storage/framework/core/buddy/package.json index b899a5fc10..0cab036c07 100644 --- a/storage/framework/core/buddy/package.json +++ b/storage/framework/core/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/buddy", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Meet Buddy. The Stacks runtime.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/build/package.json b/storage/framework/core/build/package.json index f0f7abab0c..5144119ac9 100644 --- a/storage/framework/core/build/package.json +++ b/storage/framework/core/build/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/build", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/bun-create/bud/package.json b/storage/framework/core/bun-create/bud/package.json index 4097eaf056..a92bea9275 100644 --- a/storage/framework/core/bun-create/bud/package.json +++ b/storage/framework/core/bun-create/bud/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/bud", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/bun-create/buddy/package.json b/storage/framework/core/bun-create/buddy/package.json index e7a4b9a4ed..c3ecaf7ee5 100644 --- a/storage/framework/core/bun-create/buddy/package.json +++ b/storage/framework/core/bun-create/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/buddy", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/bun-create/stack/package.json b/storage/framework/core/bun-create/stack/package.json index 5cb3dcfcca..a177ac9429 100644 --- a/storage/framework/core/bun-create/stack/package.json +++ b/storage/framework/core/bun-create/stack/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stack", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/bun-create/stacks/package.json b/storage/framework/core/bun-create/stacks/package.json index bada7a61bd..12bb7fb165 100644 --- a/storage/framework/core/bun-create/stacks/package.json +++ b/storage/framework/core/bun-create/stacks/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stacks", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/bun-create/stx/package.json b/storage/framework/core/bun-create/stx/package.json index 1636e00fa5..59c6c32c66 100644 --- a/storage/framework/core/bun-create/stx/package.json +++ b/storage/framework/core/bun-create/stx/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stx", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/cache/package.json b/storage/framework/core/cache/package.json index 094b216ff9..c4b096e0cf 100644 --- a/storage/framework/core/cache/package.json +++ b/storage/framework/core/cache/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cache", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Caching the Stacks way.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/calendar/package.json b/storage/framework/core/calendar/package.json index e3f15738f8..b5f8834404 100644 --- a/storage/framework/core/calendar/package.json +++ b/storage/framework/core/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/calendar-api", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Easily interact with calendar APIs.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/chat/package.json b/storage/framework/core/chat/package.json index 3aeaafc394..63d3367290 100644 --- a/storage/framework/core/chat/package.json +++ b/storage/framework/core/chat/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/chat", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Easily interact with chat APIs.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/cli/package.json b/storage/framework/core/cli/package.json index 60e1b70519..c7b737d875 100644 --- a/storage/framework/core/cli/package.json +++ b/storage/framework/core/cli/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cli", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/cloud/package.json b/storage/framework/core/cloud/package.json index 0d48f92d06..5d7a11883e 100644 --- a/storage/framework/core/cloud/package.json +++ b/storage/framework/core/cloud/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cloud", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json b/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json index 186650521b..1961f49cf5 100644 --- a/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +++ b/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "0.61.14", + "version": "0.61.15", "description": "", "author": "", "license": "ISC", diff --git a/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json b/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json index d59305cb48..49605e6bf2 100644 --- a/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json +++ b/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "stacks-router-layer", - "version": "0.61.14", + "version": "0.61.15", "description": "", "author": "", "license": "MIT", diff --git a/storage/framework/core/collections/package.json b/storage/framework/core/collections/package.json index 734bd1c9bf..2a03723697 100644 --- a/storage/framework/core/collections/package.json +++ b/storage/framework/core/collections/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/collections", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/calendar/package.json b/storage/framework/core/components/calendar/package.json index 42e1e328f4..e1aa1fe0cf 100644 --- a/storage/framework/core/components/calendar/package.json +++ b/storage/framework/core/components/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/calendar", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Calendar components for all.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/command-palette/package.json b/storage/framework/core/components/command-palette/package.json index 07f70e363d..d94eadef80 100644 --- a/storage/framework/core/components/command-palette/package.json +++ b/storage/framework/core/components/command-palette/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/command-palette", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "private": true, "exports": { ".": { diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 62feda175c..9a8c6e2ecc 100644 --- a/storage/framework/core/components/dropdown/package.json +++ b/storage/framework/core/components/dropdown/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dropdown", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A dropdown component for all.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/modal/package.json b/storage/framework/core/components/modal/package.json index e0f0d1795a..0b064a23f4 100644 --- a/storage/framework/core/components/modal/package.json +++ b/storage/framework/core/components/modal/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/modal", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A modern modal component.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/notification/package.json b/storage/framework/core/components/notification/package.json index 56c600d98c..fdf7235c04 100644 --- a/storage/framework/core/components/notification/package.json +++ b/storage/framework/core/components/notification/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notification", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "An opinionated notification component for Stacks.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/stepper/package.json b/storage/framework/core/components/stepper/package.json index 14f6102231..d40223c82f 100644 --- a/storage/framework/core/components/stepper/package.json +++ b/storage/framework/core/components/stepper/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/stepper", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A modern stepper component.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index ed0ff1b948..fa4afd9651 100644 --- a/storage/framework/core/components/table/package.json +++ b/storage/framework/core/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@stacksjs/table", - "version": "0.61.14", + "version": "0.61.15", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, and more.", "author": "Stacks.js", "license": "MIT", diff --git a/storage/framework/core/config/package.json b/storage/framework/core/config/package.json index bc863b8e9d..b011208813 100644 --- a/storage/framework/core/config/package.json +++ b/storage/framework/core/config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/config", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks config helper methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/database/package.json b/storage/framework/core/database/package.json index b61e05e1d9..1f214b76ef 100644 --- a/storage/framework/core/database/package.json +++ b/storage/framework/core/database/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/database", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/datetime/package.json b/storage/framework/core/datetime/package.json index 6cb914ccc8..53fe1bbdac 100644 --- a/storage/framework/core/datetime/package.json +++ b/storage/framework/core/datetime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/datetime", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/desktop/package.json b/storage/framework/core/desktop/package.json index 63983f990d..7545c317cd 100644 --- a/storage/framework/core/desktop/package.json +++ b/storage/framework/core/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/desktop", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/development/package.json b/storage/framework/core/development/package.json index f0f209af3b..c6cfa9e5a4 100644 --- a/storage/framework/core/development/package.json +++ b/storage/framework/core/development/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/development", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks development dependencies.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/dns/package.json b/storage/framework/core/dns/package.json index ba3f2f4335..e8c2ba61ff 100644 --- a/storage/framework/core/dns/package.json +++ b/storage/framework/core/dns/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dns", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Easily manage your DNS.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/docs/package.json b/storage/framework/core/docs/package.json index 2a5daebbb6..71ea571f14 100644 --- a/storage/framework/core/docs/package.json +++ b/storage/framework/core/docs/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/docs", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/email/package.json b/storage/framework/core/email/package.json index 5d4fc8f1cb..2b1098dfff 100644 --- a/storage/framework/core/email/package.json +++ b/storage/framework/core/email/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/email", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "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/enums/package.json b/storage/framework/core/enums/package.json index 85f4bb971b..743d0ea3ec 100644 --- a/storage/framework/core/enums/package.json +++ b/storage/framework/core/enums/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/enums", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Stacks enums.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/env/package.json b/storage/framework/core/env/package.json index da50c7ae75..f913462533 100644 --- a/storage/framework/core/env/package.json +++ b/storage/framework/core/env/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/env", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Stacks env helper methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/error-handling/package.json b/storage/framework/core/error-handling/package.json index b079cb15a8..22dd5cf741 100644 --- a/storage/framework/core/error-handling/package.json +++ b/storage/framework/core/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/error-handling", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/events/package.json b/storage/framework/core/events/package.json index daf4663a7a..1b6d41f27b 100644 --- a/storage/framework/core/events/package.json +++ b/storage/framework/core/events/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/events", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Functional event emitting.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/faker/package.json b/storage/framework/core/faker/package.json index 25b8225cc9..28d0bf6b7c 100644 --- a/storage/framework/core/faker/package.json +++ b/storage/framework/core/faker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/faker", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Faker functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/git/package.json b/storage/framework/core/git/package.json index 9c0050002a..667894b12f 100644 --- a/storage/framework/core/git/package.json +++ b/storage/framework/core/git/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/git", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/health/package.json b/storage/framework/core/health/package.json index 08524824a3..7193d50589 100644 --- a/storage/framework/core/health/package.json +++ b/storage/framework/core/health/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/health", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Health services.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/http/package.json b/storage/framework/core/http/package.json index 70de35d90a..a163e68092 100644 --- a/storage/framework/core/http/package.json +++ b/storage/framework/core/http/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/http", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Stacks HTTP methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/lint/package.json b/storage/framework/core/lint/package.json index ab8196583c..a136fff9c8 100644 --- a/storage/framework/core/lint/package.json +++ b/storage/framework/core/lint/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/lint", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/logging/package.json b/storage/framework/core/logging/package.json index 411835ee78..3f2c69fd17 100644 --- a/storage/framework/core/logging/package.json +++ b/storage/framework/core/logging/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/logging", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks logging system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/notifications/package.json b/storage/framework/core/notifications/package.json index a2846fa778..92136ac1c6 100644 --- a/storage/framework/core/notifications/package.json +++ b/storage/framework/core/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notifications", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/objects/package.json b/storage/framework/core/objects/package.json index 9080de3d83..e702cbd117 100644 --- a/storage/framework/core/objects/package.json +++ b/storage/framework/core/objects/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/objects", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/orm/package.json b/storage/framework/core/orm/package.json index c293d09d29..ee8b5dfdd9 100644 --- a/storage/framework/core/orm/package.json +++ b/storage/framework/core/orm/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/orm", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks ORM integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/package.json b/storage/framework/core/package.json index fbb7ef50ec..6a493c8f55 100644 --- a/storage/framework/core/package.json +++ b/storage/framework/core/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/path/package.json b/storage/framework/core/path/package.json index b1d33545cd..7f79f70e2d 100644 --- a/storage/framework/core/path/package.json +++ b/storage/framework/core/path/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/path", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/payments/package.json b/storage/framework/core/payments/package.json index b6e9243c62..1dc1999aaa 100644 --- a/storage/framework/core/payments/package.json +++ b/storage/framework/core/payments/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/payments", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks payments package. Currently supporting Stripe.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/push/package.json b/storage/framework/core/push/package.json index 53c3b5b343..879a08ccb3 100644 --- a/storage/framework/core/push/package.json +++ b/storage/framework/core/push/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/push", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Push integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/query-builder/package.json b/storage/framework/core/query-builder/package.json index d070e7f52e..37d20d9ae2 100644 --- a/storage/framework/core/query-builder/package.json +++ b/storage/framework/core/query-builder/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/query-builder", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Query Builder integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/queue/package.json b/storage/framework/core/queue/package.json index 5e8894d587..65bd506a2e 100644 --- a/storage/framework/core/queue/package.json +++ b/storage/framework/core/queue/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/queue", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Queue system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/raycast/package.json b/storage/framework/core/raycast/package.json index 003e06ece6..d16d53efb3 100644 --- a/storage/framework/core/raycast/package.json +++ b/storage/framework/core/raycast/package.json @@ -1,7 +1,7 @@ { "name": "stacks-raycast", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Raycast plugin.", "scripts": { "build": "echo 'No build step required yet.'" diff --git a/storage/framework/core/realtime/package.json b/storage/framework/core/realtime/package.json index 78b010cb32..9e617b8826 100644 --- a/storage/framework/core/realtime/package.json +++ b/storage/framework/core/realtime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/realtime", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/repl/package.json b/storage/framework/core/repl/package.json index 56f04a6f17..effb8f9a74 100644 --- a/storage/framework/core/repl/package.json +++ b/storage/framework/core/repl/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/repl", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A Stacks optimized TS & Vue REPL.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/router/package.json b/storage/framework/core/router/package.json index cffe1b1494..c26ad7406b 100644 --- a/storage/framework/core/router/package.json +++ b/storage/framework/core/router/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/router", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/scheduler/package.json b/storage/framework/core/scheduler/package.json index a343fa2688..bbf2f7d1b1 100644 --- a/storage/framework/core/scheduler/package.json +++ b/storage/framework/core/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/scheduler", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks scheduler.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/search-engine/package.json b/storage/framework/core/search-engine/package.json index 2314047b6a..e97b8437d5 100644 --- a/storage/framework/core/search-engine/package.json +++ b/storage/framework/core/search-engine/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/search-engine", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/security/package.json b/storage/framework/core/security/package.json index 26bb7286b2..e378b8dfbf 100644 --- a/storage/framework/core/security/package.json +++ b/storage/framework/core/security/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/security", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/server/package.json b/storage/framework/core/server/package.json index 92847ef14e..fd7b0d0923 100644 --- a/storage/framework/core/server/package.json +++ b/storage/framework/core/server/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/server", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/shell/package.json b/storage/framework/core/shell/package.json index 11bcfb65f0..7088bbde6c 100644 --- a/storage/framework/core/shell/package.json +++ b/storage/framework/core/shell/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/shell", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/slug/package.json b/storage/framework/core/slug/package.json index e9e97ec06d..fda648b84d 100644 --- a/storage/framework/core/slug/package.json +++ b/storage/framework/core/slug/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/slug", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks slug functionality.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/sms/package.json b/storage/framework/core/sms/package.json index 23053f3659..39e8ffabe0 100644 --- a/storage/framework/core/sms/package.json +++ b/storage/framework/core/sms/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/sms", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "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/storage/package.json b/storage/framework/core/storage/package.json index b55a71eb81..33b237617f 100644 --- a/storage/framework/core/storage/package.json +++ b/storage/framework/core/storage/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/storage", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/strings/package.json b/storage/framework/core/strings/package.json index 512e20d50f..faa1a330f3 100644 --- a/storage/framework/core/strings/package.json +++ b/storage/framework/core/strings/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/strings", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/testing/package.json b/storage/framework/core/testing/package.json index 7a0ed7d4ab..b9ee15615c 100644 --- a/storage/framework/core/testing/package.json +++ b/storage/framework/core/testing/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/testing", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks way of testing.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/tinker/package.json b/storage/framework/core/tinker/package.json index 6203af64ab..a474301aef 100644 --- a/storage/framework/core/tinker/package.json +++ b/storage/framework/core/tinker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tinker", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "All you need to tinker.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/tunnel/package.json b/storage/framework/core/tunnel/package.json index cab95372bc..ee33a7782d 100644 --- a/storage/framework/core/tunnel/package.json +++ b/storage/framework/core/tunnel/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tunnel", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Local development tunnel.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index b7d6a83ed4..11a3865c90 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/types", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/ui/package.json b/storage/framework/core/ui/package.json index 2f7f2945ca..f98cda66b0 100644 --- a/storage/framework/core/ui/package.json +++ b/storage/framework/core/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ui", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks UI engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/utils/package.json b/storage/framework/core/utils/package.json index aec971a45f..7f572e21ae 100644 --- a/storage/framework/core/utils/package.json +++ b/storage/framework/core/utils/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/utils", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks helper functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/validation/package.json b/storage/framework/core/validation/package.json index e6f5e558c3..bb5521b9b8 100644 --- a/storage/framework/core/validation/package.json +++ b/storage/framework/core/validation/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/validation", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Validation ways.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index a7371872d7..2927e7512e 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-config", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Vite configurations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index 0e8869cfe1..a74e29260f 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-plugin", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "The Stacks Vite plugins.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/whois/package.json b/storage/framework/core/whois/package.json index 64f28f7a6f..cace64f942 100644 --- a/storage/framework/core/whois/package.json +++ b/storage/framework/core/whois/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/whois", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "description": "Easily get whois info.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/x-ray/package.json b/storage/framework/core/x-ray/package.json index 68367ee77a..ea5f2b43bb 100644 --- a/storage/framework/core/x-ray/package.json +++ b/storage/framework/core/x-ray/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/x-ray", "type": "module", - "version": "0.61.14", + "version": "0.61.15", "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 97d2ad5001..11025b00ef 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.61.14", + "version": "0.61.15", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer",