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 761ff7a
Show file tree
Hide file tree
Showing 6 changed files with 645 additions and 289 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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ environment:
```shell
$ 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
# Run the container with x86_64 architecture and install packages
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh -c "npm install"
```
Loading

0 comments on commit 761ff7a

Please sign in to comment.