Skip to content

Commit 7b4745d

Browse files
committed
chore: release v0.69.0
1 parent ab5c9b4 commit 7b4745d

File tree

112 files changed

+110
-112
lines changed

Some content is hidden

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

112 files changed

+110
-112
lines changed

app/Actions/NotifyUser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { RequestInstance } from '@stacksjs/types'
21
import { Action } from '@stacksjs/actions'
32

43
export default new Action({

storage/framework/actions/src/UserShowOrmAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { UserRequestType } from '@stacksjs/orm'
21
import { Action } from '@stacksjs/actions'
32
import { response } from '@stacksjs/router'
43
import User from '../../orm/src/models/User'

storage/framework/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-api",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"scripts": {
66
"build": "bun build.ts",
77
"dev": "bun --hot run dev.ts",

storage/framework/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacks-cloud",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "The Stacks cloud/serverless integration & implementation.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/actions",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "The Stacks actions.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ai",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "Stacks Artificial Intelligence.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/alias",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "The Stacks aliases.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/analytics",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "Stacks Analytics. Privacy-friendly.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/api",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "The Stacks array utilities.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

storage/framework/core/arrays/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/arrays",
33
"type": "module",
4-
"version": "0.68.2",
4+
"version": "0.69.0",
55
"description": "The Stacks array utilities.",
66
"author": "Chris Breuer",
77
"contributors": ["Chris Breuer <chris@stacksjs.org>"],

0 commit comments

Comments
 (0)