Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 22, 2024
1 parent 43f716b commit 77094b3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_UI_ILS_VERSION=$npm_package_version
REACT_APP_INVENIO_VERSION=1.0.0a85
REACT_APP_INVENIO_VERSION=1.0.0
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
REACT_APP_OVERLAY_VERSION=
Expand Down
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changes

Version 1.0.0 (released 2024-10-22)

- upgrade axios and react-searchkit dependencies

Version 1.0.0-alpha.91 (released 2024-10-01)

- global: improve screen adaptability
- self-checkout: add manual input for the barcode
- self-checkout: add manual input for the barcode

Version 1.0.0-alpha.90 (released 2024-06-24)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ $ rm -rf package-lock.json && rm -rf node_modules
# Run the container with x86_64 architecture
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh

[root@3954486e4a37]# npm install
[root@3954486e4a37]# npm i
```
2 changes: 1 addition & 1 deletion 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.91",
"version": "1.0.0",
"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 @@ -88,7 +88,7 @@ export default class LoanActions extends Component {
<InfoMessage
fluid
header="No actions available."
content={"The loan can't be changed in its current state."}
content="The loan can't be changed in its current state."
/>
);
}
Expand Down

0 comments on commit 77094b3

Please sign in to comment.