Skip to content

Commit cecd408

Browse files
Merge pull request #40 from MarcosBrendonDePaula/claude/troque-a-v-01SRYydWQSPFwdosRgCNXm6j
Exchange the V variable
2 parents bf7a26e + 33268ff commit cecd408

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,4 +409,4 @@ curl http://localhost:3000/api/health # ✅ Health check
409409

410410
**🎯 Objetivo**: Capacitar LLMs a trabalhar eficientemente com FluxStack, seguindo padrões estabelecidos e garantindo código de alta qualidade com type safety automática.
411411

412-
**📅 Última atualização**: Janeiro 2025 - v1.8.2 - Centralização de app instance e regra de instalação do Bun.
412+
**📅 Última atualização**: Janeiro 2025 - v1.8.3 - Nova versão para publicação.

core/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Single source of truth for version number
44
* Auto-synced with package.json
55
*/
6-
export const FLUXSTACK_VERSION = '1.8.2'
6+
export const FLUXSTACK_VERSION = '1.8.3'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fluxstack",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)