diff --git a/CHANGELOG.md b/CHANGELOG.md index 0996a68dc..04dc8c14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Stacks Changelog +## v0.61.15...v0.61.15-4-gf3365cf2f + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.61.15...v0.61.15-4-gf3365cf2f) + +### 🏡 Chore + +- Wip ([8e393de82](https://github.com/stacksjs/stacks/commit/8e393de82)) +- Wip ([45632eb4a](https://github.com/stacksjs/stacks/commit/45632eb4a)) +- Wip ([0202671be](https://github.com/stacksjs/stacks/commit/0202671be)) +- Wip ([f3365cf2f](https://github.com/stacksjs/stacks/commit/f3365cf2f)) + +### ❤️ Contributors + +- Chris + ## v0.61.14...v0.61.14-2-g4d624c43c [compare changes](https://github.com/stacksjs/stacks/compare/v0.61.14...v0.61.14-2-g4d624c43c) diff --git a/storage/framework/core/actions/package.json b/storage/framework/core/actions/package.json index a1b226167..b61bbbb54 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.15", + "version": "0.61.16", "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 da800180c..920f5ff63 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.15", + "version": "0.61.16", "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 8018ea52f..e5cf2dc38 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.15", + "version": "0.61.16", "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 283e15bf9..015d76c3b 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.15", + "version": "0.61.16", "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 8afb33b58..5b53c3508 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.15", + "version": "0.61.16", "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 2e19d1290..ec75965dc 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.15", + "version": "0.61.16", "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 43d8f3ede..81cbbfd39 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.15", + "version": "0.61.16", "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 0cab036c0..724eb6394 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.15", + "version": "0.61.16", "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 5144119ac..7a70de11d 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.15", + "version": "0.61.16", "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 a92bea927..4dcc467b1 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.15", + "version": "0.61.16", "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 c3ecaf7ee..60591792a 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.15", + "version": "0.61.16", "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 a177ac942..ba8519f3b 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.15", + "version": "0.61.16", "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 12bb7fb16..1992f9dc2 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.15", + "version": "0.61.16", "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 59c6c32c6..c411392ad 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.15", + "version": "0.61.16", "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 c4b096e0c..a404a3f09 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.15", + "version": "0.61.16", "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 b5f883440..cc226216c 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.15", + "version": "0.61.16", "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 63d336729..fbc6ef170 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.15", + "version": "0.61.16", "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 c7b737d87..b04144bfe 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.15", + "version": "0.61.16", "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 5d7a11883..1c06ba14a 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.15", + "version": "0.61.16", "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 1961f49cf..d6f2e998c 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.15", + "version": "0.61.16", "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 49605e6bf..41e8648b8 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.15", + "version": "0.61.16", "description": "", "author": "", "license": "MIT", diff --git a/storage/framework/core/collections/package.json b/storage/framework/core/collections/package.json index 2a0372369..f8a480e49 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.15", + "version": "0.61.16", "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 e1aa1fe0c..4ca4f52b8 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.15", + "version": "0.61.16", "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 d94eadef8..9d4fc6be2 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.15", + "version": "0.61.16", "private": true, "exports": { ".": { diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 9a8c6e2ec..f640df261 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.15", + "version": "0.61.16", "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 0b064a23f..09d182f07 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.15", + "version": "0.61.16", "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 fdf7235c0..92ade5317 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.15", + "version": "0.61.16", "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 d40223c82..616861151 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.15", + "version": "0.61.16", "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 fa4afd965..7be7fa4f7 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.15", + "version": "0.61.16", "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 b01120881..9c96d01a6 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.15", + "version": "0.61.16", "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 1f214b76e..a552554b7 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.15", + "version": "0.61.16", "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 53fe1bbda..f972203cf 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.15", + "version": "0.61.16", "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 7545c317c..2e46f8e5e 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.15", + "version": "0.61.16", "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 c6cfa9e5a..d559122fd 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.15", + "version": "0.61.16", "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 e8c2ba61f..63e88538e 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.15", + "version": "0.61.16", "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 71ea571f1..09ab8bc3a 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.15", + "version": "0.61.16", "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 2b1098dff..240b3327f 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.15", + "version": "0.61.16", "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 743d0ea3e..b5a313622 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.15", + "version": "0.61.16", "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 f91346253..1c88627cc 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.15", + "version": "0.61.16", "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 22dd5cf74..0c484500e 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.15", + "version": "0.61.16", "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 1b6d41f27..f9a5fe3ef 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.15", + "version": "0.61.16", "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 28d0bf6b7..4d8ea44b6 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.15", + "version": "0.61.16", "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 667894b12..587dc478a 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.15", + "version": "0.61.16", "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 7193d5058..0a5e9770b 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.15", + "version": "0.61.16", "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 a163e6809..16212d151 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.15", + "version": "0.61.16", "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 a136fff9c..60fdeeeb2 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.15", + "version": "0.61.16", "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 3f2c69fd1..3b7da682e 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.15", + "version": "0.61.16", "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 92136ac1c..c9eae9e68 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.15", + "version": "0.61.16", "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 e702cbd11..0e39a110d 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.15", + "version": "0.61.16", "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 ee8b5dfdd..6b8d8c5d3 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.15", + "version": "0.61.16", "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 6a493c8f5..0b02b1874 100644 --- a/storage/framework/core/package.json +++ b/storage/framework/core/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.61.15", + "version": "0.61.16", "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 7f79f70e2..7ad759da4 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.15", + "version": "0.61.16", "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 1dc1999aa..2000b4b33 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.15", + "version": "0.61.16", "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 879a08ccb..3036c33a1 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.15", + "version": "0.61.16", "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 37d20d9ae..d10e3163c 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.15", + "version": "0.61.16", "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 65bd506a2..1da95a160 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.15", + "version": "0.61.16", "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 d16d53efb..398eb213f 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.15", + "version": "0.61.16", "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 9e617b882..cf0ff5b13 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.15", + "version": "0.61.16", "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 effb8f9a7..b048bf889 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.15", + "version": "0.61.16", "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 c26ad7406..71aba65eb 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.15", + "version": "0.61.16", "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 bbf2f7d1b..548462936 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.15", + "version": "0.61.16", "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 e97b8437d..98ef5a10e 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.15", + "version": "0.61.16", "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 e378b8dfb..6ef9179e0 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.15", + "version": "0.61.16", "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 fd7b0d092..2827ac9ee 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.15", + "version": "0.61.16", "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 7088bbde6..940c4e673 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.15", + "version": "0.61.16", "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 fda648b84..916f323cb 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.15", + "version": "0.61.16", "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 39e8ffabe..5e3748d3b 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.15", + "version": "0.61.16", "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 33b237617..aa1d882d1 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.15", + "version": "0.61.16", "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 faa1a330f..397990f7e 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.15", + "version": "0.61.16", "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 b9ee15615..82a271f69 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.15", + "version": "0.61.16", "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 a474301ae..8e42d0e6d 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.15", + "version": "0.61.16", "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 ee33a7782..a7bbba2a0 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.15", + "version": "0.61.16", "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 11a3865c9..157c06f25 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.15", + "version": "0.61.16", "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 f98cda66b..aa7c01aad 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.15", + "version": "0.61.16", "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 7f572e21a..1365fb9a3 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.15", + "version": "0.61.16", "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 bb5521b9b..f11e9394b 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.15", + "version": "0.61.16", "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 2927e7512..ff5457db9 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.15", + "version": "0.61.16", "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 a74e29260..8ccef4e3c 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.15", + "version": "0.61.16", "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 cace64f94..7c235d88a 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.15", + "version": "0.61.16", "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 ea5f2b43b..8843d4677 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.15", + "version": "0.61.16", "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 49d64de12..10901c036 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.15", + "version": "0.61.16", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer",