Skip to content

Commit

Permalink
chore: release v0.61.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 22, 2024
1 parent 5da1076 commit 9da6cb7
Show file tree
Hide file tree
Showing 82 changed files with 293 additions and 961 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Stacks Changelog

## v0.61.16...v0.61.16-4-g5da107688

[compare changes](https://github.com/stacksjs/stacks/compare/v0.61.16...v0.61.16-4-g5da107688)

### 🏡 Chore

- Wip ([0870ceaf6](https://github.com/stacksjs/stacks/commit/0870ceaf6))
- Wip ([38ac08af5](https://github.com/stacksjs/stacks/commit/38ac08af5))
- Wip ([5da107688](https://github.com/stacksjs/stacks/commit/5da107688))

### ❤️ Contributors

- Chris <[email protected]>

## v0.61.15...v0.61.15-4-gf3365cf2f

[compare changes](https://github.com/stacksjs/stacks/compare/v0.61.15...v0.61.15-4-gf3365cf2f)
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "The Stacks actions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -38,14 +38,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "Stacks Artificial Intelligence.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,14 +35,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
17 changes: 4 additions & 13 deletions 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.61.16",
"version": "0.61.17",
"description": "The Stacks aliases.",
"author": "Chris Breuer",
"license": "MIT",
Expand All @@ -15,10 +15,7 @@
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"alias",
"stacks"
],
"keywords": ["alias", "stacks"],
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -27,14 +24,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "Stacks Analytics. Privacy-friendly.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,14 +36,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,14 +35,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,14 +35,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
18 changes: 4 additions & 14 deletions 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.61.16",
"version": "0.61.17",
"description": "A more simplistic way to authenticate.",
"author": "Chris Breuer",
"license": "MIT",
Expand All @@ -15,11 +15,7 @@
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"auth",
"authenticate",
"stacks"
],
"keywords": ["auth", "authenticate", "stacks"],
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -32,14 +28,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "Meet Buddy. The Stacks runtime.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -50,20 +50,14 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"contributors": ["Chris Breuer <[email protected]>"],
"bin": {
"stacks": "dist/cli.mjs",
"stx": "dist/cli.mjs",
"buddy": "dist/cli.mjs",
"bud": "dist/cli.mjs"
},
"files": [
"README.md",
"dist",
"src"
],
"files": ["README.md", "dist", "src"],
"scripts": {
"buddy": "bunx ./src/cli.ts",
"build": "bun --bun build.ts && bun run compile",
Expand Down
12 changes: 3 additions & 9 deletions 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.61.16",
"version": "0.61.17",
"description": "The Stacks framework build tools and configurations.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,14 +37,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"build": "bun --bun build.ts",
"typecheck": "bun --bun tsc --noEmit",
Expand Down
17 changes: 4 additions & 13 deletions 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.61.16",
"version": "0.61.17",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand All @@ -14,10 +14,7 @@
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"project-starter",
"stacks"
],
"keywords": ["project-starter", "stacks"],
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -30,14 +27,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
"stacks": "bun run buddy",
Expand Down
17 changes: 4 additions & 13 deletions 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.61.16",
"version": "0.61.17",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand All @@ -14,10 +14,7 @@
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"project-starter",
"stacks"
],
"keywords": ["project-starter", "stacks"],
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -30,14 +27,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
"stacks": "bun run buddy",
Expand Down
17 changes: 4 additions & 13 deletions 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.61.16",
"version": "0.61.17",
"description": "Your project description.",
"author": "your-name <your-email>",
"license": "MIT",
Expand All @@ -14,10 +14,7 @@
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"project-starter",
"stacks"
],
"keywords": ["project-starter", "stacks"],
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -30,14 +27,8 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"contributors": [
"Chris Breuer <[email protected]>"
],
"files": [
"README.md",
"dist",
"src"
],
"contributors": ["Chris Breuer <[email protected]>"],
"files": ["README.md", "dist", "src"],
"scripts": {
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
"stacks": "bun run buddy",
Expand Down
Loading

0 comments on commit 9da6cb7

Please sign in to comment.