Skip to content

Commit 17edc5a

Browse files
committed
chore: wip
1 parent 0de4e98 commit 17edc5a

27 files changed

+16
-1179
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Stacks Changelog
22

3+
## v0.65.0...v0.65.1
4+
5+
[compare changes](https://github.com/stacksjs/stacks/compare/v0.65.0...v0.65.1)
6+
7+
### 🏡 Chore
8+
9+
- Wip ([e20673133](https://github.com/stacksjs/stacks/commit/e20673133))
10+
- Wip ([70723cf8d](https://github.com/stacksjs/stacks/commit/70723cf8d))
11+
- Release v0.65.1 ([0de4e985a](https://github.com/stacksjs/stacks/commit/0de4e985a))
12+
13+
### ❤️ Contributors
14+
15+
- Chris <chrisbreuer93@gmail.com>
16+
317
## v0.64.6...v0.65.0
418

519
[compare changes](https://github.com/stacksjs/stacks/compare/v0.64.6...v0.65.0)

bun.lockb

-568 Bytes
Binary file not shown.

storage/framework/core/alias/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export const alias: Record<string, string> = {
9494
'stacks/enums': p.enumsPath('src/index.ts'),
9595
'@stacksjs/enums/*': p.enumsPath('src/*'),
9696
'stacks/enums/*': p.enumsPath('src/*'),
97-
'@stacksjs/eslint-plugin/*': p.eslintPluginPath('src/*'),
98-
'stacks/eslint-plugin/*': p.eslintPluginPath('src/*'),
9997
'@stacksjs/env': p.coreEnvPath('src/index.ts'),
10098
'stacks/env': p.coreEnvPath('src/index.ts'),
10199
'@stacksjs/env/*': p.coreEnvPath('src/*'),

storage/framework/core/eslint-plugin/README.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

storage/framework/core/eslint-plugin/build.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

storage/framework/core/eslint-plugin/package.json

Lines changed: 0 additions & 60 deletions
This file was deleted.

storage/framework/core/eslint-plugin/src/configs/flat.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

storage/framework/core/eslint-plugin/src/configs/recommended.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

storage/framework/core/eslint-plugin/src/constants.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

storage/framework/core/eslint-plugin/src/dirs.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)