Skip to content

Commit

Permalink
chore: export generic Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Jan 18, 2024
1 parent 930e183 commit f1ed752
Show file tree
Hide file tree
Showing 3 changed files with 7 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.25.1
------
- chore: export generic Messages

0.25.0
------
- feat: Add inputs search to editComponent
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.25.0",
"version": "0.25.1",
"repository": {
"type": "git",
"url": "[email protected]:guillotinaweb/guillotina_react.git"
Expand Down
2 changes: 2 additions & 0 deletions src/guillo-gmi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export * from './views/folder'
export * from './views/item'
export * from './views/users'
export * from './views/groups'

export * from './locales/generic_messages'

0 comments on commit f1ed752

Please sign in to comment.