Skip to content

Commit

Permalink
chore: release v0.58.66
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 14, 2024
1 parent e46c400 commit 197873b
Show file tree
Hide file tree
Showing 78 changed files with 98 additions and 77 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Stacks Changelog

## v0.58.65...v0.58.65-10-ge46c4008e

[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.65...v0.58.65-10-ge46c4008e)

### 🏡 Chore

- Wip ([e6461e9d8](https://github.com/stacksjs/stacks/commit/e6461e9d8))
- Wip ([43b043679](https://github.com/stacksjs/stacks/commit/43b043679))
- Wip ([96ec3c259](https://github.com/stacksjs/stacks/commit/96ec3c259))
- Wip ([c7d998f61](https://github.com/stacksjs/stacks/commit/c7d998f61))
- Wip ([1662623ab](https://github.com/stacksjs/stacks/commit/1662623ab))
- Wip ([a16559358](https://github.com/stacksjs/stacks/commit/a16559358))
- Wip ([5866e40fc](https://github.com/stacksjs/stacks/commit/5866e40fc))
- Wip ([b3037cbff](https://github.com/stacksjs/stacks/commit/b3037cbff))
- Wip ([e46c4008e](https://github.com/stacksjs/stacks/commit/e46c4008e))

### ❤️ Contributors

- Chris <[email protected]>

## v0.58.65...v0.58.65-3-gd47ed35f9

[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.65...v0.58.65-3-gd47ed35f9)
Expand Down
3 changes: 2 additions & 1 deletion routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ route.get('/api/welcome/', () => 'hello world 4') // stacksjs.org/api/welcome/

route.health() // /api/health
// route.action('BuddyAction') // /api/buddy
// route.get('/api/buddy', 'BuddyAction') // /api/buddy
route.get('/api/buddy/commands', 'Buddy/CommandsAction') // /api/buddy
route.get('/api/buddy/versions', 'Buddy/VersionsAction') // /api/buddy
// route.job('/api/example') // the equivalent of route.get('/api/example', 'ExampleJob')
// route.get('/api/buddy-2', '../app/Actions/BuddyAction') // todo: support this
// route.get('/api/buddy-3', import('../app/Actions/BuddyAction')) // todo: support this
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/actions",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks actions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/ai",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Stacks Artificial Intelligence.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/alias/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/alias",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks aliases.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/analytics",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Stacks Analytics. Privacy-friendly.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/api",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/arrays",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/auth",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "A more simplistic way to authenticate.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/buddy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/buddy",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Meet Buddy. The Stacks runtime.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/build",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks framework build tools and configurations.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-create/bud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bun-examples/bud",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-create/buddy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bun-examples/buddy",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-create/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bun-examples/stack",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-create/stacks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bun-examples/stacks",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-create/stx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bun-examples/stx",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/bun-plugin-yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bun-plugin-yaml",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "A Bun plugin to load yaml files",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/cache",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Caching the Stacks way.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/chat",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Easily interact with chat APIs.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/cli",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/cloud",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks cloud/serverless integration & implementation.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-layer",
"version": "0.58.65",
"version": "0.58.66",
"description": "",
"author": "",
"license": "ISC",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stacks-router-layer",
"version": "0.58.65",
"version": "0.58.66",
"description": "",
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/collections/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/collections",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks collections.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/config",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks config helper methods.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/database",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks database integration.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/datetime",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks datetime helpers.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/desktop",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks Desktop engine.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/development/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/development",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks development dependencies.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/dns",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Easily manage your DNS.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/docs",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks way to document.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/email",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/enums/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/enums",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Stacks enums.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/env/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/env",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Stacks env helper methods.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/error-handling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/error-handling",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Type safe error handling.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/eslint-config",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/events",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Functional event emitting.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/faker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/faker",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Faker functions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/git/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/git",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks git utilities & conventions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/health/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/health",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks Health services.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/http",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "Stacks HTTP methods.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/lint",
"type": "module",
"version": "0.58.65",
"version": "0.58.66",
"description": "The Stacks way to lint.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
Loading

0 comments on commit 197873b

Please sign in to comment.