From a4606c4754c5bfa368d2e63a3f79c3534e0b882f Mon Sep 17 00:00:00 2001 From: Igor Vinicius Date: Mon, 20 Oct 2025 09:13:56 -0300 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20Ajusta=20importa=C3=A7=C3=A3o=20do?= =?UTF-8?q?=20metodo=20formatador?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ef00cac..49cfc76 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,3 +4,4 @@ export * from './utils/sanitizeForm'; export { maskCpf, removeCpfMask } from './formatters/cpf'; export { maskCns, removeCnsMask } from './formatters/cns'; export { maskPhone, removePhoneMask } from './formatters/phone'; +export { smartTitleCase } from './formatters/smartTitleCase'; From bcb20b339a91f20ce454c6ddc9df1d459ac8f9a5 Mon Sep 17 00:00:00 2001 From: Igor Vinicius Date: Mon, 20 Oct 2025 09:14:06 -0300 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20Atualiza=20vers=C3=A3o=20do=20paco?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d7b565..363141f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/foundry", - "version": "1.5.0", + "version": "1.5.1", "description": "A forge for composables, helpers, and front-end utilities.", "type": "module", "main": "./dist/foundry.cjs.js",