diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c687c9b5..d4007168cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Stacks Changelog +## v0.58.3...v0.58.3-1-g2a35dd1f5 + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.3...v0.58.3-1-g2a35dd1f5) + +### 🏡 Chore + +- Wip ([2a35dd1f5](https://github.com/stacksjs/stacks/commit/2a35dd1f5)) + +### ❤️ Contributors + +- Chris + ## v0.58.2...v0.58.2-1-ge31b4b4b3 [compare changes](https://github.com/stacksjs/stacks/compare/v0.58.2...v0.58.2-1-ge31b4b4b3) diff --git a/storage/framework/ide/vscode/package.json b/storage/framework/ide/vscode/package.json index aedd2b26e7..ded4b4423c 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.3", + "version": "0.58.4", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", diff --git a/storage/framework/stacks/package.json b/storage/framework/stacks/package.json index 6ea25f1395..26ae79c1e5 100644 --- a/storage/framework/stacks/package.json +++ b/storage/framework/stacks/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/actions/package.json b/storage/framework/stacks/src/actions/package.json index 46178fc51c..ddb64417ae 100644 --- a/storage/framework/stacks/src/actions/package.json +++ b/storage/framework/stacks/src/actions/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/actions", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/ai/package.json b/storage/framework/stacks/src/ai/package.json index a494b444c5..aaab65fe4c 100644 --- a/storage/framework/stacks/src/ai/package.json +++ b/storage/framework/stacks/src/ai/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ai", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Stacks Artificial Intelligence.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/alias/package.json b/storage/framework/stacks/src/alias/package.json index 9d3916148e..2a76a99428 100644 --- a/storage/framework/stacks/src/alias/package.json +++ b/storage/framework/stacks/src/alias/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks aliases.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/analytics/package.json b/storage/framework/stacks/src/analytics/package.json index 167ab26e30..7c00f4e4ff 100644 --- a/storage/framework/stacks/src/analytics/package.json +++ b/storage/framework/stacks/src/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/analytics", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/api/package.json b/storage/framework/stacks/src/api/package.json index 0c8efc9b9c..2a83e1a341 100644 --- a/storage/framework/stacks/src/api/package.json +++ b/storage/framework/stacks/src/api/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/arrays/package.json b/storage/framework/stacks/src/arrays/package.json index 159a36499c..0463771c0e 100644 --- a/storage/framework/stacks/src/arrays/package.json +++ b/storage/framework/stacks/src/arrays/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/arrays", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/auth/package.json b/storage/framework/stacks/src/auth/package.json index 9c44f1f2a2..98c8363cd4 100644 --- a/storage/framework/stacks/src/auth/package.json +++ b/storage/framework/stacks/src/auth/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/auth", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/buddy/package.json b/storage/framework/stacks/src/buddy/package.json index 321528a8d5..45f1e069e6 100644 --- a/storage/framework/stacks/src/buddy/package.json +++ b/storage/framework/stacks/src/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/buddy", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Meet Buddy. The Stacks runtime.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/build/package.json b/storage/framework/stacks/src/build/package.json index b0a47220a3..6b4209f0a8 100644 --- a/storage/framework/stacks/src/build/package.json +++ b/storage/framework/stacks/src/build/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/build", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-create/bud/package.json b/storage/framework/stacks/src/bun-create/bud/package.json index 5344e716ab..ee7fb6be05 100644 --- a/storage/framework/stacks/src/bun-create/bud/package.json +++ b/storage/framework/stacks/src/bun-create/bud/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/bud", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-create/buddy/package.json b/storage/framework/stacks/src/bun-create/buddy/package.json index 6a5d43a4a8..e98a503c48 100644 --- a/storage/framework/stacks/src/bun-create/buddy/package.json +++ b/storage/framework/stacks/src/bun-create/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/buddy", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-create/stack/package.json b/storage/framework/stacks/src/bun-create/stack/package.json index b04f97d09a..5e7aa6f14c 100644 --- a/storage/framework/stacks/src/bun-create/stack/package.json +++ b/storage/framework/stacks/src/bun-create/stack/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stack", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-create/stacks/package.json b/storage/framework/stacks/src/bun-create/stacks/package.json index d2172c25d1..4cc1cc3c2b 100644 --- a/storage/framework/stacks/src/bun-create/stacks/package.json +++ b/storage/framework/stacks/src/bun-create/stacks/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stacks", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-create/stx/package.json b/storage/framework/stacks/src/bun-create/stx/package.json index 0be698827c..b967a00637 100644 --- a/storage/framework/stacks/src/bun-create/stx/package.json +++ b/storage/framework/stacks/src/bun-create/stx/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stx", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/stacks/src/bun-plugin-yaml/package.json b/storage/framework/stacks/src/bun-plugin-yaml/package.json index 3516f7e370..18d1a509f7 100644 --- a/storage/framework/stacks/src/bun-plugin-yaml/package.json +++ b/storage/framework/stacks/src/bun-plugin-yaml/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-yaml", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "A Bun plugin to load yaml files", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/cache/package.json b/storage/framework/stacks/src/cache/package.json index 08a8cb6698..1ca634ccc9 100644 --- a/storage/framework/stacks/src/cache/package.json +++ b/storage/framework/stacks/src/cache/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cache", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Caching the Stacks way.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/chat/package.json b/storage/framework/stacks/src/chat/package.json index 2c3988621f..ea15335b25 100644 --- a/storage/framework/stacks/src/chat/package.json +++ b/storage/framework/stacks/src/chat/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/chat", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Easily interact with chat APIs.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/cli/package.json b/storage/framework/stacks/src/cli/package.json index 35d3153467..7e48f86965 100644 --- a/storage/framework/stacks/src/cli/package.json +++ b/storage/framework/stacks/src/cli/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cli", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/cloud/package.json b/storage/framework/stacks/src/cloud/package.json index 05d01833a3..ae3034451f 100644 --- a/storage/framework/stacks/src/cloud/package.json +++ b/storage/framework/stacks/src/cloud/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cloud", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json b/storage/framework/stacks/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json index 871184490b..9733d76049 100644 --- a/storage/framework/stacks/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +++ b/storage/framework/stacks/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "0.58.3", + "version": "0.58.4", "description": "", "author": "", "license": "ISC", diff --git a/storage/framework/stacks/src/cloud/src/server/package.json b/storage/framework/stacks/src/cloud/src/server/package.json index ec6f775bfd..18e92ab191 100644 --- a/storage/framework/stacks/src/cloud/src/server/package.json +++ b/storage/framework/stacks/src/cloud/src/server/package.json @@ -1,7 +1,7 @@ { "name": "stacks-cloud", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "dependencies": { "@aws-sdk/client-dynamodb": "^3.485.0", "@aws-sdk/lib-dynamodb": "^3.485.0", diff --git a/storage/framework/stacks/src/collections/package.json b/storage/framework/stacks/src/collections/package.json index 3dd8d622b2..093b95b903 100644 --- a/storage/framework/stacks/src/collections/package.json +++ b/storage/framework/stacks/src/collections/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/collections", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/config/package.json b/storage/framework/stacks/src/config/package.json index ebcb866324..f0a13d83ef 100644 --- a/storage/framework/stacks/src/config/package.json +++ b/storage/framework/stacks/src/config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/config", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "private": true, "description": "The Stacks config helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/stacks/src/database/package.json b/storage/framework/stacks/src/database/package.json index 43521e5d14..6b6d524991 100644 --- a/storage/framework/stacks/src/database/package.json +++ b/storage/framework/stacks/src/database/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/database", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/datetime/package.json b/storage/framework/stacks/src/datetime/package.json index 12bd440be3..7b0dfd247f 100644 --- a/storage/framework/stacks/src/datetime/package.json +++ b/storage/framework/stacks/src/datetime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/datetime", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/desktop/package.json b/storage/framework/stacks/src/desktop/package.json index 7488d15ace..44860cd7bd 100644 --- a/storage/framework/stacks/src/desktop/package.json +++ b/storage/framework/stacks/src/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/desktop", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/development/package.json b/storage/framework/stacks/src/development/package.json index 74fb9cdafd..7b6c52d9d1 100644 --- a/storage/framework/stacks/src/development/package.json +++ b/storage/framework/stacks/src/development/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/development", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks development dependencies.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/dns/package.json b/storage/framework/stacks/src/dns/package.json index ba9239e618..84219c7402 100644 --- a/storage/framework/stacks/src/dns/package.json +++ b/storage/framework/stacks/src/dns/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dns", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Easily manage your DNS.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/docs/package.json b/storage/framework/stacks/src/docs/package.json index 0921c2f803..b5b3c43908 100644 --- a/storage/framework/stacks/src/docs/package.json +++ b/storage/framework/stacks/src/docs/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/docs", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/email/package.json b/storage/framework/stacks/src/email/package.json index 75dfbd36f0..0ff29fa2f7 100644 --- a/storage/framework/stacks/src/email/package.json +++ b/storage/framework/stacks/src/email/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/email", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/enums/package.json b/storage/framework/stacks/src/enums/package.json index e16a19a8e8..5ee0c30261 100644 --- a/storage/framework/stacks/src/enums/package.json +++ b/storage/framework/stacks/src/enums/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/enums", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "private": true, "description": "Stacks enums.", "author": "Chris Breuer", diff --git a/storage/framework/stacks/src/env/package.json b/storage/framework/stacks/src/env/package.json index 1235b51430..859f3ec248 100644 --- a/storage/framework/stacks/src/env/package.json +++ b/storage/framework/stacks/src/env/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/env", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "private": true, "description": "Stacks env helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/stacks/src/error-handling/package.json b/storage/framework/stacks/src/error-handling/package.json index 858e8f811d..34da518f99 100644 --- a/storage/framework/stacks/src/error-handling/package.json +++ b/storage/framework/stacks/src/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/error-handling", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/eslint-config/package.json b/storage/framework/stacks/src/eslint-config/package.json index c85861b20c..ffb7bd5cbe 100644 --- a/storage/framework/stacks/src/eslint-config/package.json +++ b/storage/framework/stacks/src/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-config", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "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/stacks/src/events/package.json b/storage/framework/stacks/src/events/package.json index 387f9d4d18..49dcd3950f 100644 --- a/storage/framework/stacks/src/events/package.json +++ b/storage/framework/stacks/src/events/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/events", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Functional event emitting.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/faker/package.json b/storage/framework/stacks/src/faker/package.json index 323a707c9d..49d95332f4 100644 --- a/storage/framework/stacks/src/faker/package.json +++ b/storage/framework/stacks/src/faker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/faker", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Faker functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/git/package.json b/storage/framework/stacks/src/git/package.json index 13d7e33354..165a8ff42e 100644 --- a/storage/framework/stacks/src/git/package.json +++ b/storage/framework/stacks/src/git/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/git", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/health/package.json b/storage/framework/stacks/src/health/package.json index 6892643fd8..29bccf8008 100644 --- a/storage/framework/stacks/src/health/package.json +++ b/storage/framework/stacks/src/health/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/health", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Health services.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/http/package.json b/storage/framework/stacks/src/http/package.json index 5a3818db76..7ab80bef1f 100644 --- a/storage/framework/stacks/src/http/package.json +++ b/storage/framework/stacks/src/http/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/http", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Stacks HTTP methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/lint/package.json b/storage/framework/stacks/src/lint/package.json index dde253837e..5015643d3f 100644 --- a/storage/framework/stacks/src/lint/package.json +++ b/storage/framework/stacks/src/lint/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/lint", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/logging/package.json b/storage/framework/stacks/src/logging/package.json index e8fbada7e8..bf03413f16 100644 --- a/storage/framework/stacks/src/logging/package.json +++ b/storage/framework/stacks/src/logging/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/logging", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks logging system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/music/package.json b/storage/framework/stacks/src/music/package.json index dd3520f3b6..6b9887d063 100644 --- a/storage/framework/stacks/src/music/package.json +++ b/storage/framework/stacks/src/music/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/music", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Stacks Music", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/notifications/package.json b/storage/framework/stacks/src/notifications/package.json index b3a79fb99f..d34cb8f1ae 100644 --- a/storage/framework/stacks/src/notifications/package.json +++ b/storage/framework/stacks/src/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notifications", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/objects/package.json b/storage/framework/stacks/src/objects/package.json index 1936cd99ea..f0e16b967d 100644 --- a/storage/framework/stacks/src/objects/package.json +++ b/storage/framework/stacks/src/objects/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/objects", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/orm/package.json b/storage/framework/stacks/src/orm/package.json index f2cc016acf..b1cf8c42a7 100644 --- a/storage/framework/stacks/src/orm/package.json +++ b/storage/framework/stacks/src/orm/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/orm", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks ORM integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/path/package.json b/storage/framework/stacks/src/path/package.json index 9a8cab410c..e44ce33e45 100644 --- a/storage/framework/stacks/src/path/package.json +++ b/storage/framework/stacks/src/path/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/path", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/payments/package.json b/storage/framework/stacks/src/payments/package.json index 239570ec58..4e227a6eb3 100644 --- a/storage/framework/stacks/src/payments/package.json +++ b/storage/framework/stacks/src/payments/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/payments", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks payments package. Currently supporting Stripe.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/push/package.json b/storage/framework/stacks/src/push/package.json index b2fab41ba3..aa6bbdd1ae 100644 --- a/storage/framework/stacks/src/push/package.json +++ b/storage/framework/stacks/src/push/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/push", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Push integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/query-builder/package.json b/storage/framework/stacks/src/query-builder/package.json index 7c15b832a6..23ab7a5464 100644 --- a/storage/framework/stacks/src/query-builder/package.json +++ b/storage/framework/stacks/src/query-builder/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/query-builder", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Query Builder integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/queue/package.json b/storage/framework/stacks/src/queue/package.json index a6eff5aa74..4ee547312f 100644 --- a/storage/framework/stacks/src/queue/package.json +++ b/storage/framework/stacks/src/queue/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/queue", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Queue system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/realtime/package.json b/storage/framework/stacks/src/realtime/package.json index ac97c04720..84b76b5c52 100644 --- a/storage/framework/stacks/src/realtime/package.json +++ b/storage/framework/stacks/src/realtime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/realtime", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/repl/package.json b/storage/framework/stacks/src/repl/package.json index 7414a07225..c2d5ffa189 100644 --- a/storage/framework/stacks/src/repl/package.json +++ b/storage/framework/stacks/src/repl/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/repl", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "A Stacks optimized TS & Vue REPL.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/router/package.json b/storage/framework/stacks/src/router/package.json index ca00a97dd6..486eea53de 100644 --- a/storage/framework/stacks/src/router/package.json +++ b/storage/framework/stacks/src/router/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/router", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/scheduler/package.json b/storage/framework/stacks/src/scheduler/package.json index 999e6f5321..5621578429 100644 --- a/storage/framework/stacks/src/scheduler/package.json +++ b/storage/framework/stacks/src/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/scheduler", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks scheduler.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/search-engine/package.json b/storage/framework/stacks/src/search-engine/package.json index ac7748a626..01389c0d4d 100644 --- a/storage/framework/stacks/src/search-engine/package.json +++ b/storage/framework/stacks/src/search-engine/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/search-engine", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/security/package.json b/storage/framework/stacks/src/security/package.json index 6cfb3b9d90..6612266a84 100644 --- a/storage/framework/stacks/src/security/package.json +++ b/storage/framework/stacks/src/security/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/security", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/server/package.json b/storage/framework/stacks/src/server/package.json index be50b886fd..46457472d8 100644 --- a/storage/framework/stacks/src/server/package.json +++ b/storage/framework/stacks/src/server/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/server", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/signals/package.json b/storage/framework/stacks/src/signals/package.json index 1427b714f3..64e3768d23 100644 --- a/storage/framework/stacks/src/signals/package.json +++ b/storage/framework/stacks/src/signals/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/signals", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks signals integration, based on Maverick.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/slug/package.json b/storage/framework/stacks/src/slug/package.json index a4a4bbe321..646a61f35c 100644 --- a/storage/framework/stacks/src/slug/package.json +++ b/storage/framework/stacks/src/slug/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/slug", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks slug functionality.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/sms/package.json b/storage/framework/stacks/src/sms/package.json index 52d281c2db..7faab6d1f2 100644 --- a/storage/framework/stacks/src/sms/package.json +++ b/storage/framework/stacks/src/sms/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/sms", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/storage/package.json b/storage/framework/stacks/src/storage/package.json index 48617ee993..c1c799e327 100644 --- a/storage/framework/stacks/src/storage/package.json +++ b/storage/framework/stacks/src/storage/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/storage", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/strings/package.json b/storage/framework/stacks/src/strings/package.json index 602d798bfc..d83f75482a 100644 --- a/storage/framework/stacks/src/strings/package.json +++ b/storage/framework/stacks/src/strings/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/strings", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/tables/package.json b/storage/framework/stacks/src/tables/package.json index f6e1f880cd..e4e7658f5c 100644 --- a/storage/framework/stacks/src/tables/package.json +++ b/storage/framework/stacks/src/tables/package.json @@ -1,6 +1,6 @@ { "name": "@stacksjs/tables", - "version": "0.58.3", + "version": "0.58.4", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...", "author": "Open Web Labs", "license": "MIT", diff --git a/storage/framework/stacks/src/testing/package.json b/storage/framework/stacks/src/testing/package.json index 1af1b68c61..a24b17a551 100644 --- a/storage/framework/stacks/src/testing/package.json +++ b/storage/framework/stacks/src/testing/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/testing", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks way of testing.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/tinker/package.json b/storage/framework/stacks/src/tinker/package.json index c864d8b60b..170249947e 100644 --- a/storage/framework/stacks/src/tinker/package.json +++ b/storage/framework/stacks/src/tinker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tinker", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "All you need to tinker.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/tunnel/package.json b/storage/framework/stacks/src/tunnel/package.json index 745b956290..dda277e786 100644 --- a/storage/framework/stacks/src/tunnel/package.json +++ b/storage/framework/stacks/src/tunnel/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tunnel", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Local development tunnel.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/types/package.json b/storage/framework/stacks/src/types/package.json index 037211a38c..fe58a184b9 100644 --- a/storage/framework/stacks/src/types/package.json +++ b/storage/framework/stacks/src/types/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/types", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/ui/package.json b/storage/framework/stacks/src/ui/package.json index d9efc74f32..9b8a1796ba 100644 --- a/storage/framework/stacks/src/ui/package.json +++ b/storage/framework/stacks/src/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ui", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks UI engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/utils/package.json b/storage/framework/stacks/src/utils/package.json index ba3a969ded..6bc1db9dd5 100644 --- a/storage/framework/stacks/src/utils/package.json +++ b/storage/framework/stacks/src/utils/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/utils", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks helper functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/validation/package.json b/storage/framework/stacks/src/validation/package.json index d2d942587c..30322bbdb6 100644 --- a/storage/framework/stacks/src/validation/package.json +++ b/storage/framework/stacks/src/validation/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/validation", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Validation ways.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/vite-plugin-vue-layouts/package.json b/storage/framework/stacks/src/vite-plugin-vue-layouts/package.json index 7d2a1d28ed..2d8f62d79a 100644 --- a/storage/framework/stacks/src/vite-plugin-vue-layouts/package.json +++ b/storage/framework/stacks/src/vite-plugin-vue-layouts/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-plugin-vue-layouts", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Router based layout plugin for Vite and Vue.", "authors": [ "johncampionjr ", diff --git a/storage/framework/stacks/src/vite/package.json b/storage/framework/stacks/src/vite/package.json index 8536449b9b..7261f81076 100644 --- a/storage/framework/stacks/src/vite/package.json +++ b/storage/framework/stacks/src/vite/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "The Stacks Vite plugin.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/whois/package.json b/storage/framework/stacks/src/whois/package.json index d12bd1a8a4..72c6398239 100644 --- a/storage/framework/stacks/src/whois/package.json +++ b/storage/framework/stacks/src/whois/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/whois", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "Easily get whois info.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/stacks/src/x-ray/package.json b/storage/framework/stacks/src/x-ray/package.json index ae15d94d2d..19e70a4890 100644 --- a/storage/framework/stacks/src/x-ray/package.json +++ b/storage/framework/stacks/src/x-ray/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/x-ray", "type": "module", - "version": "0.58.3", + "version": "0.58.4", "description": "All you need to debug, log & analyze.", "author": "Chris Breuer", "license": "MIT",