@globalbrain/sefirot
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -0,1 +1,7 @@ | ||
# [0.20.0](https://github.com/globalbrain/sefirot/compare/v0.19.0...v0.20.0) (2021-01-12) | ||
### Features | ||
* **input:** add input year, month, and day component ([1ffa50c](https://github.com/globalbrain/sefirot/commit/1ffa50c61a8e98328fb3f4ddcc1777815f807947)) | ||
# [0.19.0](https://github.com/globalbrain/sefirot/compare/v0.18.0...v0.19.0) (2021-01-07) | ||
@@ -2,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
export type { Search, Item } from './Dropdown' | ||
export type { Search, Item, TextItem } from './Dropdown' | ||
export { | ||
@@ -3,0 +3,0 @@ useSearch, |
@@ -6,2 +6,5 @@ import email from './email' | ||
import url from './url' | ||
import year from './year' | ||
import month from './month' | ||
import day from './day' | ||
@@ -20,3 +23,6 @@ export interface Rule { | ||
rule, | ||
url | ||
url, | ||
year, | ||
month, | ||
day | ||
} |
@@ -5,2 +5,5 @@ import email from './email' | ||
import url from './url' | ||
import year from './year' | ||
import month from './month' | ||
import day from './day' | ||
@@ -11,3 +14,6 @@ export { | ||
required, | ||
url | ||
url, | ||
year, | ||
month, | ||
day | ||
} |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
202592
153
1267