Skip to content

Commit

Permalink
release: v1.0.0-alpha.77
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Oct 19, 2023
1 parent 0400f33 commit c55054d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

Version 1.0.0-alpha.77(released 2023-10-19)

- frontsite: add overridable cmps

Version 1.0.0-alpha.76(released 2023-06-22)

- patron: past loans are not clickable
Expand Down
52 changes: 10 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inveniosoftware/react-invenio-app-ils",
"version": "1.0.0-alpha.76",
"version": "1.0.0-alpha.77",
"description": "Single Page App built with React for InvenioILS",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class DocumentItems extends Component {
},
documentDetails,
} = this.props;
console.log('test', this.props);
const internalLocationsComponent = (
<DocumentTabs locationsObject={this.filteredLocations} />
);
Expand Down

0 comments on commit c55054d

Please sign in to comment.