diff --git a/lerna.json b/lerna.json index d43c2b8..be6e922 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.3.0" + "version": "2.3.1" } diff --git a/packages/pure-validations-react/package.json b/packages/pure-validations-react/package.json index c42bbb7..0787606 100644 --- a/packages/pure-validations-react/package.json +++ b/packages/pure-validations-react/package.json @@ -1,6 +1,6 @@ { "name": "@totalsoft/pure-validations-react", - "version": "2.3.0", + "version": "2.3.1", "description": "React extensions for the \"pure-validations\" validation api", "main": "lib/index.js", "scripts": { @@ -9,7 +9,6 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel src/ --out-dir build/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "build:esm": "cross-env BABEL_ENV=esm babel src/ --out-dir build/esm --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "build:copy-files": "node ../../scripts/copy-files.js", - "prepare": "yarn run build", "test": "jest --watchAll", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{ts,tsx}\"" @@ -29,7 +28,7 @@ }, "homepage": "https://github.com/osstotalsoft/jsbb#readme", "dependencies": { - "@totalsoft/pure-validations": "^2.3.0", + "@totalsoft/pure-validations": "^2.3.1", "lodash.get": "^4.4.2" }, "devDependencies": { diff --git a/packages/pure-validations/package.json b/packages/pure-validations/package.json index 2d24e32..ce85308 100644 --- a/packages/pure-validations/package.json +++ b/packages/pure-validations/package.json @@ -1,6 +1,6 @@ { "name": "@totalsoft/pure-validations", - "version": "2.3.0", + "version": "2.3.1", "description": "Validation api via functional composition", "main": "index.js", "scripts": { @@ -9,7 +9,6 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel src/ --out-dir build/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "build:esm": "cross-env BABEL_ENV=esm babel src/ --out-dir build/esm --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "build:copy-files": "node ../../scripts/copy-files.js", - "prepare": "yarn run build", "test": "jest --watchAll", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{ts,tsx}\"" @@ -26,7 +25,7 @@ "access": "public" }, "dependencies": { - "@totalsoft/zion": "^2.2.0", + "@totalsoft/zion": "^2.3.1", "daggy": "^1.4.0", "fantasy-land": "^4.0.1" }, diff --git a/packages/zion/package.json b/packages/zion/package.json index d1c69a5..cdceeb4 100644 --- a/packages/zion/package.json +++ b/packages/zion/package.json @@ -1,6 +1,6 @@ { "name": "@totalsoft/zion", - "version": "2.2.0", + "version": "2.3.1", "description": "Fantasy Land compliant algebraic data types", "main": "./index.js", "module": "./index.js",