Skip to content

Commit

Permalink
chore: export inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Mar 7, 2024
1 parent 3349b4c commit dc52b3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.28.3
------
- chore: export inputs

0.28.2
------
- chore: export guillotina types
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "[email protected]:guillotinaweb/guillotina_react.git"
Expand Down
2 changes: 2 additions & 0 deletions src/guillo-gmi/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ export * from './input/form'
export * from './input/input'
export * from './input/password'
export * from './input/select'
export * from './input/select_vocabulary'
export * from './input/upload'
export * from './input/textarea'
export * from './input/search_input'
export * from './input/search_input_list'
export * from './input/input_list'
export * from './input/dropdown'

Expand Down
3 changes: 3 additions & 0 deletions src/guillo-gmi/components/input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ export * from './password'
export * from './select'
export * from './select_vocabulary'
export * from './search_input'
export * from './search_input_list'
export * from './input_list'
export * from './textarea'
export * from './upload'

0 comments on commit dc52b3c

Please sign in to comment.