diff --git a/lerna.json b/lerna.json index b73204b..32a39a6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.1.4", - "packages": ["packages/*"] -} + "version": "0.1.5", + "packages": [ + "packages/*" + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 39ac3b8..36a8af2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11967,7 +11967,7 @@ }, "packages/examples": { "name": "@kintaman-co/nfigure-examples", - "version": "0.1.2", + "version": "0.1.5", "license": "MIT", "dependencies": { "@kintaman-co/nfigure": "^0.0.2", @@ -11991,12 +11991,12 @@ }, "packages/nfigure": { "name": "@kintaman-co/nfigure", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT" }, "packages/nfigure-typebox": { "name": "@kintaman-co/nfigure-typebox", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "peerDependencies": { "@kintaman-co/nfigure": ">=0.0.3, <1.0.0", diff --git a/packages/examples/package.json b/packages/examples/package.json index 86722a3..21a0eaa 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@kintaman-co/nfigure-examples", - "version": "0.1.2", + "version": "0.1.5", "private": true, "scripts": {}, "keywords": [], diff --git a/packages/nfigure-typebox/package.json b/packages/nfigure-typebox/package.json index 71b0dd3..ca3717d 100644 --- a/packages/nfigure-typebox/package.json +++ b/packages/nfigure-typebox/package.json @@ -1,6 +1,6 @@ { "name": "@kintaman-co/nfigure-typebox", - "version": "0.1.4", + "version": "0.1.5", "scripts": { "test": "jest", "build": "tsc" diff --git a/packages/nfigure/package.json b/packages/nfigure/package.json index f8912ff..cda48df 100644 --- a/packages/nfigure/package.json +++ b/packages/nfigure/package.json @@ -1,6 +1,6 @@ { "name": "@kintaman-co/nfigure", - "version": "0.1.4", + "version": "0.1.5", "scripts": { "test": "jest", "build": "tsc"