Skip to content

Commit 41dc7c5

Browse files
committed
chore: release v0.64.6
1 parent ebf1dd2 commit 41dc7c5

File tree

94 files changed

+94
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+94
-94
lines changed

storage/framework/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-api",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"scripts": {
66
"build": "bun build.ts",
77
"dev": "bun --hot run dev.ts",

storage/framework/cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-cloud",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks cloud/serverless integration & implementation.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/actions",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks actions.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ai",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Stacks Artificial Intelligence.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/alias/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/alias",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks aliases.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <[email protected]>"],

storage/framework/core/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/analytics",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Stacks Analytics. Privacy-friendly.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/api",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks array utilities.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <[email protected]>"],

storage/framework/core/arrays/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/arrays",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks array utilities.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/auth",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "A more simplistic way to authenticate.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/buddy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/buddy",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Meet Buddy. The Stacks runtime.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/build",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks framework build tools and configurations.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/bun-create/bud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-examples/bud",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Your project description.",
66
"author": "your-name <your-email>",
77
"license": "MIT",

storage/framework/core/bun-create/buddy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-examples/buddy",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Your project description.",
66
"author": "your-name <your-email>",
77
"license": "MIT",

storage/framework/core/bun-create/stack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-examples/stack",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Your project description.",
66
"author": "your-name <your-email>",
77
"license": "MIT",

storage/framework/core/bun-create/stacks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-examples/stacks",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Your project description.",
66
"author": "your-name <your-email>",
77
"license": "MIT",

storage/framework/core/bun-create/stx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-examples/stx",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Your project description.",
66
"author": "your-name <your-email>",
77
"license": "MIT",

storage/framework/core/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/cache",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Caching the Stacks way.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/calendar-api",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Easily interact with calendar APIs.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/chat",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Easily interact with chat APIs.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/cli",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/cloud",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks cloud/serverless integration & implementation.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-sdk-layer",
3-
"version": "0.64.5",
3+
"version": "0.64.6",
44
"description": "",
55
"author": "",
66
"license": "ISC",

storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stacks-router-layer",
3-
"version": "0.64.5",
3+
"version": "0.64.6",
44
"description": "",
55
"author": "",
66
"license": "MIT",

storage/framework/core/collections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/collections",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks collections.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/components/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/auths",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "An opinionated notification component for Stacks.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <[email protected]>"],

storage/framework/core/components/calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/calendar",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Calendar components for all.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/components/command-palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/command-palette",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"private": true,
66
"exports": {
77
".": {

storage/framework/core/components/dropdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dropdown",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "A dropdown component for all.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/components/modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/modal",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "A modern modal component.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/components/notification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/notification",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "An opinionated notification component for Stacks.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <[email protected]>"],

storage/framework/core/components/stepper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/stepper",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "A modern stepper component.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <[email protected]>"],

storage/framework/core/components/table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacksjs/table",
3-
"version": "0.64.5",
3+
"version": "0.64.6",
44
"description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, and more.",
55
"author": "Stacks.js",
66
"license": "MIT",

storage/framework/core/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/config",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks config helper methods.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/database",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks database integration.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/datetime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/datetime",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks datetime helpers.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/desktop",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks Desktop engine.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/development/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/development",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks development dependencies.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/dns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dns",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Easily manage your DNS.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/docs",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks way to document.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/ecommerce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ecommerce",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Stacks ecommerce utilities.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/email",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/enums/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/enums",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Stacks enums.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/env",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Stacks env helper methods.",
66
"author": "Chris Breuer",
77
"license": "MIT",

storage/framework/core/error-handling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/error-handling",
33
"type": "module",
4-
"version": "0.64.5",
4+
"version": "0.64.6",
55
"description": "Type safe error handling.",
66
"author": "Chris Breuer",
77
"license": "MIT",

0 commit comments

Comments
 (0)