Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Nov 4, 2019
1 parent 9376abd commit 523348a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.3.0"
"version": "2.3.1"
}
5 changes: 2 additions & 3 deletions packages/pure-validations-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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}\""
Expand All @@ -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": {
Expand Down
5 changes: 2 additions & 3 deletions packages/pure-validations/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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}\""
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/zion/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 523348a

Please sign in to comment.