diff --git a/package.json b/package.json index 41cfd3082..db72b8d9d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bati", "private": true, "type": "module", - "version": "0.0.193", + "version": "0.0.194", "description": "@batijs monorepo", "scripts": { "new-boilerplate": "tsx ./scripts/new-boilerplate.ts", diff --git a/packages/batijs/package.json b/packages/batijs/package.json index 160148706..fc90c57d9 100644 --- a/packages/batijs/package.json +++ b/packages/batijs/package.json @@ -1,7 +1,7 @@ { "name": "batijs", "private": true, - "version": "0.0.193", + "version": "0.0.194", "type": "module", "scripts": {}, "keywords": [], diff --git a/packages/build/package.json b/packages/build/package.json index a3ed97430..2ddb8fa9f 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,6 @@ { "name": "@batijs/build", - "version": "0.0.193", + "version": "0.0.194", "description": "", "type": "module", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 17b8ed279..c5a6740ba 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@batijs/cli", - "version": "0.0.193", + "version": "0.0.194", "type": "module", "scripts": { "check-types": "tsc --noEmit", diff --git a/packages/compile/package.json b/packages/compile/package.json index f4a6169c4..1fde52e80 100644 --- a/packages/compile/package.json +++ b/packages/compile/package.json @@ -1,7 +1,7 @@ { "name": "@batijs/compile", "private": true, - "version": "0.0.193", + "version": "0.0.194", "description": "", "type": "module", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 7110c7105..0f4133bc6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@batijs/core", - "version": "0.0.193", + "version": "0.0.194", "description": "", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/create-batijs-app/package.json b/packages/create-batijs-app/package.json index d2fac7577..1aad7cf28 100644 --- a/packages/create-batijs-app/package.json +++ b/packages/create-batijs-app/package.json @@ -1,6 +1,6 @@ { "name": "@batijs/create-app", - "version": "0.0.193", + "version": "0.0.194", "type": "module", "scripts": {}, "keywords": [], diff --git a/packages/features/package.json b/packages/features/package.json index cfb8079e2..d5a083243 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@batijs/features", - "version": "0.0.193", + "version": "0.0.194", "description": "", "type": "module", "scripts": { diff --git a/packages/tests-utils/package.json b/packages/tests-utils/package.json index cd2e3db72..bc01c0ada 100644 --- a/packages/tests-utils/package.json +++ b/packages/tests-utils/package.json @@ -1,7 +1,7 @@ { "name": "@batijs/tests-utils", "private": true, - "version": "0.0.193", + "version": "0.0.194", "type": "module", "scripts": { "check-types": "tsc --noEmit", diff --git a/packages/tests/package.json b/packages/tests/package.json index 6e405e668..0ddda4bf9 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,7 +1,7 @@ { "name": "@batijs/tests", "private": true, - "version": "0.0.193", + "version": "0.0.194", "type": "module", "scripts": { "check-types": "tsc --noEmit",