Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from fcollonval/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
fcollonval authored Jul 19, 2020
2 parents 10f9d9c + 876327b commit 60e04a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
jlpm
cd test-jlab-toastify
jlpm install
jlpm remove jupyterlab_toastify
jlpm add file:${PWD}/..
jlpm build
jupyter labextension install .
python -m jupyterlab.browser_check
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ The toast container will be added to the DOM automatically by `react-toastify`.
## Changelog

### v4.1.0

- Features
- Use SVG icons

### v4.0.0

- Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_toastify",
"version": "4.0.0",
"version": "4.1.0",
"description": "Integrate 'react-toastify' nicely in JupyterLab.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion test-jlab-toastify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A dummy JupyterLab extension to test `jupyterlab-toastify`.

> The package `jupyterlab-toastify` is installed through absolute path. That needs to be updated.
> The package `jupyterlab-toastify` is installed through absolute path. It needs to be updated to test it locally.
2 changes: 1 addition & 1 deletion test-jlab-toastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@jupyterlab/application": "^2.0.0",
"jupyterlab_toastify": "file:/home/fcollonval/jupyterlab_toastify/test-jlab-toastify/.."
"jupyterlab_toastify": "file:./.."
},
"devDependencies": {
"@types/react": "^16.9.0",
Expand Down

0 comments on commit 60e04a8

Please sign in to comment.