@globalbrain/sefirot
Advanced tools
Comparing version 0.60.0 to 0.61.0
@@ -0,1 +1,7 @@ | ||
# [0.61.0](https://github.com/globalbrain/sefirot/compare/v0.60.0...v0.61.0) (2021-07-01) | ||
### Features | ||
* **validation:** add minValue validation ([#89](https://github.com/globalbrain/sefirot/issues/89)) ([014d2fc](https://github.com/globalbrain/sefirot/commit/014d2fc3f8da7b5edb3384b293a0a29aad3d8348)) | ||
# [0.60.0](https://github.com/globalbrain/sefirot/compare/v0.59.0...v0.60.0) (2021-06-25) | ||
@@ -2,0 +8,0 @@ |
@@ -9,2 +9,3 @@ import { isString } from '../../support/Util' | ||
import maxValue from './maxValue' | ||
import minValue from './minValue' | ||
import month from './month' | ||
@@ -43,2 +44,3 @@ import not from './not' | ||
maxValue, | ||
minValue, | ||
month, | ||
@@ -45,0 +47,0 @@ not, |
@@ -8,2 +8,3 @@ import day from './day' | ||
import maxValue from './maxValue' | ||
import minValue from './minValue' | ||
import month from './month' | ||
@@ -24,2 +25,3 @@ import regex from './regex' | ||
maxValue, | ||
minValue, | ||
month, | ||
@@ -26,0 +28,0 @@ regex, |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.60.0", | ||
"version": "0.61.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
299329
216
2125